LockedSSHFS on linux

Author
2010/08/24 08:10:52 (permalink)

SSHFS on linux


Trying to enable SSHFx but getting this error using Centos 5.4
checking for SSHFS... configure: error: Package requirements (fuse >= 2.2 glib-2.0 gthread-2.0) were not met:

No package ‘glib-2.0' found
No package ‘gthread-2.0' found

Does anyone know how to fix the problem
#1

1 Reply Related Threads

    HC Team
    Hosting Controller
    Re:SSHFS on linux 2010/08/24 22:43:27 (permalink)
    You need to install glib2.  Do the following:

    yum install glib2-devel

    Once installation is done, continue with configure.

    ./configure
    make && make install
    #2
    Jump to: