Re: Running cgi scripts locally

2001-04-15 Thread John W Baxter
At 17:15 -1000 4/15/01, cameason wrote: >I can't seem to find apache's .conf files or logs anywhere. [localhost:~] john% sudo find / -name httpd.conf -ls Password: find: /dev/fd/4: No such file or directory 100391 72 -rw-r--r--1 root wheel 35400 Mar 25 12:57 /private/etc/httpd/htt

Re: Perl works as a regular user, fails as root with a dyld error

2001-04-15 Thread Forest Dean Feighner
How are you deal shared libs?? I've been futzing around with installing some cpan modules et.al and I am having troubles getting some script to work. I was thinking that I may need to add /usr/local/libs to my path. Another thought I had was that I might be able able to include headers in the

Re: Running cgi scripts locally

2001-04-15 Thread Ken Williams
[EMAIL PROTECTED] (cameason) wrote: >I would very much like to run cgi apps locally through a browser for >development and error checking before uploading them to a sever. Yeah, that's one of the great reasons to use OS X in my opinion. >By turning on web sharing I can access normal pages throu

Running cgi scripts locally

2001-04-15 Thread cameason
I would very much like to run cgi apps locally through a browser for development and error checking before uploading them to a sever. By turning on web sharing I can access normal pages through a browser (eg: http://localhost/~user/page.html) but I get the error message "The requested method P

What does 10.0.1 updater do?

2001-04-15 Thread Ken Williams
Hi, I noticed after I ran the 10.0.1 updater that the timestamp on /usr/bin/perl had changed to the time I updated. I'm not sure whether anything actually changed or not, since it's still Perl 5.6.0. 1) Anyone know whether the updater actually changed perl? 2) If I add new modules in /Library/

Re: Perl works as a regular user, fails as root with a dyld error

2001-04-15 Thread John Siracusa
On 4/15/01 10:04 PM, Forest Dean Feighner wrote: > On Sunday, April 15, 2001, at 09:26 PM, John Siracusa wrote: >> To follow up my own post, I solved my problem in a pretty >> drastic manner: I totally deleted /System/Library/Perl/ and >> /Library/Perl/, then ran "make install" again. Everything

Re: Perl works as a regular user, fails as root with a dyld error

2001-04-15 Thread Forest Dean Feighner
On Sunday, April 15, 2001, at 09:26 PM, John Siracusa wrote: > To follow up my own post, I solved my problem in a pretty > drastic manner: I totally deleted /System/Library/Perl/ and > /Library/Perl/, then ran "make install" again. Everything seems > fine now. > > (This is all on my "experiment

Re: Perl works as a regular user, fails as root with a dyld error

2001-04-15 Thread John Siracusa
To follow up my own post, I solved my problem in a pretty drastic manner: I totally deleted /System/Library/Perl/ and /Library/Perl/, then ran "make install" again. Everything seems fine now. (This is all on my "experimental" OS X install, BTW :) -John

Perl works as a regular user, fails as root with a dyld error

2001-04-15 Thread John Siracusa
Example: --- localhost [john]% cpan cpan shell -- CPAN exploration and modules installation (v1.59_54) ReadLine support available (try 'install Bundle::CPAN') cpan> --- But it fails as root: --- localhost [root]# cpan dyld: /usr/bin/perl Undefined symbols: _perl_get_sv localhost [root]# -