[reSIProcate] reSIProcate Build Error
Here is a build error I'm getting when I attempt to build reSIProcate
version 1.0 on a RedHat Enterprise (i.e. 9.0) platform.
I thought I installed everything needed, but maybe not?
g++ -march=i686 -D_REENTRANT -g -Wall -I../../../build/.. -I..
/../../build/.. -I../../../build/../contrib/ares -DUSE_ARES -DHAVE_POPT_H -c
-o obj.debug.Linux.i686/testDtlsTransport.o testDtlsTransport.cxx
g++ -o bin.debug.Linux.i686/testDtlsTransport
obj.debug.Linux.i686/testDtlsTransport.o
.debug.Linux.i686/TestSupport.o -L../../../build/../resip/stack/obj.debug
.Linux.i686 -L../../../build/../rutil/obj.debug.Linux.i686 -L../../../buil
d/../contrib/ares -lresip -lrutil -lares -lpthread -lpopt
obj.debug.Linux.i686/testDtlsTransport.o(.text+0x14f): In function `main':
/home/jerry/work/Sipfoundry/reSIProcate/resiprocate-1.0/resip/stack/test/tes
tDtlsTransport.cxx:28: undefined reference to
`resip::BaseSecurity::ExportableSuite'
obj.debug.Linux.i686/testDtlsTransport.o(.text+0x15d):/home/jerry/work/Sipfo
undry/reSIProcate/resiprocate-1.0/resip/stack/test/testDtlsTransport.cxx:28:
undefined reference to
`resip::Security::Security[in-charge](resip::BaseSecurity::CipherList
const&)'
collect2: ld returned 1 exit status
make[1]: *** [bin.debug.Linux.i686/testDtlsTransport] Error 1
make[1]: Leaving directory
`/home/jerry/work/Sipfoundry/reSIProcate/resiprocate-1.0/resip/stack/test'
make: *** [tests] Error 2
[root@RedHat-Lab1 resiprocate-1.0]#
Best Regards...