I'm trying install the Perl module OpenOffice::UNO and I get the error below (OpenOffice::UNO Error). Has anyone seen this before?
I using Sun's compiler and I was wondering C++ compiler was used to compile the Solaris version of OpenOffice and the SDK. Perl seems to be croaking with C++ name mangling. ==================== Perl Loader Error ================ DB<1> use OpenOffice::UNO; Can't load '/usr/perl5/site_perl/5.8.4/i86pc-solaris-64int/auto/OpenOffice/UNO/UNO.so' for module OpenOffice::UNO: ld.so.1: perl: fatal: relocation error: file /usr/perl5/site_perl/5.8.4/i86pc-solaris-64int/auto/OpenOffice/UNO/UNO.so: symbol __1cDstdJbad_allocG__vtbl_: referenced symbol not found at /usr/perl5/5.8.4/lib/i86pc-solaris-64int/DynaLoader.pm line 230. ============= OpenOffice::UNO Error ================== [r...@dsol2 OpenOffice-UNO-0.06]# make rm -f blib/arch/auto/OpenOffice/UNO/UNO.so LD_RUN_PATH="/opt/openoffice.org/ure/lib" CC -L/opt/openoffice.org/ure/lib -G UNO.o -o blib/arch/auto/OpenOffice/UNO/UNO.so \ -L/opt/openoffice.org/ure/lib -luno_salhelperC52 -luno_cppuhelperC52 -luno_cppu -lstlport_sunpro -luno_salhelperC52 \ ld: fatal: library -luno_salhelperC52: not found ld: fatal: library -luno_cppuhelperC52: not found ld: fatal: library -luno_cppu: not found ld: fatal: library -luno_salhelperC52: not found ld: fatal: File processing errors. No output written to blib/arch/auto/OpenOffice/UNO/UNO.so make: *** [blib/arch/auto/OpenOffice/UNO/UNO.so] Error 1 [r...@dsol2 OpenOffice-UNO-0.06]# which CC /opt/SSX0903/bin/CC [r...@dsol2 OpenOffice-UNO-0.06]# ls -l /opt/openoffice.org/ure/lib/libuno_* -r--r--r-- 1 root bin 883484 2009-03-07 13:00 /opt/openoffice.org/ure/lib/libuno_cppuhelperC52.so.3 -r--r--r-- 1 root bin 243460 2009-03-07 12:58 /opt/openoffice.org/ure/lib/libuno_cppu.so.3 -r--r--r-- 1 root bin 21456 2009-03-07 12:58 /opt/openoffice.org/ure/lib/libuno_purpenvhelperC52.so.3 -r--r--r-- 1 root bin 14948 2009-03-07 12:42 /opt/openoffice.org/ure/lib/libuno_salhelperC52.so.3 -r--r--r-- 1 root bin 1973580 2009-03-07 12:36 /opt/openoffice.org/ure/lib/libuno_sal.so.3 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org