|
|
|
|
Snort Forums Archive
Archive Home » Linux » Snort and MySql 5.0.26 on CentOS 4
Please note that the categories listed below represent an archived version of our forums pages. To view the current version and be able to post and reply to threads, please register and login here to go to the full forums pages.
[ Notice: Full Version of This Topic ]
Snort and MySql 5.0.26 on CentOS 4
Posted by EniX22 on October 26, 2006 13:11:25
I'm trying to compile snort with the following options;
./configure --enable-dynamicplugin --enable-flexresp --with-mysql=/usr/local/mysql
That runs without any errors. The problem is when I try to perform the make commmand. I get this errors.
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x18): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x3c): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x40): more undefined references to `__pure_virtual' follow
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x88): In function `TaoCrypt::FileSource::~FileSource(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x28c): In function `TaoCrypt::FileSink::~FileSink(void)':
: undefined reference to `__builtin_delete'
collect2: ld returned 1 exit status
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x09dc1408 PID 12874
make[3]: *** [snort] Error 1
Removing child 0x09dc1408 PID 12874 from chain.
make[3]: Leaving directory `/usr/local/snort-2.6.0.2/src'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x0912b0b0 PID 12584
make[2]: *** [all-recursive] Error 1
Removing child 0x0912b0b0 PID 12584 from chain.
make[2]: Leaving directory `/usr/local/snort-2.6.0.2/src'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x0874a618 PID 12578
make[1]: *** [all-recursive] Error 1
Removing child 0x0874a618 PID 12578 from chain.
make[1]: Leaving directory `/usr/local/snort-2.6.0.2'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x08340fb8 PID 12577
make: *** [all] Error 2
Removing child 0x08340fb8 PID 12577 from chain.
Thanks for your help.
|
|
|
|
|
|