Compling client on CentOS 5.1 and the 'make install' errors out =(<br><br>I was able to compile the client on CentOS 5, I'm using GCC shown here:<br>Installed Packages<br>Name   : gcc<br>Arch   : i386<br>Version: 
4.1.1<br>Release: 52.el5.2<br>Size   : 8.7 M<br>Repo   : installed<br>Summary: Various compilers (C, C++, Objective-C, Java, ...)<br><br>The new server is running GCC as this shows:<br>Installed Packages<br>Name   : gcc<br>
Arch   : i386<br>Version: 4.1.2<br>Release: 14.el5<br>Size   : 9.5 M<br>Repo   : installed<br>Summary: Various compilers (C, C++, Objective-C, Java, ...)<br><br>I tried starting from scratch to confirm I could do this again and unfortunately I can =(
<br><br>My user is named "shire" and the user's homedir is /usr/local/hobbit - this directory has these permissions:<br>drwxr-xr-x 17 shire shire 4096 Jan 16 22:04 .<br><br>I performed these commands<br>./configure.client
<br>default (server)<br>shire<br>default (/usr/local/hobbit)<br><a href="http://1.2.3.4">1.2.3.4</a> (public IP)<br><br>-> make install<br>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath=" PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" BBTOPDIR="/usr/local/hobbit" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="
<a href="http://1.2.3.4">1.2.3.4</a>" BBHOSTOS="" LOCALCLIENT="no" make -C lib client<br>make[1]: Entering directory `/usr/local/hobbit/lib'<br>make[1]: Nothing to be done for `client'.<br>
make[1]: Leaving directory `/usr/local/hobbit/lib'<br>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" RPATHOPT="-Wl,--rpath=" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" BBHOME="/usr/local/hobbit/client" make -C common client
<br>make[1]: Entering directory `/usr/local/hobbit/common'<br>make[1]: Nothing to be done for `client'.<br>make[1]: Leaving directory `/usr/local/hobbit/common'<br>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" RPATHOPT="-Wl,--rpath=" SSLLIBS="" NETLIBS="" BBHOME="/usr/local/hobbit/client" make -C build all
<br>make[1]: Entering directory `/usr/local/hobbit/build'<br>make[1]: Nothing to be done for `all'.<br>make[1]: Leaving directory `/usr/local/hobbit/build'<br>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" BBHOME="/usr/local/hobbit/client" BBHOSTIP="
<a href="http://1.2.3.4">1.2.3.4</a>" LOCALCLIENT="no" NETLIBS="" make -C client all<br>make[1]: Entering directory `/usr/local/hobbit/client'<br>make[1]: Nothing to be done for `all'.<br>
make[1]: Leaving directory `/usr/local/hobbit/client'<br>BBHOME="/usr/local/hobbit/client" INSTALLROOT="" BBUSER="shire" LOCALCLIENT="no" make -C client install<br>make[1]: Entering directory `/usr/local/hobbit/client'
<br>if test ! -d /usr/local/hobbit/client     ; then mkdir -p /usr/local/hobbit/client     ; fi<br>if test ! -d /usr/local/hobbit/client/bin ; then mkdir -p /usr/local/hobbit/client/bin ; fi<br>if test ! -d /usr/local/hobbit/client/etc ; then mkdir -p /usr/local/hobbit/client/etc ; fi
<br>if test ! -d /usr/local/hobbit/client/tmp ; then mkdir -p /usr/local/hobbit/client/tmp ; fi<br>if test ! -d /usr/local/hobbit/client/logs; then mkdir -p /usr/local/hobbit/client/logs; fi<br>if test ! -d /usr/local/hobbit/client/ext ; then mkdir -p /usr/local/hobbit/client/ext ; fi
<br>if test ! -f /usr/local/hobbit/client/etc/localclient.cfg ; then cp localclient.cfg /usr/local/hobbit/client/etc/ ; fi<br>cp -fp runclient.sh /usr/local/hobbit/client<br>cp: `runclient.sh' and `/usr/local/hobbit/client/runclient.sh' are the same file
<br>make[1]: *** [install] Error 1<br>make[1]: Leaving directory `/usr/local/hobbit/client'<br>make: *** [install-client] Error 2<br><br>Thanks in advance!<br clear="all"><br>-- <br>Josh Luthman<br>Office: 937-552-2340
<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373<br><br>Those who don't understand UNIX are condemned to reinvent it, poorly.<br>--- Henry Spencer