NYCPHP Meetup

NYPHP.org

[nycphp-talk] command line warning "...these options need to match"

Scott Mattocks scott at crisscott.com
Mon Jan 30 13:24:21 EST 2006


David Mintz wrote:
> 
> I am on Fedora Core 4 and I built this Apache myself, and built PHP with
> './configure' '--with-gd' '--with-curl' '--with-mysql=/usr/local/mysql'
> '--enable-inline-optimization' '--with-apxs=/usr/local/apache/bin/apxs'
> '--enable-exif' '--with-zlib-dir=/usr/local/lib' '--with-openssl'
> '--with-mcrypt' '--with-mysqli=/usr/local/mysql/bin/mysql_config'
> '--with-tidy' '--enable-soap' '--with-xsl' '--with-xml' '--with-mhash'
> '--with-jpeg-dir=/usr/lib' As best I can tell most of this stuff is not
> loaded via php.ini but I will look again and play around some more.
> Thanks.

Check the files in /etc/php.d/ One of those may be trying to load an 
extension. The files in that directory are parsed after php.ini and are 
just mini php.ini extracts. For example, I have a file 
/etc/php.d/mysqli.ini that has an extension=mysqli.so directive.

-- 
Scott Mattocks
http://www.crisscott.com



More information about the talk mailing list