Hi, I'm using tinc for ~ 2 years now and I'm very happy with it (thanks to the makers - this is very good program to use). Anyway everytime I build I have this odd problem and until now I always found a way to solve it but now I'm really stuck. I'm trying to build tinc-pre7 and I always reach to this error on configure: --------------------- checking for RAND_pseudo_bytes... no checking for OpenSSL_add_all_algorithms... no checking for SSLeay_add_all_algorithms... no ---------------------- My openssl is 0.9.7 and is installed via this command: ./config --prefix=/usr/local --openssldir=/usr/local/openssl I'm trying to build tic with this command: ./configure --localstatedir=/var --sysconfdir=/etc --with-openssl-include=/usr/local --with-openssl-lib=/usr/local/lib or ./configure --localstatedir=/var --sysconfdir=/etc --with-openssl-include=/usr/local --with-openssl-lib=/usr/local/ and no success. Please tell me which files are you looking for when you looking for openssl-lib, to be sure a pointing to the correct ones. I think you look for libssl.a and libcrypto.a which are in /usr/local/lib Regards Kosta Galabov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://brouwer.uvt.nl/pipermail/tinc/attachments/20030206/a144a9e5/attachment.html
Kostadin Galabov wrote:> ./configure --localstatedir=/var --sysconfdir=/etc --with-openssl-include=/usr/local --with-openssl-lib=/usr/local/lib > or > ./configure --localstatedir=/var --sysconfdir=/etc --with-openssl-include=/usr/local --with-openssl-lib=/usr/local/ > > and no success. Please tell me which files are you looking for when you looking for openssl-lib, to be sure a pointing to the correct ones. I think you look for libssl.a and libcrypto.a which are in /usr/local/libYou give --with-openssl-include=/usr/local, which doesn't seem right. We're looking for the OpenSSL header files here, so try /usr/local/openssl/include. P.S.: Please wrap your text at a reasonable length, like 72 characters. Ivo -- Bus error Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/
Looking at its probably something wrong my Openssl version ? or messed header files ----- Original Message ----- From: "Ivo Timmermans" <ivo@o2w.nl> To: <tinc@nl.linux.org> Sent: Thursday, February 06, 2003 16:07 Subject: Re: OpenSSL compile problem> Kostadin Galabov wrote: > > The oncifgure finds the header files: > > ---------------------------- > > checking for openssl/evp.h... yes > > checking for openssl/rsa.h... yes > > checking for openssl/rand.h... yes > > checking for openssl/err.h... yes > > checking for openssl/sha.h... yes > > checking for openssl/pem.h... yes > > checking for SHA1_version in -lcrypto... yes > > ------------------------ > > and then fails. > > Please send the config.log, it should contain more information on what > exactly goes wrong here. > > > Ivo > > -- > No, I just like to run around and scream real loud! > - Dee Dee > Tinc: Discussion list about the tinc VPN daemon > Archive: http://mail.nl.linux.org/lists/ > Tinc site: http://tinc.nl.linux.org/ > >-------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 5622 bytes Desc: not available Url : http://brouwer.uvt.nl/pipermail/tinc/attachments/20030206/8a54e50c/config.obj