You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/06/29 05:24:30 UTC

[Bug 2391] New: - Problem in using Parser in solaris

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2391

*** shadow/2391	Thu Jun 28 20:24:30 2001
--- shadow/2391.tmp.24510	Thu Jun 28 20:24:30 2001
***************
*** 0 ****
--- 1,36 ----
+ +============================================================================+
+ | Problem in using Parser in solaris                                         |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2391                        Product: Xerces-C                |
+ |       Status: NEW                         Version: 1.5                     |
+ |   Resolution:                            Platform: Sun                     |
+ |     Severity: Critical                 OS/Version: Solaris                 |
+ |     Priority: Other                     Component: Samples/Tests           |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-c-dev@xml.apache.org                                  |
+ |  Reported By: ramasub@subexgroup.com                                       |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The following are the details :
+ Xerces version number is : 1.4 (also tried 1.5)
+ Platform : Sun
+ OS & version : Solaris 2.7
+ Compiler : g++
+ cannot compile any program for xerces-c1_4_0-SolCC library and even for xerces-
+ c1_4_0-SolCC library.
+ Not able to run even the already built samples.
+ I used the binary distributions for the above mentioned xerces versions.
+ 
+ the problem i get when i try to run the samples or compile my own programs is :
+ 
+ ld.so.1: ./DOMPrint: fatal: libxerces-c1_4.so: open failed: No such file or 
+ directory
+ Killed
+ 
+ Kindly tell me what could be the problem.is the version of solaris causing the 
+ problem?
+ 
+ the problem is very urgent.
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: [Bug 2391] New: - Problem in using Parser in solaris

Posted by Miroslaw Dobrzanski-Neumann <mn...@mosaic-ag.com>.
On Fri, Jun 29, 2001 at 03:24:30AM -0000, bugzilla@apache.org wrote:
> + ld.so.1: ./DOMPrint: fatal: libxerces-c1_4.so: open failed: No such file or 
> + directory
> + Killed
try to adjust your LD_LIBRARY_PATH

$ env LD_LIBRARY_PATH=$XERCESCROOT/lib ./DOMPrint
-- 
Miroslaw Dobrzanski-Neumann

MOSAIC SOFTWARE AG
Base Development and Research
Tel +49-2225-882-291
Fax +49-2225-882-201
E-mail: mne@mosaic-ag.com


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org