From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raileanu G Subject: bind 9.2.3 error compile with OpenSSL Date: Thu, 6 Nov 2003 20:13:03 +0200 Sender: linux-admin-owner@vger.kernel.org Message-ID: <20031106201303.22382f23.grisha@webmedia.md> References: <20031106175950.4324de42.grisha@webmedia.md> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20031106175950.4324de42.grisha@webmedia.md> List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-admin@vger.kernel.org I tryed compile bind 9.2.23 on slackware 9.1, OpenSSL 0.9.7c, with parameters: CC="gcc" \ CFLAGS="-O3 -march=i686 -funroll-loops -fomit-frame-pointer" \ ./configure \ --prefix=/usr \ --exec-prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/libexec/named \ --with-openssl=/usr \ --with-libtool \ --disable-ipv6 \ --enable-threads and get the follow error: ########################### checking for OpenSSL library... using openssl from /usr/lib and /usr/include checking whether linking with OpenSSL works... no configure: error: Could not run test program using OpenSSL from /usr/lib and /usr/include. Please check the argument to --with-openssl and your shared library configuration (e.g., LD_LIBRARY_PATH). ########################### I have set LD_LIBRARY_PATH. LD_CONFIG_PATH=/usr/lib What may be problem ? Thanks. -- Best wishes and kind regards, Raileanu Grigore.