| View previous topic :: View next topic |
| Author |
Message |
d_logan n00b

Joined: 09 May 2006 Posts: 28
|
Posted: Sat May 20, 2006 8:58 pm Post subject: What USE flag(s) do I use for php to get sem_get working |
|
|
I'm getting an error
| Code: | | Fatal error: Call to undefined function: sem_get() |
|
|
| Back to top |
|
 |
CHTEKK Developer


Joined: 15 Apr 2004 Posts: 458
|
Posted: Sat May 20, 2006 9:16 pm Post subject: |
|
|
That would be the "sysvipc" USE flag. _________________ Best regards, chtekk.
"We are crazy, but who cares, to our heaven there are stairs!" - Xandria |
|
| Back to top |
|
 |
d_logan n00b

Joined: 09 May 2006 Posts: 28
|
Posted: Sat May 20, 2006 9:24 pm Post subject: |
|
|
Hrmmm, I re-emerged with that and I'm still getting the same error  |
|
| Back to top |
|
 |
CHTEKK Developer


Joined: 15 Apr 2004 Posts: 458
|
Posted: Sat May 20, 2006 9:42 pm Post subject: |
|
|
Are you sure it was enabled when you re-emerged dev-lang/php?
Did you restart Apache after having recompiled it?
Are the sysv* modules loaded, if you do a phpinfo(); ? _________________ Best regards, chtekk.
"We are crazy, but who cares, to our heaven there are stairs!" - Xandria |
|
| Back to top |
|
 |
d_logan n00b

Joined: 09 May 2006 Posts: 28
|
Posted: Sat May 20, 2006 9:54 pm Post subject: |
|
|
| Quote: | | Are you sure it was enabled when you re-emerged dev-lang/php? |
Yep.
| Quote: | | Did you restart Apache after having recompiled it? |
Yep.
| Quote: | | Are the sysv* modules loaded, if you do a phpinfo(); ? |
There's the problem. I'm seeing:
| Code: | | '--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm' |
How do I enable it? Sorry, I'm new to this. |
|
| Back to top |
|
 |
d_logan n00b

Joined: 09 May 2006 Posts: 28
|
Posted: Sat May 20, 2006 10:00 pm Post subject: |
|
|
| nm, I got it. I re-emerge php5, and apache is running 4. |
|
| Back to top |
|
 |
|