Call to undefined function sem_get()

Call to undefined function sem_get()

Posted by: cnicules
Posted on: 2008-01-29 15:45:00

Hello,

i get "Fatal error: Call to undefined function sem_get() in /home/..."

the apache/php on dreamhost is not compiled with semaphores??

must i include/use something? .htacces?

i use php5, and a local pear to have extra modules.

thanks for input

Ciprian


Re: Call to undefined function sem_get()

Posted by: rlparker
Posted on: 2008-01-29 16:19:00

In reply to:

i get "Fatal error: Call to undefined function sem_get() in /home/..." ... the apache/php on dreamhost is not compiled with semaphores??


No, according to my phpinfo() output, the default DreamHost php is *not* compiled with "--enable-sysvsem".

In reply to:

must i include/use something? .htacces?


.htaccess settings alone will not do it, you will need to compile and install your own "custom" PHP 5 (or PHP4). wink

--rlparker

Tags: apache phpcall to undefined functiondreamhostphp5fatal errorpear