Digital Paint Discussion Board

Paintball 2: The Game => Server Discussion => Topic started by: maxpower on March 06, 2009, 07:36:15 PM

Title: Linux Server Need Help
Post by: maxpower on March 06, 2009, 07:36:15 PM
./paintball2: error while loading shared libraries: libvorbisfile.so.3: cannot open shared object file: No such file or directory

The server is 64bit, not sure why it needs a library for mp3 when its in server mode
Title: Re: Linux Server Need Help
Post by: KnacK on March 06, 2009, 09:00:16 PM
post your entire command line that you use to launch the server
Title: Re: Linux Server Need Help
Post by: ViciouZ on March 07, 2009, 05:24:41 AM
Argh

Blame QuDos :P

Nah I probably ported something wrong, I'll have a look.

And do what KnacK said.
Title: Re: Linux Server Need Help
Post by: maxpower on March 08, 2009, 05:33:42 PM
Nevermind, friend recompiled it and removed the need for that file
Title: Re: Linux Server Need Help
Post by: jitspoe on March 09, 2009, 10:52:05 AM
Hm, if you run it with +set dedicated 1, it still requires vorbis?
Title: Re: Linux Server Need Help
Post by: T3RR0R15T on March 09, 2009, 10:58:09 AM
Yes, its the same on our server. Install it and everything works.
Title: Re: Linux Server Need Help
Post by: ViciouZ on March 09, 2009, 12:22:30 PM
Apparently I linked dynamically in the makefile instead of statically :<