Re: [PHP-DEV] DB2 testing under Unix From: Rasmus Lerdorf (rasmus <email protected>)
Date: 11/05/98

> I've read about DB2 native-library support in the 3.0.6 release of php.
> I'd like to know how can I try it and help you about testing it under
> HPUX 10.20
> and SunOS 2.5.1

Grab the current CVS. Details are at http://cvs.php.net

Once you have that, configure PHP normally and turn on support for
unified ODBC. When you have a config.h edit it and add:

#define HAVE_DB2 1

You will also need to edit the Makefile and add -I and -L switches to
point to your DB2 client library and header files.

So, as you can see, it is far from streamlined. If you don't know your
way around a Makefile and a C compiler you are probably better off
waiting. Or alternatively, if you can provide us with an account on a
system with the DB2 libs installed we can go in and try to make it work.

-Rasmus

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>