in reply to Re: Re: Re: Embedding Perl Interpreter/DynaLoader
in thread Embedding Perl Interpreter/DynaLoader

Actually you probably have .sl files instead (that's the shared library extension on HP-UX, IIRC).

I don't think that the ActiveState binary is incomplete - but I'm almost certain that you'll need gcc or some other modern compiler to build any binary for use with perl. I would start by installing gcc, and see if that solves your problems.

Michael

  • Comment on Re: Re: Re: Re: Embedding Perl Interpreter/DynaLoader