problem in install

3 replies
mehriz
mehriz's picture
Joined: 12/03/2009
User offline. Last seen 1 week 5 days ago.

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

elishemer
elishemer's picture
Joined: 12/03/2009
User offline. Last seen 11 weeks 3 days ago.

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

mehriz
mehriz's picture
Joined: 12/03/2009
User offline. Last seen 1 week 5 days ago.

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 ~]#

yuli
yuli's picture
Joined: 01/30/2008
User offline. Last seen 20 hours 55 min ago.

Hello

Have you tired to install missing livevent library ?

You can use the following command:
yum install libevent

Yuli

Back to top