firnsy / barnyard2

Barnyard2 is a dedicated spooler for Snort's unified2 binary output format.
GNU General Public License v2.0
344 stars 189 forks source link

Can't make barnyard2 due to missing glsl link #266

Open armstpat2 opened 1 year ago

armstpat2 commented 1 year ago

I've been trying for days to build barnyard2. No matter what I do I end up with several errors such as the following:

/usr/bin/ld: output-plugins/libspo.a(spo_database_cache.o): in function cacheSignatureLookup': spo_database_cache.c:(.text+0x1b4): undefined reference toglsl'

I'm running ./configure --with-mysql-libraries=/usr/lib/x86_64-linux-gnu --prefix=$HOME/barnyard2-install I tried adding -lz -lGL -lpthread to CFLAGS. It didn't work.

Any advice is sincerely appreciated.