- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rsync error - libpopt.sl
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 03:25 AM
07-06-2004 03:25 AM
rsync error: syntax or usage error (code 1) at main.c(578)
So I downloaded v2.6.2 to install, but the install complained that gettext was missing, so I got it (v0.14.1) and installed both of them without any errors.
Now when I run rsync, I get the error:
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libpopt.sl
/usr/lib/dld.sl: No such file or directory
Where can I find this library? Looks like it used to be there (no error before), now it's not??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 03:40 AM
07-06-2004 03:40 AM
SolutionLooks like it's part of 'popt' tool.
http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/popt-1.7/
I could see this file under it's contents.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 03:49 AM
07-06-2004 03:49 AM
Re: rsync error - libpopt.sl
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libiconv.sl
/usr/lib/dld.sl: No such file or directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 03:52 AM
07-06-2004 03:52 AM
Re: rsync error - libpopt.sl
http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.9.2/
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 04:37 AM
07-06-2004 04:37 AM
Re: rsync error - libpopt.sl
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2004 09:17 AM
08-26-2004 09:17 AM
Re: rsync error - libpopt.sl
Did you have any problems after installing popt and libiconv ?
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2004 09:21 AM
08-26-2004 09:21 AM
Re: rsync error - libpopt.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 01:33 AM
09-02-2004 01:33 AM
Re: rsync error - libpopt.sl
rsync-2.6.2-sd-11.00.depot install was fine when installed along with gettext-0.14.1-sd-11.00.depot, but got same errors upon executing rsync binary.
Resolved in same way by installing...
- libiconv-1.9.2-sd-11.00.depot
- popt-1.7-sd-11.00.depot
libiconv was noted as a dependency for gettext, but popt was not (as far as I could see). Anyway, it works now.
Thanks all!