Snort mailing list archives

Re: libmysqlclient.so.12


From: Dirk Geschke <Dirk_Geschke () genua de>
Date: Thu, 08 Apr 2004 17:33:16 +0200

Hi Gary,

snort: error while loading shared libraries: libmysqlclient.so.12:
cannot open shared object file: No such file or directory

I compiled mysql 4.0.18 by ./configure --prefix=/usr/local/mysql
--with-zlib

And snort with ./configure --with-mysql=/usr/local/mysql

Both ./configure/make/make install's produced no errors.

Got a clue?, G 

yes, the dynamic library is not found on startup, the search
path does not contain /usr/local/mysql/lib/mysql.

Try to start it either with

LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql  snort 

or add the path to the library to the ld.so.conf file
and invoke ldconfig.

Best regards

Dirk



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&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/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: