Re: Locale setting errors in Perl

2003-09-28 Thread Chris Cantrall
I can sympathize. More to the point, I just fixed this. And while the solution may be in the archives, there are also several other solutions in the archives for similar problems which didn't work for me. If your shell is tcsh, put the following 2 lines in your .tcshrc login/setup file.

Re: Locale setting errors in Perl

2003-09-28 Thread Doug McNutt
At 01:58 -0700 9/28/03, Chris Cantrall wrote: If your shell is tcsh, put the following 2 lines in your .tcshrc login/setup file. setenv LANG en_US setenv LC_ALL C Remember though that your .login script will not be executed unless you log in to Darwin using Terminal or externally with ssh. The

libxml2

2003-09-28 Thread Brad Rice
I can't seem to get libxml2 (using libxml2-2.5.1) to install correctly. I do a ./configure BUILD=darwin Everything seems to configure correctly. Then when I do a make or a make install I get : gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -g -O2 -Wall -c SAX.c -fno-common -DPIC -o

Re: Locale setting errors in Perl

2003-09-28 Thread Vic Norton
And, if you run scripts from BBEdit like I do, you should write something like ?xml version=1.0 encoding=UTF-8? !DOCTYPE plist SYSTEM file://localhost/System/Library/DTDs/PropertyList.dtd plist version=0.9 dict keyLANG/key stringen_US/string

Re: libxml2

2003-09-28 Thread Hannes
On Sunday, September 28, 2003, at 05:57 PM, Brad Rice wrote: Then if I try to install XML::LibXML or another module needing libxml3 it tells me it can't find libxml2. Any thoughts? http://packages.opendarwin.org/ hth/h