[Expat-bugs] [ expat-Bugs-1837011 ] Unable to find library 'libexpat.so.6'

SourceForge.net noreply at sourceforge.net
Sat Mar 3 20:25:07 CET 2012


Bugs item #1837011, was opened at 2007-11-23 03:53
Message generated for change (Settings changed) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1837011&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: XML::Parser (inactive)
Group: None
Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unable to find library 'libexpat.so.6'

Initial Comment:
email address annemarie.nolan at meteor.ie

ldd -s Expat.so

  find library=libexpat.so.6; required by ./Expat.so
    search path=:/isv/isv_app/expat/usr/local/lib:/isv/isv_app/expat/usr/local/include:/isv/isv_app/expat/usr/local/bin:/opt/hp-gcc-
4.2.1/lib/hpux64:/usr/lib/hpux64  (LD_LIBRARY_PATH)
    trying path=/isv/isv_app/expat/usr/local/lib/libexpat.so.6
    trying path=/isv/isv_app/expat/usr/local/include/libexpat.so.6
    trying path=/isv/isv_app/expat/usr/local/bin/libexpat.so.6
    trying path=/opt/hp-gcc-4.2.1/lib/hpux64/libexpat.so.6
    trying path=/usr/lib/hpux64/libexpat.so.6
    search path=/isv/isv_app/tuxedo/8.1.273/lib:/isv/isv_app/sqr/rel/bin/SQR/Server/Oracle/bin:/isv/isvsbx1b/rel/server/lib:/isv/isv
_app/oracle/product/10.2.0.3/lib::/isv/isvsbx1b/imp/loc/server/lib:/isv/isvsbx1b/imp/rel/server/lib:/isv/isvsbx1b/rel/server/lib32:/
isv/isv_app/oracle/oracle/rel/lib32:/isv/isv_app/tools/bin/../lib:/isv/isv_app/src:/isv/isv_app/expat/usr/local/lib:/isv/isv_app/exp
at/usr/local/include:/isv/isv_app/expat/usr/local/bin:/opt/hp-gcc-4.2.1/lib/hpux64:/usr/lib/hpux64:/opt/hp-gcc-4.2.1/lib  (SHLIB_PAT
H)
    trying path=/isv/isv_app/tuxedo/8.1.273/lib/libexpat.so.6
    trying path=/isv/isv_app/sqr/rel/bin/SQR/Server/Oracle/bin/libexpat.so.6
    trying path=/isv/isvsbx1b/rel/server/lib/libexpat.so.6
    trying path=/isv/isv_app/oracle/product/10.2.0.3/lib/libexpat.so.6
    trying path=/isv/isvsbx1b/imp/loc/server/lib/libexpat.so.6
    trying path=/isv/isvsbx1b/imp/rel/server/lib/libexpat.so.6
    trying path=/isv/isvsbx1b/rel/server/lib32/libexpat.so.6
    trying path=/isv/isv_app/oracle/oracle/rel/lib32/libexpat.so.6
    trying path=/isv/isv_app/tools/bin/../lib/libexpat.so.6
    trying path=/isv/isv_app/src/libexpat.so.6
    trying path=/isv/isv_app/expat/usr/local/lib/libexpat.so.6
    trying path=/isv/isv_app/expat/usr/local/include/libexpat.so.6
    trying path=/isv/isv_app/expat/usr/local/bin/libexpat.so.6
    trying path=/opt/hp-gcc-4.2.1/lib/hpux64/libexpat.so.6
    trying path=/usr/lib/hpux64/libexpat.so.6
    trying path=/opt/hp-gcc-4.2.1/lib/libexpat.so.6
    search path=/usr/local/lib:/usr/lib/hpux64:/sv/app/expat/product/2.0.1_64/lib  (RUNPATH)
    trying path=/usr/local/lib/libexpat.so.6
    trying path=/usr/lib/hpux64/libexpat.so.6
    trying path=/sv/app/expat/product/2.0.1_64/lib/libexpat.so.6
    search path=/usr/lib/hpux64  (default)
    trying path=/usr/lib/hpux64/libexpat.so.6
        Unable to find library 'libexpat.so.6'.

Expat was installed to the /isv/isv_app/expat directory.

Below, you can see that libexpat.so. exists.
$ ll
total 2180
drwxr-xr-x   2 isv_app    isv           1024 Nov 22 23:05 ./
drwxr-xr-x   6 isv_app    isv             96 Nov 22 23:05 ../
-rw-r--r--   1 isv_app    isv         579680 Nov 22 23:05 libexpat.a
-rwxr-xr-x   1 isv_app    isv            797 Nov 22 23:05 libexpat.la*
lrwxr-xr-x   1 root       sys             15 Nov 22 23:05 libexpat.so@ -> libexpat.so.6.2
lrwxr-xr-x   1 root       sys             15 Nov 22 23:05 libexpat.so.6@ -> libexpat.so.6.2
-r-xr-xr-x   1 isv_app    isv         533240 Nov 22 23:05 libexpat.so.6.2*

The SHLIB_PATH variable has been configured to include the path containing the above file.
Why would the library file not be detected?




----------------------------------------------------------------------

Comment By: SourceForge Robot (sf-robot)
Date: 2008-08-23 19:20

Message:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 20 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Sebastian Pipping (hartwork)
Date: 2008-08-03 08:11

Message:
Logged In: YES 
user_id=1022691
Originator: NO

In the output your provived I see the text
":/isv/isv_app/expat/usr/local/lib:".
To me this clearly looks like there is a colon missingin between -
shouldn't it read
":/isv/isv_app/expat:/usr/local/lib:" instead?

Please let us know if that helps.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1837011&group_id=10127


More information about the Expat-bugs mailing list