Re: libmysqlclient.so
Ed Davison <[email protected]> Wed, 19 Nov 2003 10:21:15 -0600
| Newsgroups | gmane.comp.security.ids.snort.snarf |
|---|---|
| Organization | McCombs School of Business |
| Message-ID | <[email protected]> |
On Mon, 2003-09-08 at 07:38, Akerstrom, Peter wrote: > Anyone know where to find a libmysqlclient.so file for Win32 for use > with snortDBinput? You should not necessarily need libmysqlclient.so for Win32 as this is a unix/linux library. You can get the Mysql client libraries by installing DBD::Mysql for Win32 Perl. With ActiveState Perl you can do a 'ppm install dbd-mysql' and it will install this module. Ed Davison