libSDL_mixer-1.2 error

General feedback and discussion of the game.

Moderator: Forum Moderators

Post Reply
ayk
Posts: 4
Joined: October 16th, 2005, 6:55 pm

libSDL_mixer-1.2 error

Post by ayk »

I try to run Wesnoth on my Ubuntu Breezy and I have a problem with a sdl lib.

It makes a "550 Failed to change directory" FTP error when it tries to download ftp://osdn.dl.sourceforge.net/pub/sourc ... 2.6.tar.gz

Code: Select all

/wesnoth-1.0-i386-Opkg% ./wesnoth
--20:49:56--  http://gsff.codu.org/getsffile.php?file=i386-/SDL_mixer-1.2.6.tar.gz
           => `SDL_mixer-1.2.6.tar.gz'
Résolution de gsff.codu.org... 216.52.184.240
Connecting to gsff.codu.org|216.52.184.240|:80... connecté.
requête HTTP transmise, en attente de la réponse... 302 Found
Emplacement: http://www.codu.org/getsffile.php?file=i386-/SDL_mixer-1.2.6.tar.gz [suivant]
--20:49:57--  http://www.codu.org/getsffile.php?file=i386-/SDL_mixer-1.2.6.tar.gz
           => `SDL_mixer-1.2.6.tar.gz'
Résolution de www.codu.org... 69.57.128.55
Connecting to www.codu.org|69.57.128.55|:80... connecté.
requête HTTP transmise, en attente de la réponse... 302
Emplacement: ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/su/suparun/i386-SDL_mixer-1.2.6.tar.gz [suivant]
--20:49:58--  ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/su/suparun/i386-SDL_mixer-1.2.6.tar.gz
           => `SDL_mixer-1.2.6.tar.gz'
Résolution de osdn.dl.sourceforge.net... 66.35.250.221
Connecting to osdn.dl.sourceforge.net|66.35.250.221|:21... connecté.
Ouverture de session en anonymous... Session établie!
==> SYST ... complété.    ==> PWD ... complété.
==> TYPE I ... complété.  ==> CWD /pub/sourceforge/s/su/suparun ... complété.
==> PASV ... complété.    ==> RETR i386-SDL_mixer-1.2.6.tar.gz ...
Fichier « i386-SDL_mixer-1.2.6.tar.gz » inexistant.
And the second time i ran it :

Code: Select all

/wesnoth-1.0-i386-Opkg% ./wesnoth
/opt/jeux/wesnoth-1.0-i386-Opkg/./Opkg/bin/wesnoth: error while loading shared libraries: libSDL_mixer-1.2.so.0: cannot open shared object file: No such file or directory
ayk
Posts: 4
Joined: October 16th, 2005, 6:55 pm

solved

Post by ayk »

It's solved :

wget http://mirror.isp.net.au/ftp/pub/ubuntu ... 1_i386.deb

sudo dpkg -i libsdl-mixer1.2_1.2.5-5ubuntu1_i386.deb
Post Reply