On Thu, 23 Dec 1999, Li,Yuan N.(NXI) wrote:

> I have fought hard quite a few days trying to add mod_perl1.21 onto apache
> 1.3.9 on HP 11. I use the c compiler comes with the machine, and installed
> Perl 5.00503 under my home directory /home/c015932/opt/perl(I do not have
> access to the root), although the host has its own Perl 5.004 installed
> under /opt/perl5. Everything compiles, the current issue I have is at the
> link stage. I got the following massage from running make. I guess I either
> missed something in my library specification or forgot to load some Perl
> module. Can someone help me pointing out the obvious? Any help will be
> appreciated.....
...
> -L/usr/local/lib
> /opt/perl5/lib/PA-RISC2.0/5.00404/auto/DynaLoader/DynaLoader.a
> -L/home/c015932/opt/perl/lib/5.00503/PA-RISC2.0/CORE
> -L/home/c015932/opt/perl5.005_03/libperl.a -lperl -lnet -lnsl -lnm -lndbm
> -ldld -lm -lc -lndir -lcrypt -lm -lpthread
> /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (buildmark.o) was
> detected. The linked output may not run on a PA 1.x system.
> /usr/ccs/bin/ld: Unsatisfied symbols:
>    Perl_Sv (data)
...

do you have a libperl in /usr/local/lib ?  if so, delete it.

Reply via email to