|
From: int e. <xc...@gm...> - 2006-06-17 13:00:27
|
The ./configure for snort_inline is consistently failing with the following message: checking dnet.h usability... yes checking dnet.h presence... yes checking for dnet.h... yes checking for eth_set in -ldnet... no ERROR! Libdnet header not found, go get it from http://libdnet.sourceforge.net or use the --with-dnet-* options, if you have it installed in an unusual place The system is running Debian (unstable) and has the libdnet and libdnet-dev packages installed through apt-get. This error still occurred after using apt-get so libdnet was downloaded from sourceforge, compiled, and installed. The /etc/ld.so.conf was also updated to include the paths of dnet.h and dnet.so/dnet.a (these are symbolic links from libdnet.so and libdnet.a, respectively). Configure was also run with the following options: ./configure --with-dnet-includes=/usr/local/include --with-dnet-libraries=/usr/lib Still the error persists, and there are not many solutions provided through Google (I've tried everything in the search results). |
|
From: Will M. <wil...@gm...> - 2006-06-17 16:04:06
|
run dnet-config --libs. Is it blank? find the dnet-config file and see if the line that resembles what is below edit if necessary. I think we will have another 2.4.5 release this weekend that actually contains the --with-dnet stuff in the configure ;-). I have a couple of other bug fixes as well. prefix=/usr/local exec_prefix=/usr/local Regards, Will On 6/17/06, int eighty <xc...@gm...> wrote: > The ./configure for snort_inline is consistently failing with the > following message: > > checking dnet.h usability... yes > checking dnet.h presence... yes > checking for dnet.h... yes > checking for eth_set in -ldnet... no > > ERROR! Libdnet header not found, go get it from > http://libdnet.sourceforge.net or use the --with-dnet-* > options, if you have it installed in an unusual place > > The system is running Debian (unstable) and has the libdnet and > libdnet-dev packages installed through apt-get. This error still > occurred after using apt-get so libdnet was downloaded from > sourceforge, compiled, and installed. > > The /etc/ld.so.conf was also updated to include the paths of dnet.h > and dnet.so/dnet.a (these are symbolic links from libdnet.so and > libdnet.a, respectively). Configure was also run with the following > options: > > ./configure --with-dnet-includes=/usr/local/include > --with-dnet-libraries=/usr/lib > > Still the error persists, and there are not many solutions provided > through Google (I've tried everything in the search results). > > > _______________________________________________ > Snort-inline-users mailing list > Sno...@li... > https://lists.sourceforge.net/lists/listinfo/snort-inline-users > |
|
From: Bill W. <bw...@op...> - 2006-06-20 14:50:53
|
I am running Debian Sarge and this is what I get with the download of the lasted ver Run: dnet-config --libs Gives me: -L/usr/local/lib -ldnet Run: ./configure --with-dnet-includes=/usr/local/lib ./configure --with-dnet-libraries=/usr/local/lib Both give me: checking for dnet.h... yes checking for eth_set in -ldnet... no ERROR! Libdnet header not found, go get it from http://libdnet.sourceforge.net or use the --with-dnet-* options, if you have it installed in an unusual place Any ideas? Will Metcalf wrote: >run dnet-config --libs. Is it blank? find the dnet-config file and >see if the line that resembles what is below edit if necessary. I >think we will have another 2.4.5 release this weekend that actually >contains the --with-dnet stuff in the configure ;-). I have a couple >of other bug fixes as well. > >prefix=/usr/local >exec_prefix=/usr/local > >Regards, > >Will >On 6/17/06, int eighty <xc...@gm...> wrote: > > >>The ./configure for snort_inline is consistently failing with the >>following message: >> >>checking dnet.h usability... yes >>checking dnet.h presence... yes >>checking for dnet.h... yes >>checking for eth_set in -ldnet... no >> >> ERROR! Libdnet header not found, go get it from >> http://libdnet.sourceforge.net or use the --with-dnet-* >> options, if you have it installed in an unusual place >> >>The system is running Debian (unstable) and has the libdnet and >>libdnet-dev packages installed through apt-get. This error still >>occurred after using apt-get so libdnet was downloaded from >>sourceforge, compiled, and installed. >> >>The /etc/ld.so.conf was also updated to include the paths of dnet.h >>and dnet.so/dnet.a (these are symbolic links from libdnet.so and >>libdnet.a, respectively). Configure was also run with the following >>options: >> >>./configure --with-dnet-includes=/usr/local/include >>--with-dnet-libraries=/usr/lib >> >>Still the error persists, and there are not many solutions provided >>through Google (I've tried everything in the search results). >> >> >>_______________________________________________ >>Snort-inline-users mailing list >>Sno...@li... >>https://lists.sourceforge.net/lists/listinfo/snort-inline-users >> >> >> > > >_______________________________________________ >Snort-inline-users mailing list >Sno...@li... >https://lists.sourceforge.net/lists/listinfo/snort-inline-users > > -- Bill Warren Network Systems Administrator Optivel, Inc. 317.275.2305 office 317.523.8468 cell www.optivel.com |
|
From: Will M. <wil...@gm...> - 2006-06-20 23:57:50
|
That's so weird, it builds fine on Sarge for me with the latest libdnet. You didn't happen to install the libdnet-dev package in Sarge did you? Note to all the libdnet in debian is libDECNet and they share the same .so names...... Regards, Will On 6/20/06, Bill Warren <bw...@op...> wrote: > I am running Debian Sarge and this is what I get with the download of > the lasted ver > > > Run: dnet-config --libs > > Gives me: -L/usr/local/lib -ldnet > > Run: > ./configure --with-dnet-includes=/usr/local/lib > ./configure --with-dnet-libraries=/usr/local/lib > > Both give me: > checking for dnet.h... yes > checking for eth_set in -ldnet... no > > ERROR! Libdnet header not found, go get it from > http://libdnet.sourceforge.net or use the --with-dnet-* > options, if you have it installed in an unusual place > > Any ideas? > > > > Will Metcalf wrote: > > >run dnet-config --libs. Is it blank? find the dnet-config file and > >see if the line that resembles what is below edit if necessary. I > >think we will have another 2.4.5 release this weekend that actually > >contains the --with-dnet stuff in the configure ;-). I have a couple > >of other bug fixes as well. > > > >prefix=/usr/local > >exec_prefix=/usr/local > > > >Regards, > > > >Will > >On 6/17/06, int eighty <xc...@gm...> wrote: > > > > > >>The ./configure for snort_inline is consistently failing with the > >>following message: > >> > >>checking dnet.h usability... yes > >>checking dnet.h presence... yes > >>checking for dnet.h... yes > >>checking for eth_set in -ldnet... no > >> > >> ERROR! Libdnet header not found, go get it from > >> http://libdnet.sourceforge.net or use the --with-dnet-* > >> options, if you have it installed in an unusual place > >> > >>The system is running Debian (unstable) and has the libdnet and > >>libdnet-dev packages installed through apt-get. This error still > >>occurred after using apt-get so libdnet was downloaded from > >>sourceforge, compiled, and installed. > >> > >>The /etc/ld.so.conf was also updated to include the paths of dnet.h > >>and dnet.so/dnet.a (these are symbolic links from libdnet.so and > >>libdnet.a, respectively). Configure was also run with the following > >>options: > >> > >>./configure --with-dnet-includes=/usr/local/include > >>--with-dnet-libraries=/usr/lib > >> > >>Still the error persists, and there are not many solutions provided > >>through Google (I've tried everything in the search results). > >> > >> > >>_______________________________________________ > >>Snort-inline-users mailing list > >>Sno...@li... > >>https://lists.sourceforge.net/lists/listinfo/snort-inline-users > >> > >> > >> > > > > > >_______________________________________________ > >Snort-inline-users mailing list > >Sno...@li... > >https://lists.sourceforge.net/lists/listinfo/snort-inline-users > > > > > > > -- > > Bill Warren > > Network Systems Administrator > Optivel, Inc. > 317.275.2305 office > 317.523.8468 cell > www.optivel.com > > > > _______________________________________________ > Snort-inline-users mailing list > Sno...@li... > https://lists.sourceforge.net/lists/listinfo/snort-inline-users > |
|
From: Bill W. <bw...@op...> - 2006-06-21 14:26:42
|
Using dselect I removed dnet-common dnet-progs libdnet libdnet-dev Then then reinstalled from http://libdnet.sourceforge.net then Snort installed. Thanks for the help. Bill Will Metcalf wrote: > That's so weird, it builds fine on Sarge for me with the latest > libdnet. You didn't happen to install the libdnet-dev package in > Sarge did you? Note to all the libdnet in debian is libDECNet and > they share the same .so names...... > > Regards, > > Will > > On 6/20/06, Bill Warren <bw...@op...> wrote: > >> I am running Debian Sarge and this is what I get with the download of >> the lasted ver >> >> >> Run: dnet-config --libs >> >> Gives me: -L/usr/local/lib -ldnet >> >> Run: >> ./configure --with-dnet-includes=/usr/local/lib >> ./configure --with-dnet-libraries=/usr/local/lib >> >> Both give me: >> checking for dnet.h... yes >> checking for eth_set in -ldnet... no >> >> ERROR! Libdnet header not found, go get it from >> http://libdnet.sourceforge.net or use the --with-dnet-* >> options, if you have it installed in an unusual place >> >> Any ideas? >> >> >> >> Will Metcalf wrote: >> >> >run dnet-config --libs. Is it blank? find the dnet-config file and >> >see if the line that resembles what is below edit if necessary. I >> >think we will have another 2.4.5 release this weekend that actually >> >contains the --with-dnet stuff in the configure ;-). I have a couple >> >of other bug fixes as well. >> > >> >prefix=/usr/local >> >exec_prefix=/usr/local >> > >> >Regards, >> > >> >Will >> >On 6/17/06, int eighty <xc...@gm...> wrote: >> > >> > >> >>The ./configure for snort_inline is consistently failing with the >> >>following message: >> >> >> >>checking dnet.h usability... yes >> >>checking dnet.h presence... yes >> >>checking for dnet.h... yes >> >>checking for eth_set in -ldnet... no >> >> >> >> ERROR! Libdnet header not found, go get it from >> >> http://libdnet.sourceforge.net or use the --with-dnet-* >> >> options, if you have it installed in an unusual place >> >> >> >>The system is running Debian (unstable) and has the libdnet and >> >>libdnet-dev packages installed through apt-get. This error still >> >>occurred after using apt-get so libdnet was downloaded from >> >>sourceforge, compiled, and installed. >> >> >> >>The /etc/ld.so.conf was also updated to include the paths of dnet.h >> >>and dnet.so/dnet.a (these are symbolic links from libdnet.so and >> >>libdnet.a, respectively). Configure was also run with the following >> >>options: >> >> >> >>./configure --with-dnet-includes=/usr/local/include >> >>--with-dnet-libraries=/usr/lib >> >> >> >>Still the error persists, and there are not many solutions provided >> >>through Google (I've tried everything in the search results). >> >> >> >> >> >>_______________________________________________ >> >>Snort-inline-users mailing list >> >>Sno...@li... >> >>https://lists.sourceforge.net/lists/listinfo/snort-inline-users >> >> >> >> >> >> >> > >> > >> >_______________________________________________ >> >Snort-inline-users mailing list >> >Sno...@li... >> >https://lists.sourceforge.net/lists/listinfo/snort-inline-users >> > >> > >> >> >> -- >> >> Bill Warren >> >> Network Systems Administrator >> Optivel, Inc. >> 317.275.2305 office >> 317.523.8468 cell >> www.optivel.com >> >> >> >> _______________________________________________ >> Snort-inline-users mailing list >> Sno...@li... >> https://lists.sourceforge.net/lists/listinfo/snort-inline-users >> -- Bill Warren Network Systems Administrator Optivel, Inc. 317.275.2305 office 317.523.8468 cell www.optivel.com |
|
From: biotechisgodzilla.wifebeater <bio...@gm...> - 2006-06-21 00:08:43
|
yep, on debian sarge i have the following packages installed dnet-common dnet-progs libdnet libdnet-dev note that probably not all of them are necessary seeya .mike On Tue, 2006-06-20 at 18:57 -0500, Will Metcalf wrote: > That's so weird, it builds fine on Sarge for me with the latest > libdnet. You didn't happen to install the libdnet-dev package in > Sarge did you? Note to all the libdnet in debian is libDECNet and > they share the same .so names...... > > Regards, > > Will > > On 6/20/06, Bill Warren <bw...@op...> wrote: > > I am running Debian Sarge and this is what I get with the download of > > the lasted ver > > > > > > Run: dnet-config --libs > > > > Gives me: -L/usr/local/lib -ldnet > > > > Run: > > ./configure --with-dnet-includes=/usr/local/lib > > ./configure --with-dnet-libraries=/usr/local/lib > > > > Both give me: > > checking for dnet.h... yes > > checking for eth_set in -ldnet... no > > > > ERROR! Libdnet header not found, go get it from > > http://libdnet.sourceforge.net or use the --with-dnet-* > > options, if you have it installed in an unusual place > > > > Any ideas? > > > > > > > > Will Metcalf wrote: > > > > >run dnet-config --libs. Is it blank? find the dnet-config file and > > >see if the line that resembles what is below edit if necessary. I > > >think we will have another 2.4.5 release this weekend that actually > > >contains the --with-dnet stuff in the configure ;-). I have a couple > > >of other bug fixes as well. > > > > > >prefix=/usr/local > > >exec_prefix=/usr/local > > > > > >Regards, > > > > > >Will > > >On 6/17/06, int eighty <xc...@gm...> wrote: > > > > > > > > >>The ./configure for snort_inline is consistently failing with the > > >>following message: > > >> > > >>checking dnet.h usability... yes > > >>checking dnet.h presence... yes > > >>checking for dnet.h... yes > > >>checking for eth_set in -ldnet... no > > >> > > >> ERROR! Libdnet header not found, go get it from > > >> http://libdnet.sourceforge.net or use the --with-dnet-* > > >> options, if you have it installed in an unusual place > > >> > > >>The system is running Debian (unstable) and has the libdnet and > > >>libdnet-dev packages installed through apt-get. This error still > > >>occurred after using apt-get so libdnet was downloaded from > > >>sourceforge, compiled, and installed. > > >> > > >>The /etc/ld.so.conf was also updated to include the paths of dnet.h > > >>and dnet.so/dnet.a (these are symbolic links from libdnet.so and > > >>libdnet.a, respectively). Configure was also run with the following > > >>options: > > >> > > >>./configure --with-dnet-includes=/usr/local/include > > >>--with-dnet-libraries=/usr/lib > > >> > > >>Still the error persists, and there are not many solutions provided > > >>through Google (I've tried everything in the search results). > > >> > > >> > > >>_______________________________________________ > > >>Snort-inline-users mailing list > > >>Sno...@li... > > >>https://lists.sourceforge.net/lists/listinfo/snort-inline-users > > >> > > >> > > >> > > > > > > > > >_______________________________________________ > > >Snort-inline-users mailing list > > >Sno...@li... > > >https://lists.sourceforge.net/lists/listinfo/snort-inline-users > > > > > > > > > > > > -- > > > > Bill Warren > > > > Network Systems Administrator > > Optivel, Inc. > > 317.275.2305 office > > 317.523.8468 cell > > www.optivel.com > > > > > > > > _______________________________________________ > > Snort-inline-users mailing list > > Sno...@li... > > https://lists.sourceforge.net/lists/listinfo/snort-inline-users > > > > > _______________________________________________ > Snort-inline-users mailing list > Sno...@li... > https://lists.sourceforge.net/lists/listinfo/snort-inline-users |
|
From: Will M. <wil...@gm...> - 2006-06-21 00:17:12
|
yeah get rid of them you don't need them and this is probably what is messing you guy's up. Well that is of course you guy's are working with DECnet ;-). Regards, Will On 6/21/06, biotechisgodzilla.wifebeater <bio...@gm...> wrote: > yep, on debian sarge i have the following packages installed > > dnet-common > dnet-progs > libdnet > libdnet-dev > > note that probably not all of them are necessary > > seeya > .mike > > > > On Tue, 2006-06-20 at 18:57 -0500, Will Metcalf wrote: > > That's so weird, it builds fine on Sarge for me with the latest > > libdnet. You didn't happen to install the libdnet-dev package in > > Sarge did you? Note to all the libdnet in debian is libDECNet and > > they share the same .so names...... > > > > Regards, > > > > Will > > > > On 6/20/06, Bill Warren <bw...@op...> wrote: > > > I am running Debian Sarge and this is what I get with the download of > > > the lasted ver > > > > > > > > > Run: dnet-config --libs > > > > > > Gives me: -L/usr/local/lib -ldnet > > > > > > Run: > > > ./configure --with-dnet-includes=/usr/local/lib > > > ./configure --with-dnet-libraries=/usr/local/lib > > > > > > Both give me: > > > checking for dnet.h... yes > > > checking for eth_set in -ldnet... no > > > > > > ERROR! Libdnet header not found, go get it from > > > http://libdnet.sourceforge.net or use the --with-dnet-* > > > options, if you have it installed in an unusual place > > > > > > Any ideas? > > > > > > > > > > > > Will Metcalf wrote: > > > > > > >run dnet-config --libs. Is it blank? find the dnet-config file and > > > >see if the line that resembles what is below edit if necessary. I > > > >think we will have another 2.4.5 release this weekend that actually > > > >contains the --with-dnet stuff in the configure ;-). I have a couple > > > >of other bug fixes as well. > > > > > > > >prefix=/usr/local > > > >exec_prefix=/usr/local > > > > > > > >Regards, > > > > > > > >Will > > > >On 6/17/06, int eighty <xc...@gm...> wrote: > > > > > > > > > > > >>The ./configure for snort_inline is consistently failing with the > > > >>following message: > > > >> > > > >>checking dnet.h usability... yes > > > >>checking dnet.h presence... yes > > > >>checking for dnet.h... yes > > > >>checking for eth_set in -ldnet... no > > > >> > > > >> ERROR! Libdnet header not found, go get it from > > > >> http://libdnet.sourceforge.net or use the --with-dnet-* > > > >> options, if you have it installed in an unusual place > > > >> > > > >>The system is running Debian (unstable) and has the libdnet and > > > >>libdnet-dev packages installed through apt-get. This error still > > > >>occurred after using apt-get so libdnet was downloaded from > > > >>sourceforge, compiled, and installed. > > > >> > > > >>The /etc/ld.so.conf was also updated to include the paths of dnet.h > > > >>and dnet.so/dnet.a (these are symbolic links from libdnet.so and > > > >>libdnet.a, respectively). Configure was also run with the following > > > >>options: > > > >> > > > >>./configure --with-dnet-includes=/usr/local/include > > > >>--with-dnet-libraries=/usr/lib > > > >> > > > >>Still the error persists, and there are not many solutions provided > > > >>through Google (I've tried everything in the search results). > > > >> > > > >> > > > >>_______________________________________________ > > > >>Snort-inline-users mailing list > > > >>Sno...@li... > > > >>https://lists.sourceforge.net/lists/listinfo/snort-inline-users > > > >> > > > >> > > > >> > > > > > > > > > > > >_______________________________________________ > > > >Snort-inline-users mailing list > > > >Sno...@li... > > > >https://lists.sourceforge.net/lists/listinfo/snort-inline-users > > > > > > > > > > > > > > > > > -- > > > > > > Bill Warren > > > > > > Network Systems Administrator > > > Optivel, Inc. > > > 317.275.2305 office > > > 317.523.8468 cell > > > www.optivel.com > > > > > > > > > > > > _______________________________________________ > > > Snort-inline-users mailing list > > > Sno...@li... > > > https://lists.sourceforge.net/lists/listinfo/snort-inline-users > > > > > > > > > _______________________________________________ > > Snort-inline-users mailing list > > Sno...@li... > > https://lists.sourceforge.net/lists/listinfo/snort-inline-users > > > > _______________________________________________ > Snort-inline-users mailing list > Sno...@li... > https://lists.sourceforge.net/lists/listinfo/snort-inline-users > |