Subject: Re: snort-mysql
To: None <tech-pkg@netbsd.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 05/18/2002 01:08:18
On Fri, May 17, 2002 at 04:46:25PM -0500, Tracy J. Di Marco White wrote:
> 
> I've emulated the snort-pgsql Makefile to try to create a mysql happy
> snort.  However, I get an error where it doesn't find the libmysql.so
> files when I run snort unless I set LD_LIBRARY_PATH to /usr/pkg/lib/mysql.

I had a similar problem with databases/p5-DBD-mysql, thats why I had
to add patch-aa for it. Maybe you are also missing a -Wl,-R/usr/pkg/lib/mysql.

Bernd