Snort mailing list archives
Re: [PATCH]: daq-2.0.2 doesn't build shared libs on FreeBSD 10.x
From: Joshua Kinard <kumba () gentoo org>
Date: Tue, 18 Feb 2014 01:28:55 -0500
On 02/09/2014 8:59 PM, Joshua Kinard wrote:
In daq-2.0.2 (and likely earlier), the shipped 'configure' script has this
case statement in it:
freebsd1*)
dynamic_linker=no
;;
Along with one other. This causes shared libraries to not get built or
installed under FreeBSD 10.x.
The attached patch fixes this by removing the offending lines from
m4/libtool.m4. The configure script will need to be regenerated after
applying to fix daq.
I used these commands regenerate the configure script (taken from
snort/doc/INSTALL, under the "FreeBSD 6.x section"):
libtoolize --automake --copy
aclocal -I m4 -I /usr/local/share/aclocal
autoheader
automake --add-missing --copy
autoconf
Didn't see any feedback on this. Did you guys open an internal bug or is this a non-issue? -- Joshua Kinard Gentoo/MIPS kumba () gentoo org 4096R/D25D95E3 2011-03-28 "The past tempts us, the present confuses us, the future frightens us. And our lives slip away, moment by moment, lost in that vast, terrible in-between." --Emperor Turhan, Centauri Republic ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ Snort-devel mailing list Snort-devel () lists sourceforge net https://lists.sourceforge.net/lists/listinfo/snort-devel Archive: http://sourceforge.net/mailarchive/forum.php?forum_name=snort-devel Please visit http://blog.snort.org for the latest news about Snort!
Current thread:
- [PATCH]: daq-2.0.2 doesn't build shared libs on FreeBSD 10.x Joshua Kinard (Feb 09)
- Re: [PATCH]: daq-2.0.2 doesn't build shared libs on FreeBSD 10.x Joshua Kinard (Feb 09)
- Re: [PATCH]: daq-2.0.2 doesn't build shared libs on FreeBSD 10.x Joshua Kinard (Feb 17)
