The Makefile generated by v3.23.33 for BDB 3.2.9a has a line which is
incorrect.
./configure --with-raid
In db-3.2.9a/build_unix/Makefile
--snip
install: all
install_include install_lib install_utility install_docs
--end snip
(it tries to execute install_include as a command since it's on a new line)
Changing it to
"install: all install_include install_lib install_utility install_docs"
corrected the problem.
-Mike
[EMAIL PROTECTED]
---------------------------------------------------------------------
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