I have linux kernel 2.4.0, openssl 0.95a installed to /usr/local/ssl. ./configure errors with: ./configure --with-openssl=/usr/local/ssl --with-openssl-include=/usr/local/ ssl/include --with-openssl-lib=/usr/local/ssl/lib ....... checking for SHA1_version in -lcrypto... no configure: error: It seems like OpenSSL is not installed on this system. Tried setting vars OPENSSL_DIR and SSL_BASE, still no go. Have I missed something here? - Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://ftp.nl.linux.org/pub/linux/tinc/
rdicaire wrote:> I have linux kernel 2.4.0, openssl 0.95a installed to /usr/local/ssl. > ./configure errors with:First of all, which version of tinc is this? If you got this with 1.0pre3, there should be a config.log. In that file, you may find an error message (towards the end), telling you why linking a test program with libcrypto went wrong. Also, make sure that there is indeed a libcrypto.a in /usr/local/ssl/lib. Ivo -- Buy one for the price of two and get another one for free! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://brouwer.uvt.nl/pipermail/tinc/attachments/20010110/8cce8e94/attachment.pgp
rdicaire wrote:> I have linux kernel 2.4.0, openssl 0.95a installed to /usr/local/ssl. > ./configure errors with:It sounds like those new libs are not in your path. It may be the wrong thing to do, but I moved the libs into /usr/lib/openssl and the includes into /usr/include/openssl and it compiled without a hitch. I think Redhat leaves out searching the local area for stuff by default.
rdicaire wrote:> Yes, sorry, its from 1.0pre3 > > config.log reports: > > configure:4242: checking for SHA1_version in -lcrypto > configure:4261: gcc -o conftest -g -O2 conftest.c -lcrypto -ldl 1>&5Hey, that's funny, there should be a -L/usr/local/ssl/lib there.. I'll have a look at it. thank you. In the meantime, you can compile tinc by using LDFLAGS='-L/usr/local/lib/ssl' ./configure> /usr/i386-slackware-linux/bin/ld: cannot open -lcrypto: No such file or > directoryIvo -- Buy one for the price of two and get another one for free! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://brouwer.uvt.nl/pipermail/tinc/attachments/20010110/255bf468/attachment.pgp