On Tue, Jul 29, 2003 at 07:07:00PM +0300, Jason Williams wrote:

> However, I am having problems with just one package now:
> Compress::Zlib
> 
> I get this error:
> make: *** [Zlib.o] Error 1
>    /usr/bin/make  -- NOT OK

One thing you should remember/know is that the

make: *** [Zlib.o] Error 1

is just a generic error telling you something nasty happened
earlier and make couldn't create Zlib.o properly. Knowing only
that doesn't help much when you're trying to figure out what
exactly is failing. You need to look at the lines before that
error for other messages (some file failing to compile,
missing files and so on).

I'm not sure did Compress::Zlib come with its own zlib
and headers... probably not. Then you'll most likely need
zlib-devel package installed on your Redhat (check with
'rpm -q zlib-devel' or 'rpm -qa|grep zlib'. Make sure you
check Redhat 9 Errata for the latest package

> Also, since i've been working with CPAN, I noticed this
> message pass by when I install modules:
> 
> 
>    CPAN: Module::Signature security checks disabled
>    because Module::Signature not installed.  Please
>    consider installing the Module::Signature module.
> 
> I have not seen this message before. Would it just be better
> to install the Module::Signature?

Yep, just install it.


-- 
(Mr.) Hannu Liljemark  |  Appelsiini Finland Oy  |  http://appelsiini.com


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to