problems configuring inn 2.4.2
James Craig
jmc at cs.rit.edu
Fri Aug 12 13:15:29 UTC 2005
On Thu, 11 Aug 2005, Russ Allbery wrote:
> 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.
Setting LDFLAGS and CFLAGS did not work. (It was one of the things I
tried before sending a message off to the mailing list)
However I recompiled openssl with this:
./Configure --prefix=/opt/openssl shared solaris-x86-cc
and then attempted to configure inn. It built with no problems.
Thank you!
jim craig
>
> --
> 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