Snort.org home  
Got Source? About Snort About Sourcefire Snort FAQ
Sourcefire Network Security - the creators of Snort

Snort Forums Archive

Archive Home » Third Party Tools » Problem with BASE graphing

Please note that the categories listed below represent an archived version of our forums pages. To view the current version and be able to post and reply to threads, please register and login here to go to the full forums pages.

[ Notice: Full Version of This Topic ]

Problem with BASE graphing


Posted by katanajf on September 22, 2005 12:48:51

I have BASE set up and works great but I cant get the graphing to work. It said that I need to install Image_Graph which I did along with Image_Canvas and Image_Color. I tried to install them through pear install..... but I got a dependency issue where it said i needed php-gd which is actually already on my system.

So I extracted the files and i included Image/Graph.php to the base graph php files. When I try to graph I get a blank page. No errors or anything.

Ive tried to find better documentation on the Image_Graph and Canvas and Color packages but they do not give much information for where you are supposed to put the files. Can anyone provide me with a little help?

Posted by Joel_Esler on September 22, 2005 13:14:55

A good place to seek help on BASE would be at their site.

http://base.secureideas.net

Joel Esler
SOURCEfire

Posted by aking1012 on October 17, 2005 07:51:24

instead of just copying files you need to install pear modules.
download pear standalone from the pear website
wget http://pear.php.net/get/PEAR-1.4.2.tgz
extract
tar -xvzf PEAR-1.4.2.tgz
cd PEAR-4.1.2.tgz
pear install
pear install "whatever is listed on base page"
lists dependencies
pear install "that dependency"
lists dependencies
continue until package installs and work your way back up to
pear install Image_Graph.whatever
then browse base again
graphing should work
this issue is related to the removal of pear from php core

please post if this doesn't work