| Article: |
PHP 4.3 and Mac OS X | |
| Subject: | some advances | |
| Date: | 2004-02-12 05:50:31 | |
| From: | jeanloui | |
|
Response to: "./configure --with" does not seems to work
|
||
I have "fixed" some of this with the "BAD" php.ini option ofregister_globals = On
|
||
Showing messages 1 through 2 of 2.
-
some advances
2004-04-07 22:14:33 Adam Trachtenberg |
[View]
-
upgrading to 4.3.6
2004-05-07 05:10:59 jeanloui [View]
I have cleaned all and upgraded to 4.3.6 and builded and istalled png, jpeg and xml libraries
Now my Configure Command looks like this:and I can "imagecreate" png files!
'./configure' '--with-xml' '--with-zlib' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-apxs=/usr/sbin/apxs'
- I'm still running well the mysql 3.23.49 although no "--with-dbase" nor "--with-msql" configure commands appear: How is it possible?Thanks for all your great support!



After the configure, you must do a "make," "sudo make install," and "sudo apachectl restart." The configure command only tells PHP how it should be configured when you build it using make, it doesn't make the changes itself.
You don't need to copy or edit php.ini.