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 !
DVR controls, PHP, socket.so problems
does phpinfo show that sockets are enabled?
If you can wait a while i hope to be uploading a beta version of my live cd for testing later this week.
If you can't wait that long i could upload an iso more or less anytime, the only problem being that it would be bloated (all source) and one of the main scripts is pretty untidy at the moment.
If you can wait a while i hope to be uploading a beta version of my live cd for testing later this week.
If you can't wait that long i could upload an iso more or less anytime, the only problem being that it would be bloated (all source) and one of the main scripts is pretty untidy at the moment.
Yes, Phpinfo shows sockets enabled,
under configure string, among others: '--enable-sockets'
under registered stream socket transports, I have:
tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
I'm trying to get the DVR controls working on the system I have, & avoid using live cd install for now,
thanks !
under configure string, among others: '--enable-sockets'
under registered stream socket transports, I have:
tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
I'm trying to get the DVR controls working on the system I have, & avoid using live cd install for now,
thanks !