Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-21-2006, 02:49 AM
|
#1
|
Member
Registered: Sep 2005
Distribution: Suse
Posts: 56
Rep:
|
installing ACID & Snort
Hi,
I want to install ACID, SNORT, MYSQL for a subnet.
which distro of linux is better for this reason? if there is differences between SuSe, Debian, Redhat or any other Linux distros for snort & ACID?
currently I use SuSE for all my works. whether it is necessary to change my distro or not? I used to SuSE.
please help me.
|
|
|
04-21-2006, 07:23 AM
|
#2
|
LQ Veteran
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
|
There really isn't enough differences between any distros to worry about for this. Any of the distros you list (as well as a ton of others) would run those programs just fine. So if you are familiar with Suse, stick with it.
By the way, you may want to look at BASE as a replacement for ACID. ACID development was discontinued quite some time ago, and BASE is a replacement that is actively supported.
|
|
|
04-21-2006, 10:13 PM
|
#3
|
Member
Registered: Sep 2005
Distribution: Suse
Posts: 56
Original Poster
Rep:
|
Thx Hangdog42,
OK, but I have a problem, for installing snort with mysql, it is necessary to install libmysqlclient-dev, but I could not find this package. I downloaded ibmysqlclient12-dev_4.0.23-3ubuntu2.1_i386.deb, but this is a debian package, I don't know how can I install it on suse. Is there any libmysqlclient-dev RPM or source ?
I heared about BASE too, but I have a question: is there any differences between the quality of BASE and ACID? does BASE have all features of ACID? or may be BASE is better than ACID at all?
please continue helping me!!
|
|
|
04-22-2006, 07:47 AM
|
#4
|
LQ Veteran
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
|
I'm afraid I don't know much about Suse repositories (but I did find this page, which has a listing of several places to look), but I would think that Yast should be able to find the package.
Since BASE was developed from ACID, I would expect it to have an improved feature set from ACID. Also, since BASE is being actively developed, while ACID has been abandoned, I would expect BASE to improve in the future.
|
|
|
04-23-2006, 07:27 AM
|
#5
|
Member
Registered: Sep 2005
Distribution: Suse
Posts: 56
Original Poster
Rep:
|
Thanks alot for ur help
I installed mysql-devel, but there is still an error : " cannot find -lmysqlclient "
but I have installed mysql-devel . what is this error for? 
|
|
|
04-23-2006, 08:05 AM
|
#6
|
LQ Veteran
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
|
From what I can tell from googling, it is possible that either your mysql libraries didn't get installed, or the compiler can't find them. Try running ldconfig (as root) and see if that doesn't solve the problem. If not, you're going to need to find out what directories your mysql libraries are stored in and make sure that directory is in /etc/ld.so.conf. If it is not, add it and run ldconfig again.
If the path is already there, and ldconfig didn't work, you might want to read through this thread.
|
|
|
04-23-2006, 08:50 AM
|
#7
|
Member
Registered: Sep 2005
Distribution: Suse
Posts: 56
Original Poster
Rep:
|
Thx lot again 4 ur help.
when I run
#ldconfig -v
I find out that libmysqlclient.so is exist, but when I want to make snort(after configure it with out any error) it said: "can not find lmysqlclient"
what is wrong?
|
|
|
04-23-2006, 09:17 AM
|
#8
|
Member
Registered: Sep 2005
Distribution: Suse
Posts: 56
Original Poster
Rep:
|
Thanks Hangdog42, I installed mysql-client-standard and my problem solved 
|
|
|
04-29-2006, 09:21 AM
|
#9
|
Member
Registered: Sep 2005
Distribution: Suse
Posts: 56
Original Poster
Rep:
|
Hi, I have installed snort with Base & mysql. now I have 2 questions:
1- where we should install snort on a subnet? on a Gateway? suppose I have a subnet and I want to install snort as my IDS to controll all the trafics go out and come in to the subnet. after a main router?
2- I have problem with graphic in Base. if I must to use jpgraph (In Linux)? or another package?
Now I have installed Image_Graph. but there is a problem: "Failed opening required 'Image/Canvas.php' ", but there is not any Canvas.php file on my system.
Thanks in advance.
|
|
|
04-30-2006, 08:42 AM
|
#10
|
LQ Veteran
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
|
Quote:
1- where we should install snort on a subnet? on a Gateway? suppose I have a subnet and I want to install snort as my IDS to controll all the trafics go out and come in to the subnet. after a main router?
|
I'm going to dodge answering this one because my experience with Snort is limited to my home LAN, where everything needs to run on a single computer. Hopefully someone with more relevant experience will chime in (but do have a look at the Snort FAQ as they have a section on where in your LAN to place Snort). They also have a section on the best way to use Snort to block traffic.
Quote:
2- I have problem with graphic in Base. if I must to use jpgraph (In Linux)? or another package?
Now I have installed Image_Graph. but there is a problem: "Failed opening required 'Image/Canvas.php' ", but there is not any Canvas.php file on my system.
|
I believe jpgraph is required by BASE. It was an ACID requirement and since BASE is derived from ACID, I suspect the dependency is still there. I'm afraid I'm not familiar with Image_Graph so I'm not going to be a lot of help with that error.
|
|
|
All times are GMT -5. The time now is 12:25 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|