If you read the README file, the nfsen-dist.conf and the docs on nfsen.sf.net,
the installation is pretty much straight forward.
As for your php error - I assume you must have a typo in it, as the patch is 
correct.
However I don't know, why you have those strange '\' everywhere ..

        - Peter

On 2/26/12 12:43, James Hamilton wrote:
> Hello,
> 
> I work for an SP and we use nfdump/nfsen. I have been trying to install both 
> on a Centos
> 64 bit box for my personal lab, and for testing purposes. I have all the 
> prerequisites
> installed, but am have gotten nowhere. I have been working on this for a 
> week, and have
> come across about five different websites that expalin how to install but 
> each one has
> something different. Even the documentation we use at work to install is 
> different from
> what I have found on the net.
> 
> My first question is are/is there any formal documentation for installing 
> this?
> 
> I am pretty new to linux, so I do stumble around a bit, but even being new to 
> something, if
> I have detailed documentation, I can usually work with that. Everything I 
> have found
> online is highly disorganized, and assumes the reader to have vast linux 
> knowledge.
> 
> My other question is about nfsen. Once I got it installed, and worked through 
> some
> version issues, I had an error on my localhost/nfsen/nfsen.php page (Frontend 
> - Backend
> version missmatch!)  and when I looked that up, I came across this post:
> https://sourceforge.net/mailarchive/forum.php?
> thread_name=CC36D0621A8F654D988D6C3542FF6ADC0434FC356C%
> 40EXCHANGE2.grove.ad.uconn.edu 
> <http://40EXCHANGE2.grove.ad.uconn.edu>&forum_name=nfsen-discuss
> 
> When I input the text you specified into nfsen.php:
> 
>  $expected_version = \"1.3.6p1\";
> 
>  // Session check
> -if ( !array_key_exists(\'backend_version\', $_SESSION ) || $_SESSION
> [\'backend_version\'] !=  $expected_version ) {
> +if ( array_key_exists(\'backend_version\', $_SESSION ) && $_SESSION
> [\'backend_version\'] !=  $expected_version ) {
>         session_destroy();
>         session_start();
>         $_SESSION[\'version\'] = $expected_version;
> 
> 
> I get this error in /var/log/httpd/error_log:
> 
> [Sat Feb 25 20:20:15 2012] [error] [client 127.0.0.1] PHP Parse error:  
> syntax error,
> unexpected T_IF in /var/www/nfsen/nfsen.php on line 45
> 
> I\'ve tried looking that up, but have had no luck.
> 
> If you have any formal documentation or can point me to a *helpful* forum, I 
> would truly
> appreciate it. I really like this program, and would like to get this running.
> 
> nfsen-1.3.6p1
> nfdump: Version: 1.6.5
> 
> Thank you,
> 
> James
> 
> 
> 
> This body part will be downloaded on demand.
> 
> 
> 
> This body part will be downloaded on demand.

-- 
--
Be nice to your netflow data

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to