LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Burning a .dmg file Perl Script giving zlib error (https://www.linuxquestions.org/questions/linux-general-1/burning-a-dmg-file-perl-script-giving-zlib-error-354982/)

zwyrbla 08-19-2005 02:46 PM

Burning a .dmg file Perl Script giving zlib error
 
Hey im trying to burn a .dmg file and i know i must first convert it to an iso to do this i searched on the forums and found a nifty script at this site

http://vu1tur.eu.org/tools/

but whenever i run this script i get this error

Can't locate Compress/Zlib.pm in @INC (@INC contains: /usr/lib/perl5/5.8.6/i486-linux /usr/lib/perl5/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i486-linux /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl .) at dmg2iso.pl line 12.
BEGIN failed--compilation aborted at dmg2iso.pl line 12.

now i know that means it cant find zlib but i know i have zlib installed how do i make it see this?

puffinman 08-19-2005 04:02 PM

You need the Perl interface to zlib. Try "perl -MCPAN -e shell" and use it to install Compress::Zlib.


All times are GMT -5. The time now is 08:48 PM.