example: perl.h:424: header file 'sys/types.h' not found

2001-09-25 Thread John E Guillory
Hello: After copying all the perl stuff from the cd to the correct directory and running make to compile DBI, I get the following output. Can I simply uncomment in the perl.h file the lines that are 'not found'? Here is a snip below of output to console...lot's more.. Thanks for any help. -John

mod_perl

2001-09-25 Thread Steve Torrence
Has anyone here got mod_perl installed on OS X or OS X Server ? Steve

Re: Mac OS X 10.1: Now with extra compiling woes!

2001-09-25 Thread John Siracusa
On 9/25/01 11:00 AM, Jim Cooper wrote: I was kind of hoping 5.6.1 would be pre-installed. Yeah, join the club. I say again: Wilfredo, where have you gone? ;) -John

Re: example: perl.h:424: header file 'sys/types.h' not found

2001-09-25 Thread Jim Cooper
Something wrong with your include string. /System/Library/Frameworks/Kernel.framework/Versions/A/Headers/libsa/stdlib. h /usr/include/stdlib.h the usr/include/ directory needs to be found. all of those headers would need to be there somewhere. check your configuration... Jim On Tuesday,

Re: mod_perl

2001-09-25 Thread william ross
Has anyone here got mod_perl installed on OS X or OS X Server ? Steve yes. normal os x, and thanks to the old post from benjamin john turner which i've copied below. Does anyone know a good source for archive urls, by the way? develooper doesn't seem to have that one. there's some

Script menu in 10.1

2001-09-25 Thread John Gruber
http://www.apple.com/applescript/macosx/script_menu/ It's a system-wide script menu for 10.1 that runs AppleScript, Perl, and Shell scripts. Hmm... -- John Gruber [EMAIL PROTECTED] Bare Bones Software http://www.barebones.com

Re: Script menu in 10.1

2001-09-25 Thread Craig S. Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, September 25, 2001, at 04:25 , Ken Williams wrote: Holy crap, is that cool! John Gruber [EMAIL PROTECTED] wrote: http://www.apple.com/applescript/macosx/script_menu/ It's a system-wide script menu for 10.1 that runs AppleScript,

Re: mod_perl

2001-09-25 Thread Ken Williams
Steve Torrence [EMAIL PROTECTED] wrote: Ed, are saying it's ALREADY on the 10.0.x standard install??? I've spent the last 2 days trying to install it and now I find out it's already there?? Great news if this is the case. So do I just need to copy and paste your additions to my httpd.conf