Author Topic: B26 upgrade error  (Read 2032 times)

vague312

  • VM-68
  • Posts: 217
B26 upgrade error
« on: March 17, 2009, 09:06:24 PM »
having a problem upgrading to B26
i keep getting this error when i attempt to start the server.
Code: [Select]
./paintball2: error while loading shared libraries: libvorbisfile.so.3: cannot open shared object file: No such file or directory

my os is Linux
Downloaded from sourceforge
command line
Code: [Select]
./paintball2 +set dedicated 2 +set public 1 +exec server.cfg +set port 27913 +map midnight
i attempted to do i simple upgrade and download the full version. Same result. Is this another bug or should i just try and compile the source code?

Eiii

  • Autococker
  • Posts: 4595
Re: B26 upgrade error
« Reply #1 on: March 18, 2009, 12:01:53 AM »
As the error message says, you need libvorbis (since apparently SOME libraries are dynamically linked. Who the hell did that? ;) ). I don't know what OS you're running, but if you use the system's package manager and search for something to install with 'libvorbis', you should do fine.

vague312

  • VM-68
  • Posts: 217
Re: B26 upgrade error
« Reply #2 on: March 18, 2009, 12:28:16 AM »
the distribution im running is Debian 4, apologies forgot to include that in my original post.

ill give it a shot tomorrow. thanks for the help man


Eiii

  • Autococker
  • Posts: 4595
Re: B26 upgrade error
« Reply #3 on: March 18, 2009, 01:28:26 AM »
EDIT: Nevermind, I don't want to say anything unless I can confirm it :X

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: B26 upgrade error
« Reply #4 on: March 18, 2009, 08:58:04 AM »
Install "libvorbisfile3" and it should work.

vague312

  • VM-68
  • Posts: 217
Re: B26 upgrade error
« Reply #5 on: March 18, 2009, 09:11:35 AM »
yep got t working.
i used " apt-get install libsdl1.2debian libvorbisfile3 "

thanks again guys

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: B26 upgrade error
« Reply #6 on: March 18, 2009, 11:57:08 AM »
Sorry, I just suck at makefiles :)
Should be fixed very soon

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: B26 upgrade error
« Reply #7 on: March 18, 2009, 12:02:43 PM »
Sorry, I just suck at makefiles :)

Who cares, its working now :)

vague312

  • VM-68
  • Posts: 217
Re: B26 upgrade error
« Reply #8 on: March 18, 2009, 07:30:42 PM »
lol not a problem man.