<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">You don’t need the ld.conf.d file, as /usr/lib64 should already be covered by the base ld.conf file (anyways, ld.so.conf expects directories, not files).<br />
<br />
For configure, either drop the “=“ part altogether (eg, just —with-libevent) or use —with-libevent=/usr as it expects a prefix.<br />
<br />
-Dustin</div>
<div name="messageReplySection">On Oct 28, 2018, 4:22 PM -0500, Adam Gold via Unbound-users <unbound-users@nlnetlabs.nl>, wrote:<br />
<blockquote type="cite">Hello.<br />
<br />
I'm running Centos 7.5 with a 4.19.elrepo kernel and am trying to<br />
compile Unbound 1.8.1. My configure options are:<br />
<br />
./configure --with-libevent=/usr/lib64/libevent.so<br />
--with-libexpat=/usr/lib64/libexpat.so --enable-checking<br />
--enable-static-exe --enable-lock-checks --enable-alloc-checks<br />
--with-conf-file=/var/spool/postfix/usr/lib/unbound/unbound.conf<br />
--with-pidfile=/var/spool/postfix/usr/lib/unbound/unbound.pid<br />
--with-run-dir=/var/spool/postfix/usr/lib/unbound<br />
--with-chroot-dir=/var/spool/postfix/usr/lib/unbound<br />
--with-rootkey-file=/var/spool/postfix/usr/lib/unbound/root.key<br />
--with-rootcert-file=/var/spool/postfix/usr/lib/unbound/ --disable-gost<br />
<br />
The specific problem I'm having is getting it to recognize libevent and<br />
libexpat (I have installed the header files, expat-devel and<br />
libevent-devel as well as the core files). The messages I get are:<br />
1) for libevent: 'configure: error: Cannot find the libevent library in<br />
/usr/lib64/libevent.so'<br />
2) for libexpat: 'configure: error: Could not find libexpat, expat.h'<br />
<br />
Also, based on a message board, I saved a file in /etc/ld.so.conf.d<br />
called usr-local.conf and wrote /usr/lib64/libevent.so and<br />
/usr/lib64/libexpat.so. I then saved and entered 'ldconfig' into the<br />
terminal and pressed enter. There was no change though.<br />
<br />
Have I got the names of the libevent and libexpat library files correct?<br />
Where else can I be looking to fix this (FYI, I have 1.8.1 up and<br />
running with Debian). While I understand these two libraries are not<br />
essential I've experienced markedly improved performance with them in<br />
the past so I'd like to try and keep them.<br />
<br />
Any and all thoughts are most welcome.<br />
<br />
(P.S. I went back to March in the archives looking for information on<br />
this but didn't find any. My luck the answer will be on the page,<br />
crystal clear in February).<br />
<br /></blockquote>
</div>
</body>
</html>