Re: Unable to make install mysql with DB-3.2.9a

2001-03-02 Thread Fox Mulder

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




Unable to make install mysql with DB-3.2.9a

2001-03-01 Thread Boulat Khakimov

Hello,

I have mysql-3.23.33 installed, when trying to add BDB support using
db-3.23.33  I get the message below
after doing "make install" from /usr/src/mysql-3.23.33.
Note: I had no problem with "make" or "configure" and I did follow all
installation steps explained on www.mysql.com website.
. . .
. . .
Making install in client
make[1]: Entering directory `/usr/src/mysql-3.23.33/client'
make[2]: Entering directory `/usr/src/mysql-3.23.33/client'
/bin/sh ../mkinstalldirs /usr/local/mysql/bin
 /bin/sh ../libtool  --mode=install /usr/bin/ginstall -c  mysql
/usr/local/mysql/bin/mysql
/usr/bin/ginstall -c mysql /usr/local/mysql/bin/mysql
 /bin/sh ../libtool  --mode=install /usr/bin/ginstall -c  mysqladmin
/usr/local/mysql/bin/mysqladmin
/usr/bin/ginstall -c mysqladmin /usr/local/mysql/bin/mysqladmin
 /bin/sh ../libtool  --mode=install /usr/bin/ginstall -c  mysqlshow
/usr/local/mysql/bin/mysqlshow
/usr/bin/ginstall -c mysqlshow /usr/local/mysql/bin/mysqlshow
 /bin/sh ../libtool  --mode=install /usr/bin/ginstall -c  mysqldump
/usr/local/mysql/bin/mysqldump
/usr/bin/ginstall -c mysqldump /usr/local/mysql/bin/mysqldump
 /bin/sh ../libtool  --mode=install /usr/bin/ginstall -c  mysqlimport
/usr/local/mysql/bin/mysqlimport
/usr/bin/ginstall -c mysqlimport /usr/local/mysql/bin/mysqlimport
 /bin/sh ../libtool  --mode=install /usr/bin/ginstall -c  mysqltest
/usr/local/mysql/bin/mysqltest
/usr/bin/ginstall -c mysqltest /usr/local/mysql/bin/mysqltest
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/mysql-3.23.33/client'
make[1]: Leaving directory `/usr/src/mysql-3.23.33/client'
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?

Regards,
Boulat Khakimov.


-
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