Patch for Mac OS X

2002-11-30 Thread David Wheeler
This patch allows mod_ssl to compile on Mac OS X without first installing OpenSSL. This is because OpenSSL is already installed on Mac OS X, but mod_ssl doesn't know how to find its libraries. --- libssl.module~ Fri Oct 4 06:09:50 2002 +++ libssl.module Sat Nov 30 15:17:23 2002 @@

Re: Understanding $Config{startperl} in MacPerl

2002-11-30 Thread emoy
On Friday, November 29, 2002, at 09:19 PM, Ken Williams wrote: I see that in MacPerl (not perl for OS X), $Config{startperl} is set to Perl -Sx \{0}\ {\Parameters\}; Exit {Status}\n#!perl in Config.pm . I'm not sure what that extra stuff is before the shebang, but when I run a script