Hi all,
I've not no problems installing most of the applications on FBSD 5.4. But I'm
stuck with this one:
Some background:
1. Just cvsupped 5 min ago
2. 5.4 OS
3. Using Perl 5.8.6
I'm trying to install ports/www/p5-libwww/, but in all the dependencies that it
tries to install, it always die on the same part of the error:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = "en_EN.ISO8859-1"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
===> Building for p5-Net-1.19,1
0: not found
*** Error code 127
I've had this for p5-URI, p5-Net, p5-Compress-Zlib.
In the end, I installed the package instead:
pkg_add -r libwww
Running a test script that includes LWP::UserAgent, I get this warning message;
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = "en_EN.ISO8859-1"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can anyone tell me how to get around this error/ warning? Thanks.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"