View previous topic :: View next topic |
Author |
Message |
Guest
|
Posted: Wed May 15, 2002 12:12 pm Post subject: emerge php 4.2.0 --> Where is /usr/bin/php? |
|
|
I recently emerged php and it seems that only the apache-mod and utilities are installed. /usr/bin/php is missing on my build (actually preventing gtk-php from working...)
Did I miss something? |
|
Back to top |
|
|
recluse n00b
Joined: 18 Apr 2002 Posts: 18
|
Posted: Wed May 15, 2002 8:47 pm Post subject: |
|
|
Hmm no experience w/php but you could try a 'updatedb' (as root). Then as your normal user 'locate php' _________________ =recluse= |
|
Back to top |
|
|
CMitchell n00b
Joined: 22 May 2002 Posts: 8
|
Posted: Thu May 23, 2002 10:28 pm Post subject: |
|
|
recluse wrote: | Hmm no experience w/php but you could try a 'updatedb' (as root). Then as your normal user 'locate php' |
from what i've seen, the emerge php doesn't actually compile the php binary, it just uses the libraries.
anybody know how to fix this? |
|
Back to top |
|
|
horza n00b
Joined: 26 May 2002 Posts: 35 Location: London
|
Posted: Sun May 26, 2002 4:10 pm Post subject: Duplicate from another thread |
|
|
I've seen this question asked and answered already somewhere. From what I remember, the ebuild builds it as an apache module rather than an executable (it's a ./configure option). Rather than alter it and lose built-in PHP support in Apache, the proposed answer was to use the PHP ebuild for Apache PHP support and then download the PHP source code from php.net and build from source separately to build your PHP executable in /usr/bin. Hope this is of help.
Phillip. |
|
Back to top |
|
|
|