SA-MP Forums Archive
Mysql with CentOS - 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: Mysql with CentOS (/showthread.php?tid=493091)



Mysql with CentOS - Mattakil - 07.02.2014

It appears the mysql package that blueg uses in his plugin isn't in centos, even though I've downloaded the centos plugin. I get this error

Код:
02:37:14]   Failed (libssl.so.0.9.8: cannot open shared object file: No such file or directory)
I tried installing libssl, not exist. I tried installing openssl and it didnt make a difference, anyone know how to install this package?


Re: Mysql with CentOS - Hostskool - 07.02.2014

Use BlueG's r34 - mysql_static.so

And you won't have any problems at all for CentOS


Re: Mysql with CentOS - Mark™ - 07.02.2014

It's a dependency, not a package.

So you need to install a package which provides this dependency.

First download this package via wget -
Код:
wget ftp://ftp.pbone.net/mirror/packages.vmware.com/tools/esx/5.0u2/rhel6/i386/vmware-tools-libraries-nox-8.6.10-1.el6.i686.rpm
and finally proceed to install -
Код:
rpm -ivh vmware-tools-libraries-nox-8.6.10-1.el6.i686.rpm



Re: Mysql with CentOS - Mattakil - 07.02.2014

I cant find a static R6 version of BlueG mysql and the other way didn't work.


Re: Mysql with CentOS - Mattakil - 07.02.2014

I need this ASAP, it's urgent


Re: Mysql with CentOS - Hostskool - 08.02.2014

Quote:
Originally Posted by Mattakil
Посмотреть сообщение
I cant find a static R6 version of BlueG mysql and the other way didn't work.
There is - x86 (compiled on CentOS) aka static
What's your system bit? ie. 32bit / 64bit ?


Re: Mysql with CentOS - Mattakil - 08.02.2014

Using static plugin, which I assume is 64 bit. My server is also 64 bit.


Re: Mysql with CentOS - BlueBaron - 08.02.2014

First of all, Did you install the 32bit libraries for your 64bit system? If not, I recommend you doing so:

Код:
yum install libstdc++.i386
Next, try this:

Код:
yum whatprovides libssl.so.0.9.8
It will show you which packages features libssl.so.0.9.8


Re: Mysql with CentOS - Arjanz - 08.02.2014

if 32 librearies not work use 64 bit libraries