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
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.