Hi,

I get an error at "make install" because mySQL did not
correctly modify BDB's Makefile (which has been slightly changed).

mySQL tries to modify the "install" target of the Makefile
so that ist does only contain
    install: all
instead of additional "install_xxx"'s.
Previously there was _one_ line, now there are two lines
and mysql only modifes the first one.

If you modify the install target manually as describe above,
it should work.

Günther Pewny

Bill Rossi wrote:

> I recently tried to build mysql version 3.23.33, with support for  Berkeley
> DB.  I was using BDB version 3.2.9, and was unable to compile mysql with
> this version of BDB.
>
> Is this a known problem, an if so, what version of BDB should I use with
> mysql?
>
> Thanks in advance.
>
> Bill
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to