Snort mailing list archives
Re: barnyard configure problem
From: "Andrew R. Baker" <andrewb () sourcefire com>
Date: Thu, 10 Oct 2002 18:39:35 -0400
Randy Bey wrote:
I am trying to configure barnyard with mysql and the configure script iscomplaining about not being able to find mysql_connect.This is the specific message I get from ./configure --with-mysql-includes=/usr/local/mysql/include --with-mysql-libraries=/usr/local/mysql/lib --enable-mysql : checking for /usr/local/mysql/include/mysql.h... yes checking for mysql_connect in -lmysqlclient... no ********************************************** ERROR: unable to find mysqlclient library checked in the following places /usr/local/mysql/lib ********************************************** Being curious, I did an ar -t on libmysqlclient.a and did not find any reference to mysql_connect, either in that library or any of the others in the mysql lib dir. Any light to be shed?
well, `ar -t` is only going to show you the files that were compiled into the library file, not the symbol table where the function names live. `strings` works really well for that. ;)
As for actually fixing the problem, can you send me some more info. Such as Operating System version/flavour and Barnyard version. Also, can you look in the file config.log for the line
"checking for mysql_connect in -lmysqlclient"
and e-mail the surrounding lines?
Thanks,
Andrew
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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:
- barnyard configure problem Randy Bey (Oct 10)
- Re: barnyard configure problem Alwin Raymundo (Oct 11)
- Dropping packets - how to tell? Lefevre, Steven (Oct 11)
- Re: Dropping packets - how to tell? Alberto Gonzalez (Oct 11)
- Re: Dropping packets - how to tell? Erek Adams (Oct 11)
- Dropping packets - how to tell? Lefevre, Steven (Oct 11)
- Re: barnyard configure problem Alwin Raymundo (Oct 11)
- Re: barnyard configure problem Andrew R. Baker (Oct 11)
- RE: barnyard configure problem Wayne T Work (Oct 11)
