Well that worked, but my next issue is the actual compile. Im using a tutorial made for ubuntu and the commands are not working in Centos (go figure).
when i do the command autoreconf --install i get the error
dep/src/g3dlite/Makefile.am:25: library used but `RANLIB' is undefined
dep/src/g3dlite/Makefile.am:25:
dep/src/g3dlite/Makefile.am:25: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
dep/src/g3dlite/Makefile.am:25: to `configure.ac' and run `autoconf' again.
dep/src/sockets/Makefile.am:27: library used but `RANLIB' is undefined
dep/src/sockets/Makefile.am:27:
dep/src/sockets/Makefile.am:27: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
dep/src/sockets/Makefile.am:27: to `configure.ac' and run `autoconf' again.
dep/src/zlib/Makefile.am:27: library used but `RANLIB' is undefined
dep/src/zlib/Makefile.am:27:
dep/src/zlib/Makefile.am:27: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
this only part of it, im lost
The commands i am using are from this site, this is what im trying to do
http://wiki.udbforums.org/index.php/Howto_compile
the linux directions are at the bottom. If I can accomplish this ill put out a Centos verson to help other people in my situation. Thanks.