- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rsync problem on itanium machine
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-09-2006 02:10 AM
03-09-2006 02:10 AM
I have installed on itanium machine (ia64) on HP-UX 11.23, rsync 2.6.4 : software version downloaded from the following link : http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-2.6.4/
(I have taken the file dedicated to Itanium 2).
When I try to start rsync using oracle user, here is the error message I have received :
oracle@trelod | /home/oracle> rsync
/usr/lib/hpux32/dld.so: Unable to find library 'libintl.so'.
Killed
oracle@trelod | /home/oracle>
What can I do in order to solve my problem ?
Thanks for your fast reply.
Best regards.
Fabien.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:12 AM
03-09-2006 02:12 AM
Re: rsync problem on itanium machine
I'd suggest downloading the source and compiling rsync yourself.
This is a pretty common problem with that site.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:33 AM
03-09-2006 02:33 AM
Re: rsync problem on itanium machine
I have done a swlist of all the dependancies you describe me on another computer which is in hpux 11.11 with PA-RISC and I see popt (version 1.7), libiconv (version 1.9.2), gettext (version 0.14.1) but nothing related to libgcc.
Where can I find all the versions compatible with itanium ?
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 03:44 AM
03-09-2006 03:44 AM
Re: rsync problem on itanium machine
Thanks a lot Ivan and Steven.