Bug 1611 - rsync cannot find a library
Summary: rsync cannot find a library
Status: CLOSED INVALID
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 2.6.2
Hardware: Other Windows XP
: P3 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-13 13:39 UTC by tim regan
Modified: 2005-03-16 16:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tim regan 2004-08-13 13:39:57 UTC
I cannot see to solve this problem. The library in question does not live on 
this HP-UX 11.00 system. Any ideas?

# ldd -s rsync

  find library=/usr/lib/libc.2; required by rsync
        /usr/lib/libc.2 =>      /usr/lib/libc.2

  find library=/usr/lib/libdld.2; required by /usr/lib/libc.2
        /usr/lib/libdld.2 =>    /usr/lib/libdld.2

  find library=/usr/lib/libc.2; required by implicit load
        /usr/lib/libc.2 =>      /usr/lib/libc.2

  find library=/usr/local/lib/libpopt.sl; required by rsync
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libpopt.sl
/usr/lib/dld.sl: No such file or directory
Comment 1 Wayne Davison 2004-08-13 13:51:29 UTC
The popt package is available on the net if you'd like to download and install
it.  If not, building rsync on your system should notice that you don't have
popt installed and use the version that is provided in the rsync distribution.

See also the --with-included-popt configure option if you need to force rsync to
use its own popt instead of the shared library installed on the system that is
building rsync.