./monetdb-install.sh --prefix=/root/countdb --enable-sql --nightly=stable
 
The above command throws the following error. Please check and let me know.
 
Thanks,
 
==============================================
 
/usr/bin/ld: /usr/local/lib/python2.5/config/libpython2.5.a(abstract.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/python2.5/config/libpython2.5.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[7]: Leaving directory `/var/tmp/MonetDB-1187229275/MonetDB-client/clients/src/odbc/python'
make[7]: *** [_odbc.la] Error 1
make[6]: Leaving directory `/var/tmp/MonetDB-1187229275/MonetDB-client/clients/src/odbc/python'
make[6]: *** [all] Error 2
make[5]: Leaving directory `/var/tmp/MonetDB-1187229275/MonetDB-client/clients/src/odbc'
make[5]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/MonetDB-1187229275/MonetDB-client/clients/src/odbc'
make[4]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/MonetDB-1187229275/MonetDB-client/clients/src'
make[3]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/MonetDB-1187229275/MonetDB-client/clients/src'
make[2]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/MonetDB-1187229275/MonetDB-client/clients'
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
making MonetDB-client failed
Please refer to the full log at /var/tmp/MonetDB-1187229275/log
If you believe this is an error in the script or the software,
file a bug and attach the logfile.
./monetdb-install.sh: line 199: glibtool: command not found
Terminated
 
=======================================================