problems configuring inn 2.4.2
Russ Allbery
rra at stanford.edu
Fri Aug 12 00:20:16 UTC 2005
Todd Olson <tco2 at cornell.edu> writes:
> Does the following work?
> From a clean, unconfigured inn 2.4.2 distribution (make distclean)
> set the LDFLAGS and CFLAGS environment variables
> and then run configure. That is (working in csh)
> make distclean
> setenv LDFLAGS -L/opt/openssl/lib
> setenv CFLAGS -I/opt/openssl/include
> ./configure --prefix=/var/spool/news --with-perl --with-openssl=/opt/openssl
Unfortunately, it probably still isn't going to work unless OpenSSL is
built dynamic and can therefore encode its own shared library
dependencies, since during configure INN tries to compile a test program
against the OpenSSL libraries that will fail unless the socket libraries
are also linked in.
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
More information about the inn-workers
mailing list