Hi there Bruno!<br><br>I had this same problem attempting to install XORP on an Ubuntu box. Well, not so much to say about the cause of the problem, but I solve it by downloading and compiling an up-to-date version of OpenSSL. Say you did the same and OpenSSL was compiled into /usr/lib/OpenSSL. In this case it's enough to try ./configure again, but now with the --with-openssl parameter. The command line should be:
<br><br>$ ./configure --with-openssl=/usr/lib/OpenSSL<br><br>Regards,<br><br>Loreno<br><br><div><span class="gmail_quote">On 10/16/06, <b class="gmail_sendername">Bruno Alexandre D. da Costa / Grad. DSC</b> &lt;<a href="mailto:becoxta@gmail.com">
becoxta@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all<br><br>I'm trying to install XORP in a slackware but I get the follow message when run ./configure script
<br><br>...<br>checking for inttypes.h... no<br>checking for stdint.h... no<br>checking for unistd.h... no<br>
checking openssl/md5.h usability... no<br>checking openssl/md5.h presence... yes<br>configure: WARNING: openssl/md5.h: present but cannot be compiled<br>configure: WARNING: openssl/md5.h: check for missing prerequisite headers?
<br>configure: WARNING: openssl/md5.h: proceeding with the preprocessor's result<br>checking for openssl/md5.h... yes<br>checking for MD5_Init in -lcrypto... no<br>Could not find part of OpenSSL or one it's components in /usr
<br>Use --with-openssl=DIR to specify OpenSSL installation root.<br><br>I guess openssl is installed because md5.h and libcrypto exists...<br><br>Thanks<br><span class="sg"><br>Bruno Costa<br>&nbsp;<br>

</span><br>_______________________________________________<br>Xorp-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Xorp-users@xorp.org">Xorp-users@xorp.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users" target="_blank">
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users</a><br><br><br></blockquote></div><br>