in reply to Re^2: LibXSLT fails while running "make test"
in thread LibXSLT fails while running "make test"

I don't know, but I would consult with my system administrator as to where they originally acquired the libraries from.

  • Comment on Re^3: LibXSLT fails while running "make test"

Replies are listed 'Best First'.
Re^4: LibXSLT fails while running "make test"
by jes (Novice) on Aug 21, 2013 at 09:27 UTC

    I got this link when Googled. http://www.ibiblio.org/pub/packages/solaris/

    Installed it but I got the same error as before..

    I did pkgadd -d libxslt.1.1.28.i86pc.Solaris.10.pkg and the libraries are updated at /usr/local/lib and /usr/local/include.

    While building I did

     /opt/perl5/bin/perl Makefile.PL INC="-I/usr/local/include" LIBS="-L/usr/local/lib"

    Can you please suggest how to solve this?

    Thanks & Regards