Operating System - HP-UX
1837835 Members
2240 Online
110121 Solutions
New Discussion

Re: rsync problem on itanium machine

 
SOLVED
Go to solution
RITTAUD Fabien
New Member

rsync problem on itanium machine

Hi,

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.


4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: rsync problem on itanium machine

Shalom Rittaud,

I'd suggest downloading the source and compiling rsync yourself.

This is a pretty common problem with that site.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Ferreira
Honored Contributor
Solution

Re: rsync problem on itanium machine

It seems that you missed some libraries, ensure that you meed the dependencies:

libgcc gettext libiconv popt
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
RITTAUD Fabien
New Member

Re: rsync problem on itanium machine

Thanks but Ivan,

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.
RITTAUD Fabien
New Member

Re: rsync problem on itanium machine

I have downloaded all the missing dependancies (gettext, popt, libiconv) and all was perfect.
Thanks a lot Ivan and Steven.