[Gluster-devel] GlusterFS and OpenSolaris

Samuel Hassine samuel.hassine at gmail.com
Sun Oct 25 13:46:36 UTC 2009


Hello all,

I followed this guide: 
http://www.gluster.com/community/documentation/index.php/GlusterFS_on_Solaris 
in order to install glusterFS on Solaris platform.

I used these commands:
# pkg install SUNWarc SUNWhea SUNWbinutils
# pkg uninstall SUNWgccruntime
# pkg install SUNWgcc

# pkgadd -d http://www.opencsw.org/pkg_get.pkg
# export PATH="/opt/csw/bin:/usr/sfw/bin:$PATH"
# pkg-get -U

# pkg-get install automake autoconf bison flex libtool git gsed gmake
# cd /opt/csw/bin
# ln -s gmake make

# cd /usr/src
# git clone git://git.sv.gnu.org/gluster.git glusterfs
# cd glusterfs
# git checkout -b release-2.0 origin/release-2.0
# git pull
# ./autogen.sh
# LDFLAGS="-L/opt/csw/lib" ./configure --disable-fuse-client 
--disable-ibverbs --prefix=/opt/glusterfs
# gmake CFLAGS="-g -O0" LDFLAGS="-L/opt/csw/lib"

But I had a problem during the execution of make command :

In file included from dict.c:35:
compat.h:222: error: syntax error before "va_list"
gmake[3]: *** [libglusterfs_la-dict.lo] Error 1

Im looking for a solution to avoid this error.

Anybody could help me ? Did you try to install glusterFS (server side) 
on this platform ?

Thanks for your answers.

Kind regards.
Sam








More information about the Gluster-devel mailing list