Mysql with CentOS
#1

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

Use BlueG's r34 - mysql_static.so

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

It's a dependency, not a package.

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

First download this package via wget - and finally proceed to install -
Код:
rpm -ivh vmware-tools-libraries-nox-8.6.10-1.el6.i686.rpm
Reply
#4

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

I need this ASAP, it's urgent
Reply
#6

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

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

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

if 32 librearies not work use 64 bit libraries
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)