Re: [PHP-INSTALL] How to change the extension_dir default path on Linux
[email protected] ("Jorge F. Hernandez") Mon, 24 Nov 2014 13:02:28 -0500
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
On 11/24/2014 12:25 PM, Aziz Saleh wrote: > > > On Mon, Nov 24, 2014 at 12:17 PM, Jorge F. Hernandez <[email protected] > <mailto:[email protected]>> wrote: > > Hey guys, > > I'm compiling php on a Linux box, but I can't find in ./configure > --help where I can change the default path for extension_dir so it > doesn't go to /usr/lib/extensions/nodebug-blah-blah, I want it to > go to /usr/lib/php5/extensions. > > Thanks, > > > > > Afaik, the extension_dir is a php.ini configuration after installation > (or via template) not an installation configuration option. Could be > wrong. Found it, it is: EXTENSION_DIR=/your/path ./configure --with-exts=shared