List Info

Thread: still strugling with zlib issue




still strugling with zlib issue
user name
2008-03-13 18:07:53
thanks, everyone, I've tried all suggestions, some, several
times;
I've reinstalled all Perl "::" things (fwiw, all
the MIME needed force
options);
I've reinstalled amavisd, frist from Dag rpm, then, from
source tgz from
here;

but, I'm still:

# amavisd --version
ERROR: MISSING REQUIRED BASIC MODULES:
  Compress::Zlib
BEGIN failed--compilation aborted at /usr/sbin/amavisd line
171.

# locate Zlib.pm
/root/.cpan/build/Compress-Zlib-2.008/lib/Compress/Zlib.pm
/root/.cpan/build/Compress-Zlib-2.008/blib/lib/Compress/Zlib
.pm
/usr/lib/perl5/site_perl/5.8.5/IO/Zlib.pm
/usr/lib/perl5/site_perl/5.8.5/IO/Zlib.pmorg
/usr/lib/perl5/site_perl/5.8.5/Compress/Zlib.pm
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Compr
ess/Raw/Zlib.pm
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Compr
ess/Raw/Zlib.pmorg
/usr/lib/perl5/vendor_perl/5.8.5/IO/Zlib.pm
/usr/lib/perl5/vendor_perl/5.8.5/IO/Zlib.pmorg
/usr/lib/perl5/vendor_perl/5.8.5/Compress/Zlib.pm
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Com
press/Raw/Zlib.pm
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Com
press/Raw/Zlib.pmorg
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Com
press/Zlib.pm


are all these Zlib.pm supposed to be SAME ??
do I need all of them ?

(they were NOT same size/date, I've overwritten 'backdate'
ones so, now,
all are same, did NOT help)






-- 
Voytek


------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: still strugling with zlib issue
user name
2008-03-13 18:12:06

Voytek Eymont wrote:
> thanks, everyone, I've tried all suggestions, some,
several times;
> I've reinstalled all Perl "::" things (fwiw,
all the MIME needed force
> options);
> I've reinstalled amavisd, frist from Dag rpm, then,
from source tgz from
> here;
> 
> but, I'm still:
> 
> # amavisd --version
> ERROR: MISSING REQUIRED BASIC MODULES:
>   Compress::Zlib
> BEGIN failed--compilation aborted at /usr/sbin/amavisd
line 171.
> 

What is returned from the following command:

perl -e 'use Compress::Zlib;'

MrC

> # locate Zlib.pm
>
/root/.cpan/build/Compress-Zlib-2.008/lib/Compress/Zlib.pm
>
/root/.cpan/build/Compress-Zlib-2.008/blib/lib/Compress/Zlib
.pm
> /usr/lib/perl5/site_perl/5.8.5/IO/Zlib.pm
> /usr/lib/perl5/site_perl/5.8.5/IO/Zlib.pmorg
> /usr/lib/perl5/site_perl/5.8.5/Compress/Zlib.pm
>
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Compr
ess/Raw/Zlib.pm
>
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Compr
ess/Raw/Zlib.pmorg
> /usr/lib/perl5/vendor_perl/5.8.5/IO/Zlib.pm
> /usr/lib/perl5/vendor_perl/5.8.5/IO/Zlib.pmorg
> /usr/lib/perl5/vendor_perl/5.8.5/Compress/Zlib.pm
>
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Com
press/Raw/Zlib.pm
>
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Com
press/Raw/Zlib.pmorg
>
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Com
press/Zlib.pm
> 
> 
> are all these Zlib.pm supposed to be SAME ??
> do I need all of them ?
> 
> (they were NOT same size/date, I've overwritten
'backdate' ones so, now,
> all are same, did NOT help)
> 
> 
> 
> 
> 
> 

------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: still strugling with zlib issue
user name
2008-03-13 18:25:11
On Fri, March 14, 2008 10:12 am, MrC wrote:

>
> What is returned from the following command:
>
>
> perl -e 'use Compress::Zlib;'

thanks, MrC:

# perl -e 'use Compress::Zlib;'
Compress::Raw::Zlib defines neither package nor
VERSION--version check
failed at
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Compr
ess/Raw/Zlib.pm
line 12.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Compr
ess/Raw/Zlib.pm
line 12.
Compilation failed in require at
/usr/lib/perl5/site_perl/5.8.5/Compress/Zlib.pm line 12.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.5/Compress/Zlib.pm line 12.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.


-- 
Voytek


------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: still strugling with zlib issue
user name
2008-03-13 18:44:08
On Fri, March 14, 2008 10:25 am, Voytek Eymont wrote:

> thanks, MrC:
>
> # perl -e 'use Compress::Zlib;'
> Compress::Raw::Zlib defines neither package nor
VERSION--version check
> failed at
>
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Compr
ess/Raw/Zlib.

thanks, MrC, I'm thinking I'm getting some place:

I've replaced the Zlib.pm from backup copy (before I
overwritten it)

and:

# perl -e 'use Compress::Zlib;'

# amavisd -V
amavisd-new-2.5.4 (20080312)

!!thanks!!


-----
-- 
Voytek


------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )