Hi All,

I'm not sure if there is a support list for nfsen ... so I am posting
here ...

I have installed nfsen on FreeBSD and am having troubles - can anyone
point a finger in the right direction?


I get this error when I vie the nfsen.php webpage in a browser:

Fatal error: Call to undefined function socket_create() in
/usr/local/www/data-dist/nfsen/nfsenutil.php on line 14


This is line 12-16 of the script:

        } else {
                $sock = "$VARDIR/run/nfsen.comm";
                $nfsend = socket_create(AF_UNIX, SOCK_STREAM, 0);
                // $nfsend = fsockopen( $sock, 0, $errno, $errstr, 10 );
                socket_set_option($nfsend, SOL_SOCKET, SO_REUSEADDR,1);



socket_create(AF_UNIX ...

This is PHP's description of the function:
http://ca.php.net/socket_create

PHPinfo lists my "Registered Stream Socket Transports" as:
tcp, udp, unix, udg


Thanks in advance - Darren.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to