Problems installing

Having trouble getting the game going or understanding something? Look no further.
Post Reply
Noah_Constrictor
Posts: 1
Joined: Mon Jun 23, 2008 2:50 am

Problems installing

Post by Noah_Constrictor »

Well,I have Ubuntu Linux.But when i try to install the package,it says:

Error:Dependancy is not satisfiable: lilbboostthread1.34.1

I have no clue what to do,i thought it might be a dependency problem,so i did that apt-get -f install ,it says nothing was upgraded,newly installed,to removed or upgraded.I have no clue what to do.
Have any ideas?

Help appreaciated.
User avatar
Giszmo
Warrior
Warrior
Posts: 261
Joined: Sat Nov 26, 2005 10:23 pm
Location: Germany
Contact:

Re: Problems installing

Post by Giszmo »

Code: Select all

Nemo:~# apt-cache search libboost-thread
libboost-thread-dev - portable C++ multi-threading
libboost-thread1.34.1 - portable C++ multi-threading
libboost-thread1.35-dev - portable C++ multi-threading
libboost-thread1.35.0 - portable C++ multi-threading

Nemo:~# apt-get install libboost-thread1.34.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
libboost-thread1.34.1 is already the newest version.
try this. i have no idea how dependencies are to be put into the package but i will forward this to our mailing list.

greetings, giszmo
User avatar
Giszmo
Warrior
Warrior
Posts: 261
Joined: Sat Nov 26, 2005 10:23 pm
Location: Germany
Contact:

Re: Problems installing

Post by Giszmo »

forgot to ask:

can you tell us what system you are at. maybe boost is not available for it??
  • Nemo:~# uname -a
    Linux Nemo 2.6.22-2-amd64 #1 SMP Thu Aug 30 23:43:59 UTC 2007 x86_64 GNU/Linux
Post Reply