rsync prob on solaris 5.8

  • Follow


I am using rsync to copy the oracle archive logs for quite some time
now.
It was going well, suddenly I have started getting the error.

ld.so.1: rsync: fatal: libpopt.so.0: open failed: No such file or
directory
Killed

Any insights?

Thanks
- Anu

0
Reply ampadki (2) 4/18/2005 4:09:10 PM

rsync cant find libpopt.so.0.  The LD_LIBRARY_PATH variable, should
contain the path to libpopt.so.0.  Assuming you use the standard
installation paths, libpopt.so.0 is located in /usr/local/lib.  set it
in your rsync script or in .profile of the user: export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
Check out sunfreeware if you cant locate libpopt to reinstall
--Ross

anup wrote:
> I am using rsync to copy the oracle archive logs for quite some time
> now.
> It was going well, suddenly I have started getting the error.
>
> ld.so.1: rsync: fatal: libpopt.so.0: open failed: No such file or
> directory
> Killed
> 
> Any insights?
> 
> Thanks
> - Anu

0
Reply Ross 4/19/2005 1:23:27 AM


1 Replies
458 Views

(page loaded in 0.111 seconds)

Similiar Articles:













7/25/2012 9:58:35 PM


Reply: