Re: [PHP-INSTALL] How to change the extension_dir default path on Linux
[email protected] ("Jorge F. Hernandez") Mon, 24 Nov 2014 12:29:03 -0500
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
It is, but when it is not set it has a default that can be set separately, I know you can set it up in a RPM by doing a $define extension_dir, but I just can't remember how you can do it using the configure line. Signature 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.