From: Peter J M. <pm...@co...> - 2005-03-01 08:16:44
|
I am pulling my hair out trying to get snort inline to compile. I am = using Fedora 3. The ./configure fails saying it cant find libipg.h. I = then realized i did not make and make install iptables-1.3.0. So ive = spent hours trying to get iptables to make. I upacked it and when I = make, i get: [root@localhost iptables-1.3.0]# make Making dependencies: please wait... Something wrong... deleting dependencies Please try 'make KERNEL_DIR=3Dpath-to-correct-kernel'. make: *** [linux/errno.h] Error 1 I have no clue what path to set. I try /usr/src/ and /usr/src/redhat/ = and i keep failing. I even went so far as to try to upgrade the kernel = to another. I am just confused and annoyed and would greatly appreciate = any help on this.=20 Peter |
From: Daniel P. <dpu...@ni...> - 2005-03-01 16:32:47
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Peter, Instead of trying to compile iptables yourself, have you tried installing it from an rpm built for fedora 3? Usually, redhat will package everything nice and if you use their system things seem to go together nicely Try the command: yum iptables or search the Fedore 3 CDs for an iptables rpm and install it using the rpm -Uvh iptables-(whatever the package is named).rpm command. - -Dan Peter J Manis wrote: > I am pulling my hair out trying to get snort inline to compile. I > am using Fedora 3. The ./configure fails saying it cant find libipg.h. > I then realized i did not make and make install iptables-1.3.0. So ive > spent hours trying to get iptables to make. I upacked it and when I > make, i get: > > [root@localhost iptables-1.3.0]# make > Making dependencies: please wait... > Something wrong... deleting dependencies > > Please try 'make KERNEL_DIR=path-to-correct-kernel'. > > make: *** [linux/errno.h] Error 1 > > > I have no clue what path to set. I try /usr/src/ and /usr/src/redhat/ > and i keep failing. I even went so far as to try to upgrade the kernel > to another. I am just confused and annoyed and would greatly appreciate > any help on this. > > Peter -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCJJkiA3S6iBF0EygRAtkmAKCCcRsh+uAEhsz759BeIMaUzW/DswCfbsJ1 jvFHIXEdohuTPZY5ALYv1Dc= =e2c2 -----END PGP SIGNATURE----- |
From: Will M. <wil...@gm...> - 2005-03-02 02:10:58
|
Yeah, he is going to need the iptables and iptables-devel package. Regards, Will On Tue, 01 Mar 2005 09:32:34 -0700, Daniel Purcell <dpu...@ni...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Peter, > > Instead of trying to compile iptables yourself, have you tried > installing it from an rpm built for fedora 3? Usually, redhat will > package everything nice and if you use their system things seem to go > together nicely > > Try the command: > > yum iptables > > or search the Fedore 3 CDs for an iptables rpm and install it using the > rpm -Uvh iptables-(whatever the package is named).rpm command. > > - -Dan > > Peter J Manis wrote: > > I am pulling my hair out trying to get snort inline to compile. I > > am using Fedora 3. The ./configure fails saying it cant find libipg.h. > > I then realized i did not make and make install iptables-1.3.0. So ive > > spent hours trying to get iptables to make. I upacked it and when I > > make, i get: > > > > [root@localhost iptables-1.3.0]# make > > Making dependencies: please wait... > > Something wrong... deleting dependencies > > > > Please try 'make KERNEL_DIR=path-to-correct-kernel'. > > > > make: *** [linux/errno.h] Error 1 > > > > > > I have no clue what path to set. I try /usr/src/ and /usr/src/redhat/ > > and i keep failing. I even went so far as to try to upgrade the kernel > > to another. I am just confused and annoyed and would greatly appreciate > > any help on this. > > > > Peter > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFCJJkiA3S6iBF0EygRAtkmAKCCcRsh+uAEhsz759BeIMaUzW/DswCfbsJ1 > jvFHIXEdohuTPZY5ALYv1Dc= > =e2c2 > -----END PGP SIGNATURE----- > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Snort-inline-users mailing list > Sno...@li... > https://lists.sourceforge.net/lists/listinfo/snort-inline-users > |
From: Peter J M. <pm...@co...> - 2005-03-04 23:19:40
|
Thanks Will and Dan for iptables info. I wiped the disk clean and started with a fresh Fedora 3 install and updated and installed everything with yum. I did have to install libnet-1.0.2a manually, as yum did not find a match. I have everything setup, mysql, apache,php,etc... All that is working fine, up to the point of Clamav. I installed clamav through yum. I --enable-clamav in ./configure. However, it does not find clamav.h header. Now, clam is the only program I did not yet go update clamd.conf and freshclam.conf, but I figured to give the compile a try to see if I got past the iptables part, and I did. I ran locate clamav.h and did not find anything. Any suggestions? Peter ----- Original Message ----- From: "Will Metcalf" <wil...@gm...> To: "Daniel Purcell" <dpu...@ni...> Cc: <sno...@li...> Sent: Tuesday, March 01, 2005 9:10 PM Subject: Re: [Snort-inline-users] Fedora 3 and iptables issues.. > Yeah, he is going to need the iptables and iptables-devel package. > > Regards, > > Will > > > > > On Tue, 01 Mar 2005 09:32:34 -0700, Daniel Purcell > <dpu...@ni...> wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Peter, >> >> Instead of trying to compile iptables yourself, have you tried >> installing it from an rpm built for fedora 3? Usually, redhat will >> package everything nice and if you use their system things seem to go >> together nicely >> >> Try the command: >> >> yum iptables >> >> or search the Fedore 3 CDs for an iptables rpm and install it using the >> rpm -Uvh iptables-(whatever the package is named).rpm command. >> >> - -Dan >> >> Peter J Manis wrote: >> > I am pulling my hair out trying to get snort inline to compile. I >> > am using Fedora 3. The ./configure fails saying it cant find libipg.h. >> > I then realized i did not make and make install iptables-1.3.0. So ive >> > spent hours trying to get iptables to make. I upacked it and when I >> > make, i get: >> > >> > [root@localhost iptables-1.3.0]# make >> > Making dependencies: please wait... >> > Something wrong... deleting dependencies >> > >> > Please try 'make KERNEL_DIR=path-to-correct-kernel'. >> > >> > make: *** [linux/errno.h] Error 1 >> > >> > >> > I have no clue what path to set. I try /usr/src/ and /usr/src/redhat/ >> > and i keep failing. I even went so far as to try to upgrade the kernel >> > to another. I am just confused and annoyed and would greatly >> > appreciate >> > any help on this. >> > >> > Peter >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.2.4 (GNU/Linux) >> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org >> >> iD8DBQFCJJkiA3S6iBF0EygRAtkmAKCCcRsh+uAEhsz759BeIMaUzW/DswCfbsJ1 >> jvFHIXEdohuTPZY5ALYv1Dc= >> =e2c2 >> -----END PGP SIGNATURE----- >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> Snort-inline-users mailing list >> Sno...@li... >> https://lists.sourceforge.net/lists/listinfo/snort-inline-users >> > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Snort-inline-users mailing list > Sno...@li... > https://lists.sourceforge.net/lists/listinfo/snort-inline-users |
From: Daniel P. <dpu...@ni...> - 2005-03-04 23:50:50
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Peter J Manis wrote: > Thanks Will and Dan for iptables info. I wiped the disk clean and > started with a fresh Fedora 3 install and updated and installed > everything with yum. I did have to install libnet-1.0.2a manually, as > yum did not find a match. I have everything setup, mysql, > apache,php,etc... All that is working fine, up to the point of Clamav. > I installed clamav through yum. I --enable-clamav in ./configure. > However, it does not find clamav.h header. Now, clam is the only > program I did not yet go update clamd.conf and freshclam.conf, but I > figured to give the compile a try to see if I got past the iptables > part, and I did. I ran locate clamav.h and did not find anything. Any > suggestions? > > Peter > > ----- Original Message ----- From: "Will Metcalf" > <wil...@gm...> > To: "Daniel Purcell" <dpu...@ni...> > Cc: <sno...@li...> > Sent: Tuesday, March 01, 2005 9:10 PM > Subject: Re: [Snort-inline-users] Fedora 3 and iptables issues.. > > >> Yeah, he is going to need the iptables and iptables-devel package. >> >> Regards, >> >> Will >> >> >> >> >> On Tue, 01 Mar 2005 09:32:34 -0700, Daniel Purcell >> <dpu...@ni...> wrote: >> Peter, I'm not familiar with Fedora Core 3 and what packages are available, but, perhaps you need to yum the clamav-devel package? RedHat will usually create the application-only RPM, and the development RPM for the package with all the .h and extra libraries and stuff in a different package. - -Dan > Peter, > > Instead of trying to compile iptables yourself, have you tried > installing it from an rpm built for fedora 3? Usually, redhat will > package everything nice and if you use their system things seem to go > together nicely > > Try the command: > > yum iptables > > or search the Fedore 3 CDs for an iptables rpm and install it using the > rpm -Uvh iptables-(whatever the package is named).rpm command. > > -Dan > > Peter J Manis wrote: >> I am pulling my hair out trying to get snort inline to compile. I >> am using Fedora 3. The ./configure fails saying it cant find > libipg.h. >> I then realized i did not make and make install iptables-1.3.0. So > ive >> spent hours trying to get iptables to make. I upacked it and when I >> make, i get: > >> [root@localhost iptables-1.3.0]# make >> Making dependencies: please wait... >> Something wrong... deleting dependencies > >> Please try 'make KERNEL_DIR=path-to-correct-kernel'. > >> make: *** [linux/errno.h] Error 1 > > >> I have no clue what path to set. I try /usr/src/ and /usr/src/redhat/ >> and i keep failing. I even went so far as to try to upgrade the > kernel >> to another. I am just confused and annoyed and would greatly > > appreciate >> any help on this. > >> Peter >>> - ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Snort-inline-users mailing list Sno...@li... https://lists.sourceforge.net/lists/listinfo/snort-inline-users >>> >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> Snort-inline-users mailing list >> Sno...@li... >> https://lists.sourceforge.net/lists/listinfo/snort-inline-users > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Snort-inline-users mailing list > Sno...@li... > https://lists.sourceforge.net/lists/listinfo/snort-inline-users -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCKPRmA3S6iBF0EygRAp5vAJ9ZB3Dpn5er4hsjAynP5wSdTILx3gCfeIIf bmoErRfbR+ZZ2sUJ8Xy/oa0= =qugi -----END PGP SIGNATURE----- |