ctype locale: Invalid argument



Hello,
I've been struggling with an error in a perl program I've been working on.
Actually, I'm attempting to convert and enhance the freebsd man page cgi
program - convert it to PHP and add some additional features. BUT, before
I make the conversion I wanted to eliminate an error that the original perl
version emits - ctype locale: Invalid argument.

I've spent several days searching for an answer. On the FBSD mailing list
I found only one reference. But it was Solaris related. Given that MAN(1)
gets this information from ENV(1). I ran LOCALE(1) with no args and received
the following:

LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_TIME="C"
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=

Given I'm on the west coast of the US (-700). Is the above output correct?
Should I have added something to MAKE.CONF(5) before build kernel && build
world? Am I even on the right track here?

Thank you for all your time and consideration.

--Chris


--
panic: kernel trap (ignored)



_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Tecnique and/or Modules for Perl and HTML
    ... The trick is I want to do it on the same page ... that the action button resides and pop the output of the perl program ... It's not necessarily a good example of how to use CGI, ...
    (comp.lang.perl.misc)
  • Re: Help
    ... roberie_g@yahoo.com wrote: ... I have a small CGI script that attempts to create a file on the fly. ... The Perl program looks fine. ...
    (comp.lang.perl.misc)
  • Re: How to send output to different frame via cgi?
    ... a second perl program is called and it outputs a first ... set of info to the second frame. ... Perl is not CGI ...
    (comp.lang.perl.misc)
  • sending email thru perl script
    ... a perl program to a future user on my site. ... I've been experimenting and ... $cgi = new CGI; ...
    (comp.lang.perl.misc)
  • send email thru cgi script
    ... a perl program to a future user on my site. ... I've been experimenting and ... $cgi = new CGI; ...
    (perl.beginners)