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..
(6)
]
