<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi&nbsp;Damien,
<p>I have a problem getting openssh-2.9p2 properly configured.
<p>This is the problem:
<p><tt>configure:4433: gcc -o conftest -g -O2 -Wall -I/opt/openssl/include&nbsp;
-L/opt/open</tt>
<br><tt>ssl/lib&nbsp; conftest.c -lz -lnsl&nbsp; -lutil -lcrypto 1>&amp;5</tt>
<br><tt>/opt/openssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':</tt>
<br><tt>dso_dlfcn.o(.text+0x8e): undefined reference to `dlopen'</tt>
<br><tt>dso_dlfcn.o(.text+0xa4): undefined reference to `dlopen'</tt>
<br><tt>dso_dlfcn.o(.text+0x10a): undefined reference to `dlclose'</tt>
<br><tt>/opt/openssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':</tt>
<br><tt>dso_dlfcn.o(.text+0x1d2): undefined reference to `dlclose'</tt>
<br><tt>/opt/openssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':</tt>
<br><tt>dso_dlfcn.o(.text+0x283): undefined reference to `dlsym'</tt>
<br><tt>/opt/openssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':</tt>
<br><tt>dso_dlfcn.o(.text+0x353): undefined reference to `dlsym'</tt>
<br><tt>configure: failed program was:</tt>
<br><tt>#line 4419 "configure"</tt>
<br><tt>#include "confdefs.h"</tt><tt></tt>
<p><tt>#include &lt;string.h></tt>
<br><tt>#include &lt;openssl/rand.h></tt>
<br><tt>int main(void)</tt>
<br><tt>{</tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; char a[2048];</tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; memset(a, 0, sizeof(a));</tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RAND_add(a, sizeof(a),
sizeof(a));</tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return(RAND_status()
&lt;= 0);</tt>
<br><tt>}</tt>
<br>&nbsp;
<br>&nbsp;
<p>I use it with openssl-engine-0.9.6b and openssl-0.9.6b installed
<br>to /opt/openssl and /usr/local/ssl (ln -s).&nbsp;When running the
<br>make test option of openssl, it reports no problems (which kind
<br>of indicates the problem is not with openssl I hope)
<p>The machine is a Linux version 2.2.5 kernel, gcc version 2.7.2.3
<p>Any idea what could be wrong here?
<p>Regards,
<p>&nbsp;&nbsp;&nbsp; - John
<pre>--&nbsp;
John van der Ploeg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<A HREF="http://home.planet.nl/~jvdploe">http://home.planet.nl/~jvdploe</A>&nbsp;&nbsp;
j.ploeg@planet.nl</pre>
&nbsp;</html>