Hugo Monteiro schrieb:

>On Sex, 2005-11-04 at 16:59 +0100, Falko Trojahn wrote:
>  
>
>>hi all,
>>
>>Wims new Linuxboot CD:
>>
>>-snip-
>>It can be downloaded from http://bofh.be/unattended/linuxboot-4.7pre.tgz
>>-snap-
>>
>>works quite nice if I use unattended.csv. 
>>
>>But if I try to use our mysql db (just works quite nice with 4.6 
>>linuxboot.iso or pxe-boot)
>>I see the following error:
>>
>>/z/site/config.pl failed: Can't load 
>>'/opt/perl/lib/site_perl/5.8.7/i586-linux-thread-multi/auto/DVD/mysql/mysql.so'
>>for module DBD::mysql: libz.so.0: cannot open shared object file: No such 
>>file or directory at 
>>/opt/perl/lib/site_perl/5.8.7/i586-linux-thread-multi/DynaLoader.pm line 230 
>>at /z/lib/conf-mysql.pl line 20
>>
>>Any ideas? The libz.so.0 and mysql.so files really exist in these places.
>>
>>Falko
>>
>>    
>>
>
>use ldd 
>/opt/perl/lib/site_perl/5.8.7/i586-linux-thread-multi/auto/DVD/mysql/mysql.so 
>and see where it goes for libz.so.
>
>Hugo.
>
>  
>
Well, the solution for me was:
I wrote the following lines on top of my site/config.pl (before the  
 require "conf-mysql.pl";  ):

      chdir ("/lib");
      symlink "/z/linuxaux/lib/libz.so", "libz.so.0";

Perhaps this should be fixed before 4.7 release.

Falko

-- 
Falko Trojahn                     fon +49-341-3581294
Dipl.-Ingenieur Netzwerke/Support fax +49-341-3581295
SMI Softmark Informationstechnologien GmbH
www.smi-softmark.de



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to