| Main Archive Page > Month Archives > snort-users archives |
After installing the uuid libs, configure still couldn't find them. (It
could find the header, but not the actual lib.)
configure:19250: checking for uuid_generate in -luuid
configure:19285: gcc -o conftest -g -fno-strict-aliasing
-fvisibility=hidden -I/usr/local/include/lua51 -fno-strict-aliasing
-I/usr/local/include -L/usr/local/lib/lua51 -L/usr/lib conftest.c -luuid
-lm -lpthread -lrt >&5
/usr/bin/ld: cannot find -luuid
Try this:
export LDFLAGS="-L/usr/local/lib"
and then configure.
Russ
On Thu, May 7, 2009 at 3:28 PM, Richard Bejtlich <taosecurity@gmail.com>wrote:
> Hello,
>
> I can't get snort-3.0.0b3 to compile on FreeBSD 7.2:
>
> I get
>
> Failed to find libuuid.
>
> when I try ./configure.
>
> I've attached a description of what I tried. To summarize:
>
> 1. Tried ./configure, learned uuid was missing.
> 2. Installed e2fsprogs-libuuid, tried ./configure
> --with-uuid-lib=e2fs, same error, removed e2fsprogs-libuuid
> 3. Installed ossp-uuid, tried ./configure --with-uuid-lib=ossp, same
> error, removed ossp-uuid
>
> I've attached the config.log from step 2 and from step 3.
>
> I appreciate any ideas and will happily accept that PEBKAC if that is the
> case!
>
> Thank you,
>
> Richard
>
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> 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
>