I am trying to install mysql from source but I am having problems with the berkeley db part. When I type make install I get this:
"Making install in bdb make[2]: Entering directory `/home/steve/mysql-4.0.22/bdb' make[2]: Nothing to be done for `install'. make[2]: Leaving directory `/home/steve/mysql-4.0.22/bdb' Making install in innobase" The reason I get that is in the bdb Makefile: "# May want to fix this, and MYSQL/configure, to install things install dvi check installcheck: " There is no rule for make install in the bdb Makefile. So how do you install berkeley db? Steve Cohen -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]