> InnoDB support is not enabled by default in mysql-3.23; see > http://dev.mysql.com/doc/mysql/en/InnoDB_in_MySQL_3.23.html for > details. Adding the following to the [mysql] section should suffice: > innodb_data_file_path=ibdata1:10M:autoextend > I will update build process with that suggestion for mysql < 4. Thank you! That worked:)