Rick Peralta wrote:
The build still fails:
# yum install git-core libevent libevent-devel glib2-devel openssl-devel
zlib-devel libxml2-devel procps cld cld-devel
$ git clone git://git.kernel.org/pub/scm/daemon/cld/cld.git
$ ./autogen.sh
$ ./configure // fail
$ CFLAGS="-O2 -Wall -g" ./configure // fail
$ cd chunkd
$ ./configure // fail
Still fails in the same spot. Where in the config.log did you see that it was
a problem with libevent?
Yeah, it will continue to fail until you install the needed dependencies.
Here is the relevant config.log section:
[...]
configure:20418: checking for SSL_new in -lssl
configure:20453: gcc -o conftest -g -O2 conftest.c -lssl >&5
configure:20460: $? = 0
configure:20481: result: yes
configure:20487: checking for event_base_new in -levent
configure:20522: gcc -o conftest -g -O2 conftest.c -levent >&5
/usr/bin/ld: cannot find -levent
collect2: ld returned 1 exit status
configure:20529: $? = 1
configure: failed program was:
[... followed by many lines of state dump ...]
Regards,
Jeff
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html