--- Boulat Khakimov <[EMAIL PROTECTED]> wrote:
> Making install in ./db-3.2.9a/build_unix
> make[1]: Entering directory
> `/usr/src/mysql-3.23.33/db-3.2.9a/build_unix'
> install_include install_lib install_utilities install_docs
> make[1]: install_include: Command not found
> make[1]: *** [install] Error 127
> make[1]: Leaving directory
> `/usr/src/mysql-3.23.33/db-3.2.9a/build_unix'
> 
> make: *** [install-recursive] Error 1
> 
> Anyone knows how to solve this problem?

Well, I've got this problem too.
So I do the next:

cd db-3.2.9a/build_unix
make distclean
../dist/configure
make
cd ../..
make install

So, to be more clear... I just compile the BDB again, something in
the MySQL configure is doing this problem...

Best Regards.

Fox Mulder


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

---------------------------------------------------------------------
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