Database Security. Database Auditing. Database Caching. Database Masking. Get it nowproblem in install
Posted December 3rd, 2009 by mehriz
in
hi
Good Time
Im installed greensql in centos 5.4 but problem
view :
[root@server ~]# rpm -ivh greensql-fw-1.2.0-1.i386.rpm
error: Failed dependencies:
libevent-1.1a.so.1 is needed by greensql-fw-1.2.0-1.i386
[root@server ~]#
----------
im Doing ?????
G
Comments
hey there mehriz you need
hey there mehriz
you need several packages installed prior,
most notably:
1. libevent
2. pcre
3. mysql client and/or server
4. libpq (in case you plan on using postgresql)
the following might be sufficient for you on CentOS
yum install libevent
yum install mysql
yum install pcre
yum install postgresql-libs
cheers
We feel like we have to
We feel like we have to install this
But facing an error
view :
[root@server ~]# rpm -ivh greensql-fw-1.2.2-17.1.i386.rpm
warning: greensql-fw-1.2.2-17.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1674ae8b
error: Failed dependencies:
libevent-1.1a.so.1 is needed by greensql-fw-1.2.2-17.1.i386
[root@server ~]#
Hello Have you tired to
Hello
Have you tired to install missing livevent library ?
You can use the following command:
yum install libeventYuli