![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| freeBSD installation | AkinOkin | Linux | 2 | 09-14-2006 09:30 AM |
| FreeBSD / KDE installation woes... | ForestryJim | BSD | 1 | 09-27-2005 12:22 PM |
| Wi0 d-link DWL-510 installation on freebsd | termiEEE | UNIX for Dummies Questions & Answers | 0 | 04-27-2004 04:13 AM |
| Some FreeBSD issues | cbkihong | UNIX for Dummies Questions & Answers | 16 | 06-14-2003 11:06 PM |
| FreeBSD 4.7 X issues - assistance req'd please | Calum | UNIX Desktop for Dummies Questions & Answers | 1 | 02-03-2003 04:16 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
snort installation on freebsd issues
i'm following the, "How to setup and secure Snort, MySQL and Acid on FreeBSD 4.6 Release" off of the snort.org website.
in the documentation it says snort should be installed through the following: ----- make -DWITH_MYSQL -DWITH_FLEXRESP ; make install ----- later it says to do the following: ----- /usr/local/bin/mysql -p < /usr/ports/security/snort/work/snort-1.8.6/control create_mysql snort ----- the problem is this, there is no "work/snort-1.8.6/create_mysql snort" under "/usr/ports/security/snort". does anyone know what to do about this? |
| Forum Sponsor | ||
|
|
|
||||
|
My suggestion would be to go to the Snort web site and join a Snort support group and ask for a copy of the file.
I assume you have seen this document on configuring Snort? http://www.snort.org/docs/FreeBSD46R...ySQLVer1-2.pdf Also, Might be some clues here: http://www.sans.org/rr/intrusion/ACID.php Here is a link to the Snort support lists: http://www.snort.org/lists.html Here is a Snort support archives search result with keywords "configure mysql" : http://marc.theaimsgroup.com/?l=snor...gure+mysql&q=b |
|
|||
|
the resolution was a simple one.
i needed to enter the following command within /usr/ports/security/snort make expand this gave me all the directories that were needed. how i'm having another issue. when i try to start apache the way they want me to, apachectl start (or restart), i get the following error: /usr/local/sbin/apachectl start: httpd could not be started i have no clue where to begin. i checked the path in the script to see if it was pointing to the proper location for httpd, and it is. so i'm completely confused. |