On Fri, Jul 15, 2005 at 10:49:56AM -0700, Eric Wagar wrote: > I see that there is source for php4, which I would assume would be all > of php, including the mysql so. > > Since the mysql portion is broken up and provided as php-mysql in > Fedora releases, how do I go about recompiling the php-mysql for use > with MySQL 4/4.1? The one included < FC4 is compiled for MySQL 3.23. > I use MySQL 4.1, so I need an updated php-mysql to properly work with > the DB. > > Thanks > eric I'm looking at php-4.3.9-3.src.rpm from the FC3 distribution. According to the spec file, it builds all of the php-* packages. So you wouldn't have to worry about building php-mysql separately, you'd just have to rebuild the php source RPM. -chris