ES Recruitment Drive
Original Post
ubuntu 6.06 help
i downloaded the latest demo version of toribash, and opened the toribas_ubuntu file, nothing happend
so i opened it in the terminal:
/home/ilia/Desktop/toribash-linux-2.0/toribash_ubuntu
/home/ilia/Desktop/toribash-linux-2.0/toribash_ubuntu: error while loading shared libraries: libSDL_mixer-1.2.so.0: cannot open shared object file: No such file or directory

i have little experience with linux, so could some one help me out?
Re: ubuntu 6.06 help
you need to go to the SDL website (google it) and grab the SDL_mixer libraries for linux.

You may need to compile the source, in which case, follow these instructions:
Extract the source files to their own directory.
Open terminal.
Run the following commands:
su -
<enter root password>
cd <directory containing source files>
./configure
make
make install
Toribash should then run.
I has a flavour
Re: ubuntu 6.06 help
mmm, i tried..
when i typed in ./configure it gave me:
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

what should i do?
config.log is in the attachment as a txt
Attached Files
config.txt (4.5 KB, 13 views)
Re: ubuntu 6.06 help
you do not have gcc installed.
see if you can use apt (or apt-get i forget which) to get gcc
You will have to do this in terminal and as root (use su - to login as root in terminal)

I cannot give any more details as I only use ubuntu from the live cd. I prefer to use fedora myself.
I has a flavour
Re: ubuntu 6.06 help
im haveing ame proble with windows version every time it says toribash has encountered a problem and needs to close