I was trying to install Prima-1.23 from CPAN on Solaris-9.
1. perl Makefile.PL
2. make
3. make test
The first 2 steps were completed successfully.
Creating directories...
ld.so.1: perl: fatal: relocation error: file ./auto/Prima/Prima.so: symbol XRenderFindDisplay: referenced symbol not found
I have the XRender library installed in the system. It was recognised during the 'perl Makefile.PL' command.
Krishi.