swilting has asked for the wisdom of the Perl Monks concerning the following question:
hello guys , hello master of "Fu" . I just get into a complex project with a secure chat connection ssl. I start by trying recovered as much documentation as possible and I am having problems with this example standard http://devpit.org/wiki/OpenSSL_with_nonblocking_sockets_%28in_Perl%29 I use the example provided on page
my error is that
~]# perl opensslblock3.pl Can't locate auto/Net/SSLeay/ENGINE_load.al in @INC (@INC contains: /u +sr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/s +ite_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 + /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/pe +rl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_p +erl/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr +/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/ve +ndor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5. +8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread +-multi /usr/lib/perl5/5.8.8 .) at opensslblock3.pl line 32
I do not understand the error because I think I have correctly installed the libraries on my server . sincerely
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: openssl standard exemple with suspect error
by oko1 (Deacon) on Feb 13, 2012 at 06:15 UTC | |
|
Re: openssl standard exemple with suspect error
by Anonymous Monk on Feb 13, 2012 at 01:10 UTC |