- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- rsync install problem
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
03-26-2007 05:12 PM
03-26-2007 05:12 PM
I have download rsync RPM from OSSC web site, while install rsync with rpm, I got following error message:
-----------------------------------------------
alpha:/tmp/OSSC51B_NEW> /usr/local/bin/rpm -Uvh rsync-2.5.5-1.alpha.rpm
error: failed dependencies:
libc.so.osf.1 is needed by rsync-2.5.5-1
libpopt.so.0.0 is needed by rsync-2.5.5-1
-----------------------------------------------
Does anybody know what's the cause and how to fix it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 05:35 PM
03-26-2007 05:35 PM
Re: rsync install problem
prerequisites,like libc and libpopt, which
you may need to install first. Not knowing
exactly whence you got the rsync kit, I can
only guess that the other kits may be found
nearby that one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 06:33 PM
03-26-2007 06:33 PM
Re: rsync install problem
So, does anybody know where I can find libc.so.osf.1 and libpopt.so.0.1 ??
I have search all rpm packages in OSSC51B_NEW download, but find no rpm contains them :<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 06:35 PM
03-26-2007 06:35 PM
Re: rsync install problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 06:55 PM
03-26-2007 06:55 PM
Solutioninstructions do say:
As of 2.4.7, rsync uses Eric Troan's popt option-parsing library. A
cut-down copy of release 1.5 is included in the rsync distribution,
and will be used it there is no popt library on your build host, or if
the --with-included-popt option is passed to ./configure.
http://h30097.www3.hp.com/demos/ossc/doc/rsync-2.5.5/INSTALL
The libc thing may be related to GCC. Are
you installing the binaries, or building from
the source? (The latter may work better.)
I don't know how much of the whole OSSC kit
you need to install to get all the stuff you
need for its various pieces.
However,
http://samba.anu.edu.au/rsync/
suggests that "Rsync version 2.6.9 released",
which, along with "(If you're using a version
of rsync older than 2.6.3, see below for some
security advisories.)", would tend to lead me
toward an up-to-date source kit rather than
an obsolete binary kit. Most of the stuff I
recognize on that OSSC list ranks somewhere
between old and very old.