Server Startup problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Server Startup problem (
/showthread.php?tid=642894)
Server Startup problem -
Droxx - 09.10.2017
Hi, I am running a linux server but i get this problem.
Код:
22:59:04] Loading plugin: ColAndreas.so
[22:59:04] Failed (libBulletDynamics.so.2.83: cannot open shared object file: No such file or directory)
[22:59:04] Loaded 5 plugins.
Server is not starting idk why.
Any help please.
Re: Server Startup problem -
Puff - 09.10.2017
Use the statically linked version of the plugin (ColAndreas_static.so).
OR
Код:
Ubuntu: sudo apt-get install libbulletcollision2.82:i386 libbulletdynamics2.82:i386 liblinearmath2.82:i386 libbulletsoftbody2.82:i386
This will solve your problem
Re: Server Startup problem -
Droxx - 09.10.2017
Quote:
Originally Posted by Puff
Use the statically linked version of the plugin (ColAndreas_static.so).
OR
Код:
Ubuntu: sudo apt-get install libbulletcollision2.82:i386 libbulletdynamics2.82:i386 liblinearmath2.82:i386 libbulletsoftbody2.82:i386
This will solve your problem
|
Where should i put this code?
Код:
Ubuntu: sudo apt-get install libbulletcollision2.82:i386 libbulletdynamics2.82:i386 liblinearmath2.82:i386 libbulletsoftbody2.82:i386
Re: Server Startup problem -
elhanan - 09.10.2017
if you have ubuntu system then put this code in the command
Re: Server Startup problem -
Mister0 - 09.10.2017
Wrong post
Re: Server Startup problem -
Droxx - 09.10.2017
I have ColAndreas.so and ColAndreas.static.so in server.cfg so...
I am using them both