Re: make problem with OpenSSL

2003-06-28 Thread james lankton
this is what ./config looks like seems ok to me?     ARFLAGS   =PERL  =/usr/bin/perlTHIRTY_TWO_BIT modeDES_PTR usedDES_RISC1 usedDES_UNROLL usedBN_LLONG modeRC4_INDEX modeRC4_CHUNK is undefinedMakefile => Makefile.ssle_os2.h => include/openssl/e_os2.h [File exists]making links

Re: make problem with OpenSSL

2003-06-27 Thread Krithiga Thangavelu
After you ran ./config, did you check the output of config to ensure everything is ok?. Problems during config, though specified in output are not easily noticeable. You can check that by rerunning ./config. -Krithiga james lankton wrote: But I suppose my problem still remains?James"Krithig

Re: make problem with OpenSSL

2003-06-27 Thread james lankton
But I suppose my problem still remains? James "Krithiga Thangavelu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi DS, > > Thanks for your input. It helped me to solve the problem. I added the > path to libdl.so to -L option of cc. > > Krithiga > > David Schwartz wrote: > > >>H

RE: make problem with OpenSSL

2003-06-25 Thread David Schwartz
> Hi All, > > I get the following error when I compile the sample program in demos/bio > > openssl-engine-0.9.6j> cc -I../../include -L../.. sconnect.c > -lssl -lcrypto > > ../../libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': > dso_dlfcn.o(.text+0x77): undefined reference to `dlopen' > dso_dlf