Author Topic: Linux Server Need Help  (Read 1490 times)

maxpower

  • VM-68
  • Posts: 170
Linux Server Need Help
« on: March 06, 2009, 06: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

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: Linux Server Need Help
« Reply #1 on: March 06, 2009, 08:00:16 PM »
post your entire command line that you use to launch the server

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: Linux Server Need Help
« Reply #2 on: March 07, 2009, 04:24:41 AM »
Argh

Blame QuDos :P

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

And do what KnacK said.

maxpower

  • VM-68
  • Posts: 170
Re: Linux Server Need Help
« Reply #3 on: March 08, 2009, 03:33:42 PM »
Nevermind, friend recompiled it and removed the need for that file

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Linux Server Need Help
« Reply #4 on: March 09, 2009, 08:52:05 AM »
Hm, if you run it with +set dedicated 1, it still requires vorbis?

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Linux Server Need Help
« Reply #5 on: March 09, 2009, 08:58:09 AM »
Yes, its the same on our server. Install it and everything works.

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: Linux Server Need Help
« Reply #6 on: March 09, 2009, 10:22:30 AM »
Apparently I linked dynamically in the makefile instead of statically :<