DVR controls, PHP, socket.so problems
Posted: Sun Jul 20, 2008 12:11 am
ZM vers 1.23.3, compiled install, FC8-64
I'm using the mootools.js file hosted by mudpuppy (thanks ! ) a few posts below, & I get the DVR controls, but the controls are inactive, can't pause, rewind etc... I did have to change my php.ini file & added the line extension=socket.so, and made sure safe mode was set to off, but when I look for socket.so, I find it in 4 places, none of which are correct:
/usr/lib/jvm/java-1.7.0-icedtea-1.7.0.0.x86_64/jre/lib/amd64/libdt_socket.so
/usr/lib/ruby/1.8/i386-linux/socket.so
/usr/lib64/ruby/1.8/x86_64-linux/socket.so
/usr/lib64/zsh/4.3.4/zsh/net/socket.so
I get no error messages in firefox error console,
do I need to put socket.so in another location ?
I've restarted my zm & web server both.
I even tried copying some of the socket.so files to
/usr/lib64/php/modules, which is where my socket.so file should be, according to php.ini, to no avail.
Do I need to remove php with yum, then download & compile it with sockets enabled to get
that specific socket.so file in the right place ?
rpm -qa php shows php-5.2.6-2.fc8
thanks !
I'm using the mootools.js file hosted by mudpuppy (thanks ! ) a few posts below, & I get the DVR controls, but the controls are inactive, can't pause, rewind etc... I did have to change my php.ini file & added the line extension=socket.so, and made sure safe mode was set to off, but when I look for socket.so, I find it in 4 places, none of which are correct:
/usr/lib/jvm/java-1.7.0-icedtea-1.7.0.0.x86_64/jre/lib/amd64/libdt_socket.so
/usr/lib/ruby/1.8/i386-linux/socket.so
/usr/lib64/ruby/1.8/x86_64-linux/socket.so
/usr/lib64/zsh/4.3.4/zsh/net/socket.so
I get no error messages in firefox error console,
do I need to put socket.so in another location ?
I've restarted my zm & web server both.
I even tried copying some of the socket.so files to
/usr/lib64/php/modules, which is where my socket.so file should be, according to php.ini, to no avail.
Do I need to remove php with yum, then download & compile it with sockets enabled to get
that specific socket.so file in the right place ?
rpm -qa php shows php-5.2.6-2.fc8
thanks !