There were some quesitions about running Embperl on Mac OS X in the past. Maybe the following mail helps... ----- Original Message ----- From: "Kee Hinckley" <[EMAIL PROTECTED]> To: "Ken Williams" <[EMAIL PROTECTED]> Cc: "allan" <[EMAIL PROTECTED]>; "modperl" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 3:57 PM Subject: Re: mod_perl-1.26 - apache_1.3.20 - mac osX > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > For what it's worth, here is my config.status for Apache 1.3.19. I > built this, and then went to the mod_perl 1.25 folder and built that, > rather than letting mod_perl build Apache. (Actually, there were > lots of other iterations, so the whole thing is confused, but that > was the final thing I did). I'm running it with HTML::Embperl and > Perl 5.6.1 installed. So far I've had no troubles running all of my > Linux-based web sites on my Powerbook Ti, which makes development a > real joy (nothing quite like programming while sipping an iced chai > latte at Starbucks). > > For what it's worth, I do all my source builds and run the web server > on a UFS partition so as to avoid case problems. (Especially since, > even with Apple's patch, I believe there are security issues with > running on HFS). > > #!/bin/sh > ## > ## config.status -- APACI auto-generated configuration restore script > ## > ## Use this shell script to re-run the APACI configure script for > ## restoring your configuration. Additional parameters can be supplied. > ## > > CC="cc" \ > LDFLAGS_SHLIB_EXPORT="-rdynamic" \ > ./configure \ > "--enable-module=most" \ > "--enable-shared=max" \ > "--enable-module=so" \ > "--with-layout=Apache" \ > "--prefix=/usr/local/apache" \ > "--activate-module=src/modules/perl/libperl.a" \ > "--enable-shared=perl" \ > "$@" > > > Note that --with-layout=Apache was not enough to get things to go > into /usr/local, you also have to do --prefix, it appears that some > code is letting the DARWIN flag override the layout options. > > And of course, if you are building Perl 5.6.1 and installing new > versions of the standard modules, make sure you save a copy of > /usr/bin/more for when it gets overwritten. > - -- > > Kee Hinckley - Somewhere.Com, LLC > http://consulting.somewhere.com/ > > I'm not sure which upsets me more: that people are so unwilling to accept > responsibility for their own actions, or that they are so eager to regulate > everyone else's. > > -----BEGIN PGP SIGNATURE----- > Version: PGP Personal Security 7.0.3 > > iQA/AwUBO27IVyZsPfdw+r2CEQIULACeIJhn4XupdEkPkGB50JGihHy4QLwAn3EJ > HfeWtqUvD0jFEwcdtnSZK5vy > =xsO+ > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]