[csw-users] GFTP

James Lee james at blastwave.org
Tue Aug 8 10:31:11 CEST 2006


On 08/08/06, 06:01:28, Paul Gress <pgress at optonline.net> wrote regarding
[csw-users] GFTP:

> Just did a "pkg-get -Uu".  All updating appeared normal, now all the
> latest and greatest.  Running Gnome 2.6 from Solaris 10U2 gftp doesn't
> work anymore as of the updating.

> $ /opt/csw/bin/gftp
> Segmentation Fault - core dumped
> $ ldd /opt/csw/bin/gftp
> ldd: /opt/csw/bin/gftp: unsupported or unknown file type

> Any clues?


$ file /opt/csw/bin/gftp
/opt/csw/bin/gftp:      executable shell script

$ cat /opt/csw/bin/gftp
#!/bin/sh

prefix=/opt/csw
exec_prefix=${prefix}

if [ "$DISPLAY " != " " ] && [ -f ${exec_prefix}/bin/gftp-gtk ]; then
        exec ${exec_prefix}/bin/gftp-gtk ${1+"$@"}
elif [ -f ${exec_prefix}/bin/gftp-text ]; then
        exec ${exec_prefix}/bin/gftp-text ${1+"$@"}
else
        echo "Error: Can't find gFTP binaries installed in
${exec_prefix}/bin"
fi

$ ldd /opt/csw/bin/gftp-gtk
     libgtk-x11-2.0.so.0 =>   /opt/csw/lib/i386/libgtk-x11-2.0.so.0
     libgdk-x11-2.0.so.0 =>   /opt/csw/lib/i386/libgdk-x11-2.0.so.0
     libatk-1.0.so.0 =>       /opt/csw/lib/i386/libatk-1.0.so.0
     libgdk_pixbuf-2.0.so.0 =>    /opt/csw/lib/i386/libgdk_pixbuf-2.0.so.0
...



It's probable one of the new crop of gnome libraries is causing the
problem, naturally look to the packages that were recently updated.
Try the core file to see the place the program crashed.




James.



More information about the users mailing list