Hello All,
I'm trying to build MaxDB in a Xeon system with the 64 bit extensions
installed. (I would use the binaries, but they are not supported)
For example:
software in package Database Kernel is not runnable on your system
MAKE SYSTEM: architecture = I386
MAKE SYSTEM: c_runtime = GLIBC 2.2.2
MAKE SYSTEM: subversion = 64GB-SMP
MAKE SYSTEM: system = Linux
MAKE SYSTEM: version = 2.4.18
YOUR SYSTEM: architecture = X86-64
YOUR SYSTEM: c_runtime = GLIBC 2.3.4
YOUR SYSTEM: subversion = 5.0.3.ELsmp
YOUR SYSTEM: system = Linux
YOUR SYSTEM: version = 2.6.9
installation exited abnormally at Mo, Apr 11, 2005 at 11:43:07
When I try to build the tools, the detection part goes well, but then
just before it finishes it gives me this error:
make[3]: Leaving directory `/home/jsinglet/TOOLSRC/sys/src/base/ptoc/libpc'
cd ptoc ; make
make[3]: Entering directory `/home/jsinglet/TOOLSRC/sys/src/base/ptoc/ptoc'
../tools/mkvers/mkvers `cat Version.number` ptoc.c > Version.c
cc -DLINUX -DX86_64 -DSYSV -DCC -O -g -fPIC -DOPTIMIZING -DFLEX
-DJOCHEN -o ptoc ptoc.c Version.c
ptoc.c:69: error: conflicting types for 'malloc'
ptoc.c:69: error: conflicting types for 'malloc'
ptoc.c: In function `main':
ptoc.c:300: warning: passing arg 2 of `signal' from incompatible pointer type
ptoc.c:301: warning: passing arg 2 of `signal' from incompatible pointer type
ptoc.c: At top level:
ptoc.c:721: warning: static declaration of 'init_globals' follows
non-static declaration
ptoc.c:287: warning: previous implicit declaration of 'init_globals' was here
ptoc.c:735: warning: static declaration of 'sete' follows non-static declaration
ptoc.c:724: warning: previous implicit declaration of 'sete' was here
make[3]: *** [ptoc] Error 1
make[3]: Leaving directory `/home/jsinglet/TOOLSRC/sys/src/base/ptoc/ptoc'
make[2]: *** [csys] Error 2
make[2]: Leaving directory `/home/jsinglet/TOOLSRC/sys/src/base/ptoc'
make[1]: *** [ptocall] Error 2
make[1]: Leaving directory `/home/jsinglet/TOOLSRC/sys/src/base'
make: *** [base] Error 2
What gives? Do I need to downgrade GLIBC? There is a compatibility
package that allows me to use the older versions of GLIBC; is that the
solution?
Many thanks in advance,
JLS
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/maxdb?unsub=gcdm-maxdb@xxxxxxxxxxx
|