--skip-bdb error
Hello!
I downloaded mysql-5.1.43-snapshot20091222 sources, I configured this way:
CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors \
-fno-exceptions -fno-rtti" ./configure \
--prefix=/usr/local/mysql --enable-assembler \
--with-mysqld-ldflags=-all-static
(directly from the manual)
then I make and make install
when I want to start the server, or run the installation script I get this error:
root@server:/usr/local/mysql$ bin/mysql_install_db --basedir=/usr/local/mysql
Installing MySQL system tables...
100302 14:36:40 [ERROR] /usr/local/mysql/libexec/mysqld: unknown option '--skip-bdb'
100302 14:36:40 [ERROR] Aborting
100302 14:36:40 [Note] /usr/local/mysql/libexec/mysqld: Shutdown complete
Installation of system tables failed! Examine the logs in
/var/lib/mysql for more information.
then I try to
root@server:/usr/local/mysql$ /usr/local/mysql/libexec/mysqld --skip-grant
100302 14:37:42 [ERROR] Can't find messagefile '/usr/share/mysql/english/errmsg.sys'
100302 14:37:43 [ERROR] /usr/local/mysql/libexec/mysqld: unknown option '--skip-bdb'
100302 14:37:43 [ERROR] Aborting
100302 14:37:43 [Note]
I searched "--skip-bdb" in mysql's files, and I deleted all, but that doesn't fix the issue.
Well my system is Linux server 2.6.26-2-486 #1 Wed Feb 10 08:34:42 UTC 2010 i686 GNU/Linux
I really don't know what to do... I searched this in internet and I found nothing. I really appreciate some help
Regards,
Julian.
Subject
Views
Written By
Posted
--skip-bdb error
7621
March 02, 2010 11:44AM
4489
March 24, 2010 08:05AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.