This is a known problem with the Makefile that has been fixed in the
repositoy.  If you're using the distribution, your only choice is to create
a directory of that name and put the two shared libraries there.

If you're building the code yourself, you can get the latest from CVS, or
make the change to the 1.1 Makefile and re-link.  In the HPUX SPECIFIC
OPTIONS section, LINK should be defined as follows:

LINK = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS) -Wl,+s

Dave



                                                                                       
          
                    "Dave Guerrieri"                                                   
          
                    <Dave_Guerrieri@j        To:     [EMAIL PROTECTED]          
          
                    epplg.com>               cc:     (bcc: David N Bertoni/CAM/Lotus)  
          
                                             Subject:     HP-UX 11 Xalan-C++ dld error 
          
                    07/16/2001 05:24                                                   
          
                    PM                                                                 
          
                    Please respond to                                                  
          
                    xalan-dev                                                          
          
                                                                                       
          
                                                                                       
          





When I try to run testXSLT, I get an error that says:

/usr/lib/dld.sl: Can't open shared library:
/home/xalan/apache/xml-xerces/c/lib/libxerces-c1_4.sl
/usr/lib/dld.sl: No such file or directory

I set my SHLIB_PATH environment variable to the correct path that is not
the one
 above.  Could there be some reason why dld is not looking at SHLIB_PATH?

Thank you very much in advance,

Dave







Reply via email to