• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux [Debian]Having trouble install libboost-thread-dev libluajit-5.1-dev

christiandb

Member
Joined
Feb 5, 2008
Messages
2,469
Reaction score
5
Location
010
I just recieved my new server from hetzner with Debian 5 minimal on it. Unfortunately I'm not able to install all packages needed to compile TFS. You can see the error below:
Code:
Debian-50-lenny-64-minimal:/home/forgottenserver# apt-get install libboost-system-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libboost-system-dev

Code:
Debian-50-lenny-64-minimal:/home/forgottenserver# apt-get install libluajit-5.1-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libluajit-5.1-dev

Does anyone have a solution for this? My sources.list contains the following:
Code:
deb     ftp://mirror.hetzner.de/debian/packages  lenny          main contrib non-free
deb     ftp://mirror.hetzner.de/debian/security  lenny/updates  main contrib non-free

deb     http://ftp.de.debian.org/debian  lenny  main non-free contrib
deb-src http://ftp.de.debian.org/debian  lenny  main non-free contrib

deb     http://security.debian.org/  lenny/updates  main contrib non-free
deb-src http://security.debian.org/  lenny/updates  main contrib non-free

Thanks in advance,

Chris
 
Back
Top