Snort mailing list archives

RE: php is too old !?!?


From: Filipe Dantas <filipe () montreal com br>
Date: 30 Apr 2003 10:13:39 -0300


I couldn't find anything like this in common.php


On Tue, 2003-04-29 at 17:53, SRH-Lists wrote:
Look in acid_db_common.php for a bit that looks something like this:


  /* only version PHP 4.0.4+ or 4.1+.* are valid */ 
  if ( !( ($version[0] >= 4) && ( ( ($version[1] == 0) && ($version[2]
= 4) ) ||
                                    ($version[1] > 0)  ) ) )

However, 4.3.1 should pass that test.  $version[0] is the major version,
in this case 4, and $version[1] is the rev, in this case 3 which is
greater than 0, so that should be true also.

Make sure that the code in the acid you are running is something like
this.  If it is not, go to 
http://www.andrew.cmu.edu/~rdanyliw/snort/snortacid.html
and get a new version.



I tried to get the acid from snort/contrib

and now the acid ONLY return the "green frame" with   
"Analysis Console
for Intrusion Databases" at top.

Yes, I know. PHP is crazy but the ACID is to.

On Tue, 2003-04-29 at 17:14, David Alonso De La Vega Tapage wrote:
PHP is crazy ..   :-)

when I have this problem ..  I can solve it with new 
actualization of 
php ( RH rpm ).


Filipe Dantas wrote:

The acid return this message:


PHP ERROR: Incompatible version: Version 4.3.1 of PHP is too old. 
Please upgrade to version 4.0.4 or later

?!?!??!


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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: