22.03.2013, 17:48 
	
	
	
		I have centos and i got a little issue after reinstalling my OS on my VPS
This is the problem:
How do i fix this?
i mean where/ how do i get libmysqlclient_r.so.15 not just libmysqlclient.so.15
	
	
	
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]#
i mean where/ how do i get libmysqlclient_r.so.15 not just libmysqlclient.so.15






 
	
