Hi, trying to compile Pound 2.6, I'm running into issues using my self-compiled openssl 0.9.8t:
I compiled openssl and installed it into /usr/local/openssl_build: worker1:/usr/local/src/Pound-2.6 # ls -l /usr/local/openssl_build/usr/local/lib/ insgesamt 3888 drwxr-xr-x 2 root root 4096 20. Feb 17:11 engines -rw-r--r-- 1 root root 3375606 20. Feb 17:11 libcrypto.a -rw-r--r-- 1 root root 582034 20. Feb 17:11 libssl.a drwxr-xr-x 2 root root 4096 20. Feb 17:11 pkgconfig However, when configuring Pound, I still get an error: worker1:/usr/local/src/Pound-2.6 # LDFLAGS="-L/usr/local/openssl_build/usr/local/lib" ./configure --prefix=/usr/local/pound_build --with-ssl=/usr/local/openssl_build/usr/local/openssl configure: *** Checking for libraries *** checking for dlopen in -ldl... no checking for socket in -lsocket... no checking for hstrerror in -lresolv... no checking for BIO_new in -lcrypto... no Missing OpenSSL (-lcrypto) - aborted Do I understand this correctly that when I statically link agains openssl, I only need the Pound install on my production machine, and not the openssl installation? Any help is greatly appreciated :) Cheers, Andreas. -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
