> > ../../liblhmail.so: undefined reference to
> `ENGINE_load_builtin_engines'
> > collect2: ld returned 1 exit status
> > make: *** [pop3] Error 1
> >
> > what to do to solve this error
> > amit
> Add |/usr/local/ss
raj pansuria 写道:
helo i m using fedora core 6
i got the following error
helo my dynamic lib file is stored
at /usr/src/lib/qt-3.3/lib/lhmail.so and
it required support for libssl.so and libssl.so is in /usr/lib
but when i run my application
i got the following strange errors
../../liblhmail.so
ove openssl.exe on WinXP
>openssl s_client -connect 192.168.80.254:4422
The target crashed, and tells hankshake failed with
67108420:error:140B512D:SSL routines:SSL_GET_NEW_SESSION:ssl session id
callback failed:ssl_sess.c:232:
Page Fault
..
Please help me. Thank you!
Regards
Alle
bhateja 写道:
hi,
i am doing following thing but den i am unable to connect to server using
openssl with the same version.
i am pasting the CLIENT code for the same.
main()
{
ERR_load_BIO_strings();
SSL_load_error_strings();
SSL_library_init();
OpenSSL_add_all_algorithms();
Raphael Ackermann 写道:
VxWorks comes with its own version of OpenSSL at least for the targets
used by the project I am working on. There is documentation as to how
to port applications using OpenSSL from OpenSSL to the VxWorks SSL.
Raphael Ackermann
On 6/3/07, Allen Chen <[EMAIL PROTEC
Hello, I am a beginner of openssl project.
I want to port openssl application to VxWorks, for ads860 or
Pentiumn cpu. I use Windows XP platform to build the project,
and prepare to port basic function of openssl to Pentiumn cpu,
then test on VmWare workstation.
What steps shall I follow to do thi