Hi. I used RedHat 9
I already install "/usr/local/BerkeleyDB.4.3" and "/usr/local/ssl". And then I follow below. # env LD_LIBRARY_PATH="/usr/lib:/usr/local/lib:/usr/local/BerkeleyDB.4.3/lib:/u sr/local/ssl/lib" LDFLAGS="-L/usr/local/lib -L/usr/local/BerkeleyDB.4.3/lib - L/usr/local/ssl/lib -R/usr/local/lib -R/usr/local/BerkeleyDB.4.3/lib - R/usr/local/ssl/lib" CPPFLAGS="-I/usr/local/include - I/usr/local/BerkeleyDB.4.3/include - I/usr/local/ssl/include/openssl" ./configure --enable-crypt --enable-spasswd But when I "configure", it has messages below. configure: warning: Could not locate TLS/SSL package configure: warning: TLS data protection not supported! How to solve this problem ?
