Re: Bizaare Netscape Behavior

2004-08-21 Thread Oliver Schnarchendorf
On Fri, 20 Aug 2004 18:57:57 -0700, Mark S Lowe wrote: For some reason, all my CGIs that spit out HTML for Netscape browsers (Netscape and Firefox) display the actual HTML and not the HTML page. Is there something I¹ve done wrong in my http.conf? Has anyone else seen this? Mark, before

Re: OT: Revealed Email Passwords???

2004-04-03 Thread Oliver Schnarchendorf
On Sat, 3 Apr 2004 11:42:46 -0500, gohaku wrote: I just read this weblog post: Security, Earthlink, and Apple URL: http://www.oreillynet.com/pub/wlg/1599 My question, is using Earthlink's webmail just as secure as the SSL Connection and why was Daniel's log in and password revealed??? Okay.

Re: Installing Mac::iTunes

2004-03-15 Thread Oliver Schnarchendorf
On Mon, 15 Mar 2004 17:58:54 -0800, Chuck Rice wrote: I am a perl newbie and I am trying to install Mac::iTunes. When I do, I get lots of what look to be syntax errors about missing parentheses, and deprecated function calls, and such, and then iTunes launches, does some strange things to

Re: Installing Mac::iTunes

2004-03-15 Thread Oliver Schnarchendorf
On Mon, 15 Mar 2004 19:05:29 -0800, Chuck Rice wrote: The quick, FAST, and dirty way for you is to install the module with from CPAn with FORCE. I.e. FORCE INSTALL Mac::iTunes. I tried: %sudo perl -MCPAN -e 'force install Mac::iTunes' but the force did not seem to make a difference.

Re: Getting HTML::Mason to work on OS X

2004-01-25 Thread Oliver Schnarchendorf
On Sun, 25 Jan 2004 22:41:46 -0500, gohaku wrote: #Returns 500 Internal Server Error when trying to view/run any document or script You might want to try the following after you accessed your mason page: tail /var/log/httpd/error_log Whatever went wrong should have left you a line

Re: confusing bulltes

2004-01-12 Thread Oliver Schnarchendorf
On Mon, 12 Jan 2004 09:38:09 -0500 (EST), Chris Devers wrote: On Sun, 11 Jan 2004, Oliver Schnarchendorf wrote: perl -e 'use Data::Dumper; print Dumper (\%ENV);' Maybe I'm being naive, but in what way is this better than just using plain old /usr/bin/env? It was a perl question

Re: confusing bulltes

2004-01-11 Thread Oliver Schnarchendorf
On Sun, 11 Jan 2004 21:02:14 -0500, Vic Norton wrote: My actual script looks for the pattern m/\xa5/ in the data. If I make the script executable and run it from the terminal, it finds A5. If I execute the script from BBEdit, either directly or Run in Terminal, no A5 is found. Okay... I

Re: Trying to make LWP work with httpS

2004-01-03 Thread Oliver Schnarchendorf
On Fri, 2 Jan 2004 06:39:07 -0500, Tim Murphy wrote: dyld: perl Undefined symbols: /Library/Perl/5.8.1/darwin-thread-multi-2level/auto/Crypt/SSLeay/SSLeay.bundle undefined reference to _OpenSSL_add_all_algorithms expected to be defined in a dynamic image Trace/BPT trap I googled the

Re: CPAN failed under 10.3.2

2003-12-24 Thread Oliver Schnarchendorf
On Wed, 24 Dec 2003 12:37:48 -0600, Peter Nelson wrote: Each time after that I have tried to use the cpan shell (sudo perl -MCPAN -e shell) I have received the following output below. Hello Peter, It seems that you have the same problem that I had. Did you tell 5.8.2 to replace the

Re: Help requested for installing module...

2003-12-24 Thread Oliver Schnarchendorf
On Wed, 24 Dec 2003 20:27:49 -0800, Kim Helliwell wrote: Parse::RecDescent Kim, perl.h is not the problem... even if perl says so. You need to install the Parse::RecDescent Module because it is a dependency of whatever you try to install. thanks /oliver/