Snort mailing list archives

RE: compress/uncompress


From: "Botwick, Jason (Genworth, Contractor)" <Jason.Botwick () genworth com>
Date: Wed, 20 Oct 2004 11:15:32 -0400

I found that I had to change the following in snort-dist/src/Makefile:

LIBS = -lz -lpcre -lpcap -lm -lnsl  -lmysqlclient

to

LIBS = -lpcre -lpcap -lm -lnsl  -lmysqlclient -lz

Read up on linkers if you want to understand why, but the order in which you
specify libraries is important.

-----Original Message-----
From: cc [mailto:cc () belfordhk com]
Sent: Wednesday, October 20, 2004 5:17 AM
To: snort-users () lists sourceforge net
Subject: [Snort-users] compress/uncompress


Hi,

I have read the FAQ and it did say to add the 'lz' to the
LIBS statement in the Makefile.   I even did it in the
LDFLAGS during the configure.  I am compiling Snort 2.2.0
against MySQL 4.0.21.

I still get :
gcc  -O0 -DDEBUG -g  -L/usr/local/lib -lpcre -L/usr/local/mysql/lib
-lnet -o sno
rt  codes.o debug.o decode.o log.o mstring.o parser.o plugbase.o snort.o
snprint
f.o strlcatu.o strlcpyu.o tag.o ubi_BinTree.o ubi_SplayTree.o util.o
detect.o si
gnature.o mempool.o sf_sdlist.o fpcreate.o fpdetect.o pcrm.o
byte_extract.o sfth
reshold.o packet_time.o event_wrapper.o event_queue.o
output-plugins/libspo.a de
tection-plugins/libspd.a preprocessors/libspp.a
preprocessors/flow/portscan/libp
ortscan.a preprocessors/flow/libflow.a parser/libparser.a
preprocessors/HttpInsp
ect/libhttp_inspect.a sfutil/libsfutil.a -lnet -lz -lpcre -lpcap -lm
-lnsl  -lmy
sqlclient
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function
`my_compress_a
lloc':
my_compress.o(.text+0xb4): undefined reference to `compress'
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function
`my_uncompress
':
my_compress.o(.text+0x12a): undefined reference to `uncompress'
collect2: ld returned 1 exit status
make[3]: *** [snort] Error 1
make[3]: Leaving directory `/root/curinsts/snort-2.2.0/src'


As you can see, I do have the 'lz' in the gcc line.

Is there something else that I'm missing?

Any help appreciated.



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
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


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
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: