> Thank you for your answer.
>
> I changed the beginning of my code to this:
>
> #!/usr/bin/perl
> no lib
> "/usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi/";
> use lib "/usr/lib/perl5/5.10.0/i386-linux-thread-multi/";
> use DBI;
> use strict;
> use warnings;
> use PostScript::Simple;
>
> No errors are given anymore in the editor. However, when I run the
> code,
> this message is still given:
>
> install_driver(mysql) failed: Can't load
> '/usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.so'
> for module DBD::mysql: libssl.so.8: cannot open shared object file: No
> such
> file or directory at
> /usr/lib/perl5/5.10.0/i386-linux-thread-multi//DynaLoader.pm line 203.
>  at (eval 3) line 3
>
> In Fedora 12, libssl.so.8 has been replaced by libssl.so.10. Can you
> give me
> an idea on how to solve this?
>
> Thank you for helping out.



Well I have no idea if it will solve your problem, but try one of these;

a. make a symbolic link between libssl.so.8 and libssl.so.10
b. or simply copy libssl.so.10 as lbssl.so.8



-- 



Owen


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to