nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.84k stars 304 forks source link

Unable to install Webdis on RHEL 7.2 #137

Open amithpatrick1 opened 7 years ago

amithpatrick1 commented 7 years ago

I am trying to install webdis on a Rhel 7.1 server. Doesn't seem like it works. I am getting the below error:

bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../libevent.so when searching for -levent /bin/ld: skipping incompatible /lib/libevent.so when searching for -levent /bin/ld: skipping incompatible /usr/lib/libevent.so when searching for -levent /bin/ld: cannot find -levent collect2: error: ld returned 1 exit status make: *** [webdis] Error 1

Has anyone tried running Webdis on RHEL ? Any pointers to the error. I have the below libevent packages installed on the server:

yum list installed|grep libevent libevent.i686 2.0.21-4.el7 @rhel-7-server-rpms
libevent.x86_64 2.0.21-4.el7 @rhel-x86_64-server-7 libevent-devel.i686 2.0.21-4.el7 @rhel-7-server-optional-rpms libverto-libevent.i686 0.2.5-4.el7 @rhel-7-server-rpms
libverto-libevent-devel.i686 0.2.5-4.el7 @rhel-7-server-optional-rpms