I am trying to run a script on my local machine, I am on MAC OSX leopard. I have PHP 5.2.x installed and Apache2. I am trying to test this script but I keep getting this error. I googled around a little and saw something where it said it might only be available on linux/unix machines but I find that hard to believe.
A:
Try enabling the --enable-sysvmsg
. The config.m4 file only checks for the header sys/msg.h, so it should work in Mac OSX.
Artefacto
2010-05-17 15:30:45
A:
Is support for those methods built into your PHP install? It looks as though you need to explicitly compile PHP with Semaphore, Shared Memory and IPC support.
Brian Wigginton
2010-05-17 15:32:31
Thanks Brian, Looking into it now
dan.codes
2010-05-17 15:37:44