in reply to using XML::LibXML on hp-ux 11.11

Is the location of the libxml2.sl you used in your $SHLIB_PATH or $LD_LIBRARY_PATH?

Did you check the generated .sl with chatr and ldd if all dependencies do resolve?


Enjoy, Have FUN! H.Merijn

Replies are listed 'Best First'.
Re^2: using XML::LibXML on hp-ux 11.11
by jim_neophyte (Sexton) on Jul 25, 2007 at 21:42 UTC
    ldd does show that dependencies resolve (i think so, not a sw developer). i compiled it using +b mylibdir so that i it does not require those env vars. thanks for the suggestion though.