On 7/15/04 at 2:53 PM, [EMAIL PROTECTED] (Sherm Pendley) wrote: > ... > > But that is not the case here. You're not building an ordinary module > - you're building mod_perl. Do Hyun Kim's answer in this case is > appropriate - try building your Perl with a dynamic libperl instead > of the default static libperl.
I'll try that next. I had opted not to build mod_perl as a DSO since the Mason book specifically recommends against it, and running Mason was the point of this now tiresome exercise :-) Further, since Apache and mod_perl work fine until I add the Mason related directives to httpd.conf, I assumed the culprit was not mod_perl. > (I've encountered similar problems > building mod_perl on older versions of Solaris - it can be a finicky > build.) Yes, Voodoo is great fun ;-) Thanks, Andrew
