kf4pfw Posted January 27, 2004 Report Share Posted January 27, 2004 Whenever I reboot my solaris box, I have to re-install the client package in order to get the client to start. Trying to start using the supplied script gives the following error root@medusa /]# /etc/rc3.d/S99retroclient start ld.so.1: /usr/local/dantz/client/retroclient: fatal: libgthread-1.2.so.0: open f ailed: No such file or directory /etc/rc3.d/S99retroclient: line 31: 5030 Killed $CLIENTDIR/ret roclient -daemon Attempting to get the status of the client gives the same error: [root@medusa rc3.d]# ./S99retroclient status ld.so.1: /usr/local/dantz/client/retrocpl: fatal: libgthread-1.2.so.0: open fail ed: No such file or directory ./S99retroclient: line 31: 5026 Killed $CLIENTDIR/retrocpl This is using the latest client available on your web site. What is wrong here? Thanks Link to comment Share on other sites More sharing options...
natew Posted January 28, 2004 Report Share Posted January 28, 2004 Hi It looks like glib isn't symlinked properly. What version of solaris is this? Here is a general outline of the install http://www.dantz.com/index.php3?SCREEN=kbase&ACTION=KBASE&id=27774 Nate Link to comment Share on other sites More sharing options...
jgeraghty Posted October 29, 2004 Report Share Posted October 29, 2004 Thanks natew, Id like to add that the sun package installed in /usr/local/lib to symlink the glibs in this case do: ln -sf /usr/local/lib/libglib-1.2.so.0 /usr/lib/libglib-1.2.so.0 ln -sf /usr/local/lib/libgthread-1.2.so.0 /usr/lib/libgthread-1.2.so.0 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.