VPS - blueg
#1

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
Reply
#2

Quote:

ldd: warning: you do not have execution permission for `./mysql.so'

chmod +x path/mysql.so?

Edit: Changed how it has to be.
Reply
#3

Quote:
Originally Posted by Kurzalewski
Посмотреть сообщение
chmod -x ?
chmod +x
Reply
#4

no, the problem is libmysqlclient_r.so.15 => not found
i cant find it anywhere

Please help me someone, this is really annoying
Reply
#5

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.
Reply
#6

i did, but it wont do as we say still
Reply
#7

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.
Reply
#8

You can also use yum whatprovides libmysqlclient_r.so.15 and then install that package.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)