This is the output i get when i run make

Making all in docs
gmake[1]: Entering directory `/root/testssl/ssl_test/ssl_test/docs'
Making all in en
gmake[2]: Entering directory `/root/testssl/ssl_test/ssl_test/docs/en'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/root/testssl/ssl_test/ssl_test/docs/en'
gmake[2]: Entering directory `/root/testssl/ssl_test/ssl_test/docs'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/root/testssl/ssl_test/ssl_test/docs'
gmake[1]: Leaving directory `/root/testssl/ssl_test/ssl_test/docs'
gmake[1]: Entering directory `/root/testssl/ssl_test/ssl_test'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O0 -Wall -I/usr/local/ssl/include -c
main.c
main.c: In function `main':
main.c:29: warning: unused variable `i'
gcc -O0 -Wall -I/usr/local/ssl/include -o ssl_test main.o -lssl -lcrypto
/usr/bin/../lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
dso_dlfcn.o(.text+0x99): undefined reference to `dlopen'
dso_dlfcn.o(.text+0xa8): undefined referencegmake[1]: Leaving directory
`/root/testssl/ssl_test/ssl_test'
to `dlopen'
dso_dlfcn.o(.text+0xfd): undefined reference to `dlclose'
/usr/bin/../lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':
dso_dlfcn.o(.text+0x1a3): undefined reference to `dlsym'
/usr/bin/../lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':
dso_dlfcn.o(.text+0x253): undefined reference to `dlsym'
/usr/bin/../lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':
dso_dlfcn.o(.text+0x332): undefined reference to `dlclose'
collect2: ld returned 1 exit status
gmake[1]: *** [ssl_test] Error 1
gmake: *** [all-recursive] Error 1
*** failed ***


i hope this gives a fair idea about what my problem could be
i am not getting it

-SIGTERM
amit

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to