This is a discussion on [Snort-users] Problem compiling snort + mysql within the Snort forums, part of the System Security and Security Related category; Hi, os: Mandrake 10 snort: snort-2.2.0 mysql: mysql-4.1.7 I did search the archive but ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
os: Mandrake 10 snort: snort-2.2.0 mysql: mysql-4.1.7 I did search the archive but none of the answers I've found helped to fix= my problem. I want to compile snort --with-mysql my mysql 4.1.7 sources are in /root/mysql-4.1.7 and mysql is installed in /usr/local/mysql I did ./configure --with-mysql=3D/root/mysql-4.1.7=20 I do see that configure finds mysql libraries: checking for mysql... yes Upon compiling I get the following error message: /usr/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0xbc): In function `my_compress_alloc': : undefined reference to `compress' /usr/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0x13a): In function `my_uncompress': : undefined reference to `uncompress'hints collect2: ld returned 1 exit status make[3]: *** [snort] Error 1 make[3]: Leaving directory `/root/snort-2.2.0/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/snort-2.2.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/snort-2.2.0' make: *** [all] Error 2 I added LDFLAGS =3D "-lz" before running configure but no luck. Still sam= e error message. I've figured maybe maybe something in the source is not right so I've ins= talled mysql libraries from the RPM package. Same outcome when compiling. Any pointers and tips are appreciated. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/...fo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.p...st=snort-users |