Snort mailing list archives

RE: Problems with jpgraph and ACID .


From: rod <rod () thenewdawn tv>
Date: Thu, 27 May 2004 15:48:26 +0100

You've probably fixed this by now but thought I'd post anyhow as I had
the same issue:

If you got gd-1.x.x then in:

in jpgraph.php:

// Specify what version of the GD library is installed.
// If this is set to 'auto' the version will be automatically
// determined.
// However since determining the library takes ~1ms you can also
// manually specify the version if you know what version you have.
// This means that you should
// set this define to true if you have GD 2.x installed to save 1ms.
DEFINE("USE_LIBRARY_GD2",auto);

Change to false:

DEFINE("USE_LIBRARY_GD2",false);

For some reason it doesn't auto detect correctly.

RE:


I am somewhat loathe to post this here, but I have been banging my
head 
on the desk for the past week trying to get graphing working in ACID.
I 
have gone through several walkthroughs, tried switching back to
phplot, 
removed, reinstalled ... and no joy. The specific error I am getting
is: 




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: