I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-12-22 15:55:13-08 by himanshu1234
Problems installing XML-Parser on SunOS 5.8
Hi,
Having problems installing XML-Parser module on SunOS 5.8.
Perl version 5.8.7
Expat-1.95.5 installed successfully.
Perl Makefile.PL successful but encounter this problem doing make
# make install
make[1]: Entering directory `/var/tmp/XML-Parser-2.34/Expat'
rm -f ../blib/arch/auto/XML/Parser/Expat/Expat.so
LD_RUN_PATH="/usr/local/lib" gcc -B/usr/ccs/bin/ -G -L/usr/local/lib Expat.o -
o ../blib/arch/auto/XML/Parser/Expat/Expat.so -lexpat
ld: fatal: file /lib/values-Xa.o: unknown file type
ld: fatal: File processing errors. No output written to ../blib/arch/auto/XML/Parser/Expat/Expat.so
collect2: ld returned 1 exit status
make[1]: *** [../blib/arch/auto/XML/Parser/Expat/Expat.so] Error 1
make[1]: Leaving directory `/var/tmp/XML-Parser-2.34/Expat'
make: *** [subdirs] Error
Seems make file is unable to find /lib/values-Xa.o file.
Tried out installing XML-Parser module using Solaris-PerlGcc-1.3, it got installed but system is not recognizing perlgcc. Do we need to set some path values for it to work?
Any suggestions on this issue will be appreciated.
Thanks..
Direct Responses: Write a response