VPS - blueg - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: VPS - blueg (
/showthread.php?tid=424538)
VPS - blueg -
Frede - 22.03.2013
I have centos and i got a little issue after reinstalling my OS on my VPS
This is the problem:
Код:
[root@vmi10923 plugins]# ldd mysql.so
ldd: warning: you do not have execution permission for `./mysql.so'
linux-gate.so.1 => (0x00924000)
libmysqlclient_r.so.15 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x00d67000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x002cd000)
libm.so.6 => /lib/libm.so.6 (0x00cd4000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00db5000)
libc.so.6 => /lib/libc.so.6 (0x00110000)
/lib/ld-linux.so.2 (0x00979000)
[root@vmi10923 plugins]#
How do i fix this?
i mean where/ how do i get libmysqlclient_r.so.15 not just libmysqlclient.so.15
Re: VPS - blueg -
Kurzalewski - 22.03.2013
Quote:
ldd: warning: you do not have execution permission for `./mysql.so'
|
chmod +x path/mysql.so?
Edit: Changed how it has to be.
Re: VPS - blueg -
3ventic - 22.03.2013
Quote:
Originally Posted by Kurzalewski
chmod -x ?
|
chmod +x
Re: VPS - blueg -
Frede - 22.03.2013
no, the problem is libmysqlclient_r.so.15 => not found
i cant find it anywhere
Please help me someone, this is really annoying
Re: VPS - blueg -
3ventic - 22.03.2013
Do you have MySQL server installed?
If yes, find an existing version of libmysqlclient_r.so and create a symbolic link called libmysqlclient_r.so.15 pointing to the existing one, OR find a package that includes libmysqlclient_r.so.15 and install that.
Re: VPS - blueg -
Frede - 22.03.2013
i did, but it wont do as we say still
Re: VPS - blueg -
ColorHost-Kevin - 23.03.2013
Well once you install a MYSQL package, it should have libmysqlclient_r.so.15 already present. unless your on a newer version of your OS which in some cases might be .16
I would ****** for libmysqlclient_r.so.15, and then place it on your server.
Re: VPS - blueg -
Jikesh - 24.03.2013
You can also use yum whatprovides libmysqlclient_r.so.15 and then install that package.