On Fri, 2004-11-26 at 16:58, vincent wrote: > i am using mysql 4.17, php-4.38 , linux fedora 2 > i just want to re-compile php in order to support for the mysqli extension. > but i cannot find the directory which contains the configure script > "./configure"
It is in the top level directory of the php source code. It is called "configure", it is just that you call it as "./configure" when using it. You may need to install the php source rpm for your version, if you have not already done so. I suggest for your configure line you use what you already have, obtained from phpinfo() and add mysqli. I have not used any mysql 4 so the needs of mysqli may differ. Regards Chris