php3-list | 199903
Date: 03/02/99
- Next message: Gergely Madarasz: "Re: [PHP3] 3.0.7"
- Previous message: Gergely Madarasz: "Re: [PHP3] 3.0.7"
- In reply to: Gergely Madarasz: "Re: [PHP3] 3.0.7"
- Next in thread: Gergely Madarasz: "Re: [PHP3] 3.0.7"
- Reply: Gergely Madarasz: "Re: [PHP3] 3.0.7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Mar 02, 1999 at 01:26:14PM +0100, Gergely Madarasz wrote:
> On Tue, 2 Mar 1999 sas <email protected> wrote:
>
> > On Tue, Mar 02, 1999 at 10:42:20AM +0100, Gergely Madarasz wrote:
> > > Btw is there a standard way to have php3 work with libdb2 ? Or now, with
> > > glibc2.1 coming, with its libdb? I was about to do some autoconf hacking,
> > > but decided to use gdbm until I switch to glibc2.1.
> >
> > I've just committed some few changes to make the db support more general. You
> > may want to apply the following patches:
> >
> > http://ca.php.net/cvsweb.cgi/config.h.in.diff?r1=1.144&r2=1.145
> > http://ca.php.net/cvsweb.cgi/functions/db.c.diff?r1=1.87&r2=1.88
> > http://ca.php.net/cvsweb.cgi/configure.in.diff?r1=1.332&r2=1.333
> >
> > After that, run autoconf && ./configure.
>
> Actually what I would like is to tell configure what library to use for
> dbm support (-ldb2) and where it should find the header for it
> (-I/usr/include/db2)
Oh, I see. Someone would have to rewrite AC_PREFERRED_DB_LIB then (not me).
This discussion has already taken place but without a noticable result.
Beside that, it builds correctly on a glibc 2.1 system which has -ldb and
/usr/include/db.h:
#define DB_VERSION_MAJOR 2
#define DB_VERSION_MINOR 4
#define DB_VERSION_PATCH 14
#define DB_VERSION_STRING "Sleepycat Software: DB 2.4.14: (6/2/98)"
--Regards,
Sascha Schumann | Consultant | finger sas <email protected> | for PGP public key
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Gergely Madarasz: "Re: [PHP3] 3.0.7"
- Previous message: Gergely Madarasz: "Re: [PHP3] 3.0.7"
- In reply to: Gergely Madarasz: "Re: [PHP3] 3.0.7"
- Next in thread: Gergely Madarasz: "Re: [PHP3] 3.0.7"
- Reply: Gergely Madarasz: "Re: [PHP3] 3.0.7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

