Hi All,
Looking forward to trying out this software, I am trying to build on linux, but I get the following error:
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -fno-exceptions -I/usr/local/include -I/usr/kerberos/include -I/usr/local/mysql/include -I/usr/local/mysql/include/mysql -I/usr/local/mysql/mysql/include -DDATADIR=\"/usr/local/netxms/share/netxms\" -g -O2 -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c crypto.cpp -fPIC -DPIC -o .libs/crypto.o
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
crypto.cpp:86: invalid conversion from `EVP_CIPHER*(*)()' to `const
EVP_CIPHER*(*)()'
crypto.cpp:86: invalid conversion from `EVP_CIPHER*(*)()' to `const
EVP_CIPHER*(*)()'
crypto.cpp: In function `DWORD SetupEncryptionContext(CSCPMessage*,
CSCP_ENCRYPTION_CONTEXT**, CSCPMessage**, RSA*)':
crypto.cpp:301: invalid conversion from `const BYTE**' to `unsigned char**'
crypto.cpp: In function `RSA* LoadRSAKeys(char*)':
crypto.cpp:436: invalid conversion from `const BYTE**' to `unsigned char**'
crypto.cpp:440: invalid conversion from `const BYTE**' to `unsigned char**'
make[3]: *** [crypto.lo] Error 1
make[3]: Leaving directory `/opt/redknee/home/rkadm/imran/netxms-0.2.4/src/libnxcscp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/redknee/home/rkadm/imran/netxms-0.2.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/redknee/home/rkadm/imran/netxms-0.2.4'
make: *** [all] Error 2
Below is the compiler version, I'm working on a redhat linux box. Any help appreciated, not sure what else I can add to this, so please let me know if u need more info.
Thanks,
#g++ -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Received on Wed Aug 24 2005 - 02:07:00 EEST
This archive was generated by hypermail 2.2.0 : Wed Aug 24 2005 - 02:15:39 EEST