On Tue, 2016-09-20 at 10:26 +0930, LYMN wrote:
On Mon, Sep 19, 2016 at 06:44:38PM -0600, James Lay wrote:try setting LIBS="-ldl" in the environment before you do the configure.Thank you...where would I add that to? My config line? Here it is: ./configure --prefix=/opt --with-openssl=/opt/openssl --enable-ssl -- enable-ssl-crtd --enable-linux-netfilter --enable-follow-x-forwarded- for --with-large-files --sysconfdir=/opt/etc/squid --enable-external- acl-helpers=noneAt a guess add this to the libraries list after openssl: -ldl
Thanks again Brett. Turns out you have to add the "shared" option:
./Configure enable-chacha enable-poly1305 --prefix=/opt/openssl shared linux-x86_64
which you know....kind of makes sense because it's like...a SHARED library 8-| Yugh..I hate being dumb.
James
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users