You do not actually need to compile php from the ground up to add support for db2. What you need to do is build the db2 pecl extension. You'll need to have access to the SDK dvd to get the proper packages needed for pecl support. You'll also need to make sure that you've got the header files installed with your db2 connect installation.
Check out: http://pecl.php.net/package/ibm_db2 Then it should just be a matter of running pecl install ibm_db2 . Zach ----- Original Message ----- From: "Mark Post" <[email protected]> To: [email protected] Sent: Friday, August 28, 2009 11:54:05 AM GMT -06:00 US/Canada Central Subject: Re: PHP to DB2 connection >>> On 8/28/2009 at 10:05 AM, "Jones, Russell" <[email protected]> wrote: > I have downloaded the SUSE 10 source and I see a bunch of src.rpm files > but I do not see any .spec files that you mentioned previously. If you install the .src.rpm, it will put all the source files and patches in /usr/src/packages/SOURCES and the .spec file in /usr/src/packages/SPECS. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
