On Wed, Feb 01, 2006 at 07:42:23PM +1300, Derek Robson wrote:
> 
> 
> I cant find a libperl.so on my system at all.
> 
> % find / -name "libperl.so"
> %

Maybe try find / -name "libperl.so*"?

Usually there is a version suffix like libperl.so.5.8 or somesuch.

I'm not an Openbsd guru, but maybe ldd tells you what's on: ldd
/your/path/to/mod_perl.so will tell you what your mod_perl wants to link
against and what it finds. Compare to your expectations.

HTH
-- tomas

Attachment: signature.asc
Description: Digital signature

Reply via email to