|
|
sybperl-l Archive
Up Prev Next
From: mpeppler at itf dot ch (Michael Peppler)
Subject: Re: Problems with SybPerl2.03 under HPUX
Date: Mar 11 1996 11:20AM
> From: "Luke J. Sheneman"
>
>
> I am having difficulty with compiling and running SybPerl under HPUX 9.05
> on an HP9000 s715/50. I built, tested, and installed perl5.002gamma without
> difficulty using the ANSI HP C compiler. I compiled Perl5.002gamma without
> dynamic loading enabled.
>
> I compiled a static version of SybPerl-2.03 under the same circumstances
> on the same machine. The compilation succeeded without difficulties.
>
> However, when performing a "make test", I receive the messages shown
> below. Any help would be appreciated. Please mail any corresponde
> luke.sheneman@bglobal.com. Thank you.
>From perusing my AnswerBase documents, I see that HP-UX requires two
additional libraries when building OpenClient applications. Edit the
CONFIG file and add -lBSD and -lcl to the EXTRA_LIBS line, and re-build
sybperl (starting with the 'perl Makefile.PL' command).
The 'Subroutine redefined' message is a bug in perl5.02gamma, and can
be ignored (it is corrected in 5.002).
Michael
|