Hi, I am trying to install Virtuoso on CentOS from the 5.0.8 tar ball. After running "configure" apparently successfully, I encounter a compilation error during make. I believe the relevant part of the make output:
gcc -DHAVE_CONFIG_H -I. -I../../libsrc/Dk -fno-strict-aliasing -O2 -Wall -DNDE BUG -DPOINTER_64 -I/opt/virtuoso/virtuoso-opensource-5.0.8/libsrc/Xml.new -DOPE NSSL_NO_KRB5 -Dlinux -D_GNU_SOURCE -DFILE64 -D_LARGEFILE64_SOURCE -I../../libsr c -I../../libsrc/Dk -I../../libsrc/zlib -I. -I../../libsrc/langfunc -I../../lib src/plugin -I../../libsrc/Tidy -I../../libsrc/Xml.new -I../../libsrc/odbcsdk/in clude -DVAD -DDBP -DBIF_XPER -DOPSYS=\"Linux\" -DHOST=\"x86_64-unknown-linux-gn u\" -g -O2 -MT libwi_la-sqlbif2.lo -MD -MP -MF .deps/libwi_la-sqlbif2.Tpo -c sq lbif2.c -fPIC -DPIC -o .libs/libwi_la-sqlbif2.o sqlbif2.c: In function 'bif_client_attr': sqlbif2.c:729: warning: value computed is not used sqlbif2.c:1443:23: error: scn3split.c: No such file or directory make[3]: *** [libwi_la-sqlbif2.lo] Error 1 make[3]: Leaving directory `/opt/virtuoso/virtuoso-opensource-5.0.8/libsrc/Wi' make[2]: *** [all] Error 2 make[2]: Leaving directory `/opt/virtuoso/virtuoso-opensource-5.0.8/libsrc/Wi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/virtuoso/virtuoso-opensource-5.0.8/libsrc' make: *** [all-recursive] Error 1 The output from uname -a: Linux mind-swandb1 2.6.18-53.el5 #1 SMP Mon Nov 12 02:14:55 EST 2007 x86_64 x86_64 x86_64 GNU/Linux Any help or pointers on what might be wrong would be appreciated. Thanks Marco