You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2000/06/01 21:05:38 UTC

Re: does mod_perl with USE_DSO=1 require perl built with -Duseshrplib ?

On Fri, 26 May 2000, Benedict Lofstedt wrote:

> I have a number of apache servers on various hosts, not all of them are to
> be mod_perl enabled.  So, I tried to build apache with mod_perl as a DSO in
> order to enable mod_perl via the httpd.conf file if needed.
> 
> I tried building mod_perl-1.24 as a DSO for apache-1.3.14 on my Irix
> platform.  Building went well, I got a libperl.so etc.
> 
> However, the resulting httpd failed during make test, with a message about
> not being able to find PL_curpad when loading IO.so - similar to what is
> described in mod_perl_traps.pod.

-Duseshrplib is not required.  maybe you have a libperl.a in a place where
it shouldn't be, like /usr/local/lib/libperl.a?