LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Broken packages (https://www.linuxquestions.org/questions/ubuntu-63/broken-packages-469734/)

mcnearcj 08-01-2006 09:40 AM

Broken packages
 
I'm trying to run scorched3d but I keep getting this error when I run it.

scorched3d: error while loading shared libraries: libSDL_net-1.2.so.0: cannot open shared object file: No such file or directory

When I try to install the libraries I get this error from apt

libglib2.0-dev: Depends: libglib2.0-0 (= 2.10.2-1ubuntu3) but 2.10.3-0ubuntu1 is to be installed

fourchannel 08-01-2006 09:56 AM

Can you post the output from running these 2 commands?
Code:

sudo apt-get -s install libsdl-net1.2
Code:

sudo apt-get -s install scorched3d
_____
EDIT:

It looks like you need to install libsdl-net1.2 at first glance, try this and if that doesn't work, then post the output from those commands.
Code:

sudo apt-get install libsdl-net1.2

mcnearcj 08-01-2006 12:40 PM

now i get the error

error while loading shared libraries: libwx_gtk-2.4.so.1

fourchannel 08-01-2006 01:56 PM

hm... well try running this command, its everything scorched3d depends on.

Code:

sudo apt-get install libc6 libfreetype6 libgcc1 libgl1-mesa libglu1-mesa libsdl-mixer1.2 libsdl-net1.2 libsdl1.2debian libstdc++6 libwxgtk2.4-1 zlib1g scorched3d-data scorched3d
and answer yes to install any extra packages.

See if that fixes your problem, if not could you copy and paste the exact output of the command.


All times are GMT -5. The time now is 05:15 AM.