On Wed, Jul 20, 2005 at 01:54:51PM -0600, Martin Sebor wrote: > I'm struggling with a build of subversion that's failing during > the configuration of the bundled neon library. See the thread > here: > http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=35418 > and here: > http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=35462 > (none of the solutions I have come up with so far is viable). > > I downloaded the latest neon-0.25.2 and reproduced the same problem. > With OpenSSL 0.9.8 installed in /usr/local/openssl-0.9.8, configure > fails with the error below (from config.log).
Hi Martin. That's not the relevant error. If you can upload the entire config.log somewhere I can take a look at it. Otherwise please post it here (gzipped) along with the output from configure (say, last 20 lines). I've not tried building neon with 0.9.8 yet, it's possible there is some incompatibility with that version. > Could someone please explain whether it is possible to configure > and build neon with OpenSSL installed in a non-default location > and if so, how to persuade it to do so. ... > ./configure --with-ssl --with-libs=/usr/local/openssl-0.9.8 That is the correct invocation, anyway. Note that if you are using shared OpenSSL libraries, you may need to go to more effort (setting LD_LIBRARY_PATH, for example) so that the dynamic linker can find them. Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
