On Tue, Jul 29, 2003 at 03:17:00AM +0300, Jason Williams wrote:

> Ok...I remember running into this problem before, but this time around, I 
> cannot seem to figure it out.
> It is on a RH 9.0 box. Here is the error:
> 
> Warning: I could not locate your pod2man program. Please make sure,
>           your pod2man program is in your PATH before you execute 'make'

Apparently this problem is caused by the UTF8 stuff used with Redhat 9
perl:

http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=87682

One way to fix it is to check the following setting:

# cat /etc/sysconfig/i18n
LANG="en_US"
...

So make sure you have something like that (en_US or C), but not UTF or
UTF8 there. The LANG is the important line, I left rest of them out (but
the file contains others). Hopefully the file's format or the whole file
hasn't changed/disapeared from Redhat 9 - that's how it looks like in
some RH7.

Perhaps the rest of your problems will be solved with that as well.

One way to debug perl module installing is to cd to your cpan cache dir
(e.g. /root/.cpan or whatever you've set it to), go to the build dir and
then to dir of the software you're building. Run 'perl Makefile.PL && make
&& make test && make install' manually -- the make test will show the
errors (sure you see these when installing via CPAN as well), but if you
feel confident that the errors you get from the tests won't matter, you
can just go ahead, ignore them and run make install.


---
(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