Snort mailing list archives
Re: ./configure ERROR!
From: Nigel Houghton <nigel () sourcefire com>
Date: Wed, 14 May 2008 21:50:22 -0400
On 5/14/08 6:54 PM, "Curtis LaMasters" <curtislamasters () gmail com> wrote:
I am getting an error when running ./configure on a freshly installed Suse 10.3 system. The error is: ERROR! programmatic interface to dynamic link loader not found. Cannot use dynamic plugin libraries. It follows these two lines: checking for dlsym in -ldl... no checking for dlsym in -lc... no I am trying to install Snort with MySQL support. Any ideas?
In the docs directory of the tarball, there is a file named INSTALL, in this
file you will find the following information:
Problems may also be encountered if both the 32bit and 64bit libraries
are installed on the system, and configuring snort with MySQL support
may result in a different error:
checking for mysql... yes
checking for compress in -lz... yes
checking for dlsym in -ldl... no
checking for dlsym in -lc... no
ERROR! programmatic interface to dynamic link loader
not found. Cannot use dynamic plugin libraries.
<some other stuff>
This likely indicates a compability issue between a 32bit library
from mysql (found in its normal location), and a 64bit library for
libdl (dynamic loader). Use the --with-mysql-libraries option to
specify the location of the 64bit mysql library (e.g. /usr/lib64/mysql).
If that doesn't answer your question, a lot more information is required
about your installation, what version of snort, configure options, etc. etc.
etc.
--
Nigel Houghton
Resident Hooligan
SF VRT
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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:
- ./configure ERROR! Curtis LaMasters (May 14)
- Re: ./configure ERROR! YARICK (May 14)
- Re: ./configure ERROR! Curtis LaMasters (May 14)
- Re: ./configure ERROR! Nigel Houghton (May 14)
- Re: ./configure ERROR! Todd Wease (May 14)
- Re: ./configure ERROR! Curtis LaMasters (May 15)
- Re: ./configure ERROR! Nigel Houghton (May 15)
- Re: ./configure ERROR! Curtis LaMasters (May 15)
- Re: ./configure ERROR! Nigel Houghton (May 15)
- Re: ./configure ERROR! Curtis LaMasters (May 15)
- Re: ./configure ERROR! YARICK (May 15)
- Re: ./configure ERROR! Curtis LaMasters (May 15)
- Re: ./configure ERROR! YARICK (May 14)
- Re: ./configure ERROR! JJ Cummings (May 15)
