Problem installing v5.10 on Red Hat 9

I am trying to install v5.10 on Red Hat 9 (gcc 3.2.2)

I

./configure make
and after a while I get the following error:

Compiling XrdCryptosslX509.cc g++ -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_ALL_SOURCE -D_REENTRANT -D_GNU_SOURCE -fPIC -rdynamic -Wall -Wno-deprecated -D__linux__ -DXrdDEBUG=0 -DOPENSSL_NO_KRB5 -DPERL5 -DR__SSL -I. -I.. -Iinclude -o ../../obj/XrdCryptosslX509.o XrdCryptosslX509.cc XrdCryptosslX509.cc: En member function `bool XrdCryptosslX509::IsCA()': XrdCryptosslX509.cc:538: conversión inválida de `unsigned char**' a `const unsigned char**' make[5]: *** [../../obj/XrdCryptosslX509.o] Error 1 make[4]: *** [Linuxall] Error 2 make[3]: *** [all] Error 2 make[2]: *** [XrdCrypto] Error 2 make[1]: *** [all] Error 2 make[1]: Saliendo directorio `/home/mance/root/xrootd/src/xrootd' make: *** [xrootd/src/xrootd/lib/libXrdSec.so] Error 2

Any ideas?
Thanks!

Monica

Hi Monica,

  1. I suppose you did “./configure redhat” or “./configure linux”, right?

  2. What options were enabled during configure? What’s the output of your “./configure” ?