If you install mod_perl as a dynamic module it works fine. However there 
is the 'head' problem noted if you are installing modules via CPAN as they 
will sometimes pull in modules they need. So you need to be sure head 
doesn't get overwritten at some point.

I have a copy of head named head.bin which I keep around just in case 
something installs HEAD in it's place.

Otherwise you should be able to build it just fine.

On Friday, June 22, 2001, at 01:39 PM, allan wrote:

> hi
> i had a similar problem. i think it has to do with the 'HEAD' file,
> which when installing lwp overwites the original 'head' on
> case-insensitive systems.
>
> ken williams suggested to me to move 'HEAD' into /usr/local/bin/ (along
> with GET and POST and a few lwp-* programs), and then put the real
> 'head' into /usr/bin/.
>
> im very interested to hear if you get mod_perl up and running on osX.
>
> hth
> allan
>
>
> will wrote:
>>
>> hello
>>
>> I'm having a bit of trouble compiling mod_perl under osx client
>> (10.0.3). I suspect it's due to a bad installation of LWP, which is
>> causing some squealing here and elsewhere, but i really don't know.
>> does that sound plausible?
>>
>> the Makefile.PL step is apparently successful, detecting apache
>> 1.3.20 and configuring away. it does generate a stream of -w
>> complaints from Domain.pm but they seem to be non-fatal.
>>
>> make runs for a while than dies.
>>
>> I'd be very grateful if someone could either point me towards a
>> relevant howto page or help me to unpick the following:
>>
>> /usr/bin/ld: Undefined symbols:
>> _actions_module
>> _include_module
>> _log_config_module
>> make[1]: *** [target_static] Error 1
>> make: *** [apache_httpd] Error 2
>>
>> this is all as a wheel user: i was planning to sudo the last step.
>>
>> thank you very much.
>>
>> will
>>
>> (will relurks)
>> --
>>
>> pgpkey: http://www.spanner.org/keys/will.txt
>

Cheers,

--Ed

Reply via email to