From: David Cantrell <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 2:26 PM

> On Tue, Apr 17, 2001 at 02:12:14PM +0100, dcross - David Cross wrote:
> 
> > I'm having trouble building HTML::Parser on an AIX box. It's the first
time
> > I've tried to build and install an XS module, so it's quite possible
that
> > it's a wider issue.
> > 
> > t/unbroken-text.....Can't load 'blib/arch/auto/HTML/Parser/Parser.so'
for
> > module HTML::Parser: dlopen: blib/arch/auto/HTML/Parser/Parser.so: A
file or
> > directory in the path name does not exist. at
> > /usr/local/lib/perl5/5.00502/aix/DynaLoader.pm line 168.
> > 
> > Running ls -l blib/arch/auto/HTML/Parser/Parser.so shows that the file
> > exists and is readable. 
> 
> What does file(1) tell you about that, and about a *working* loadable
module
> somewhere in the perl distribution?

blib/arch/auto/HTML/Parser/Parser.so:   executable (RISC System/6000) or
object module not stripped

/usr/local/lib/perl5/5.00502/aix/auto/POSIX/POSIX.so:   executable (RISC
System/6000) or object module not stripped

> > The build process seems to be using IBM's own C compiler rather than
gcc.
> 
> Which compiler was used to build perl?  

perl -MConfig -e'print map { "$_ : $Config{$_}\n" } keys %Config | egrep
'^cc'

cc : cc
cccdlflags :
ccdlflags : -bE:perl.exp
ccflags : -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=8192-- 

> And which libraries did it use - IBM's, or GNU's?

Is that this?

glibpth : /usr/shlib  /shlib /lib/pa1.1 /usr/lib/large /lib /usr/lib
/usr/lib/386 /lib/386 /lib/large /usr/lib/small /lib/small /usr/ccs/lib
/usr/ucblib /usr/local/lib

Or these?

lib_ext : .a
libc : /lib/libc.a
libperl : libperl.a
libpth : /lib /usr/lib /usr/ccs/lib
libs : -lnsl -ldbm -ldl -lld -lm -lc -lcrypt -lbsd -lPW
libswanted : sfio socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m
c cposix posix ndir dir crypt ucb bsd BSD PW x

Should I be worried about the 'lib_ext : a' line or 'so : a' that I've also
seen?

Dave...

-- 


The information contained in this communication is
confidential, is intended only for the use of the recipient
named above, and may be legally privileged. If the reader 
of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited.  
If you have received this communication in error, please 
re-send this communication to the sender and delete the 
original message or any copy of it from your computer
system.

Reply via email to