From: <FLO...@LH...> - 2002-02-26 16:29:44
|
Hi, I have a rather frustrating problem. I build a snort configuration to act as a snort IDS Sensor which logs its alerts to a central mysql server. Well, it should log. The problem now is, that there seems to be a compatibiliy difference in the used libmysqlclient (from the trinux libmysql.tgz package) and my mysql server. Snort dies with the message: snort: error in loading shared libraries: snort: undefined symbol: mysql_errno The problem now is, that I can't just take a current libmysqlclient.so as it is comiled against glibc 2.2 but trinux runs with 2.1. My guess now is, if I had a current libmysqlclient.so compiled against glibc 2.1 then it should work. But I do not have a system still running with glibc 2.1 Now, unless the problem lies elsewhere and somebody can tell me how to fix it, is somebody out there who can build me a current libmysqlclient.so with glibc2.1? Hopefull regards Florian |