Has anyone succeeded in running nfsen on FreeBSD?

I have installed nfsen 1.2.4 from ports on a 6.1-RELEASE-p5 box.

I am stuck on the infamous 

"PHP Warning:  socket_connect() [<a href='function.socket-connect'>
function.socket-connect</a>]: unable to connect [2]: No such file or directory 
in /usr/local/www/nfsen/nfsenutil.php on line 24"

error when opening http://<host>/nfsen/nfsen.php

Line 24 of is /usr/local/www/nfsen/nfsenutil.php
                if ( !socket_connect($nfsend, $sock) ) {

Line 13 is
                $sock = "$VARDIR/run/nfsen.comm";

nfcapd and nfsend is running as user www, $VARDIR is set to "/logs/nfsen",

/#ll /logs/nfsen/run/nfsen.comm
srw-rw-r--  1 www  www  0 Jan  4 10:52 /logs/nfsen/run/nfsen.comm

I have installed these php-ports:

php5-5.2.0          PHP Scripting Language (Apache Module and CLI)
php5-pcre-5.2.0     The pcre shared extension for php
php5-session-5.2.0  The session shared extension for php
php5-sockets-5.2.0  The sockets shared extension for php


What am I missing?


--Ingeborg
-- 
Ingeborg Østrem Hellemo  --  [EMAIL PROTECTED]  (Univ. of Tromsø, Norway)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to