I tried to compile php from source but there are too many dependencies that I dont have so I just install from rpm. I found one in fedora.redhat.com. Thanks for all the help!
On Thu, 2006-05-11 at 21:53 -0500, Michael Chaney wrote: > On Wed, May 10, 2006 at 07:44:24AM -0700, Ariz Jacinto wrote: > > you dont have to recompile PHP, you only have to install the > > MySQL rpm on the distro that you're using. > > > > one of the ways for you to determine if PHP is not linked w/ > > the MySQL libraries is to execute the command, > > > > shell> ldd <php binary/library> > > > > > > if MySQL is not listed on the output, then you may proceed > > with recompilation. download the necessary source codes > > of PHP, MySQL, etc., configure the Makefiles (ie. > > ./configure --with-mysql .... ) and then, compile. > > If you built php from source, go back to the source directory, find the > mysql module directory, and just build a module. The commands are, in > order, "phpize", "./configure", and "make install". > > Additionally, you should then update your php.ini to load the new > module. > > Michael _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

