From owner-freebsd-ports Wed Feb 20 0:31:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 259C037B405 for ; Wed, 20 Feb 2002 00:31:48 -0800 (PST) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id 5480F70601 for ; Wed, 20 Feb 2002 01:31:47 -0700 (MST) Date: Wed, 20 Feb 2002 01:31:47 -0700 (MST) From: FreeBSD user To: ports@freebsd.org Subject: Mysql server port - fatal error in uthread_create.c Message-ID: <20020220013020.K80372-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am running into a problem with installing the Mysql server port on a newly upgraded 4.5-stable FreeBSD system. What I get on a cd /usr/ports/databases/mysql323-server && make install distclean is: ===> Generating temporary packing list /usr/local/bin/mysql_install_db Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all prepared tables Fatal error 'Can't create gc thread' at line ? in file /usr/src/lib/libc_r/uthread/uthread_create.c (errno = ?) Abort trap - core dumped Installation of grant tables failed! Examine the logs in /var/db/mysql for more information. You can also try to start the mysqld daemon with: /usr/local/libexec/mysqld --skip-grant & You can use the command line tool /usr/local/bin/mysql to connect to the mysql database and look at the grant tables: shell> /usr/local/bin/mysql -u root mysql mysql> show tables Try 'mysqld --help' if you have problems with paths. Using --log gives you a log in /var/db/mysql that may be helpful. The latest information about MySQL is available on the web at http://www.mysql.com Please consult the MySQL manual section: 'Problems running mysql_install_db', and the manual section that describes problems on your OS. Another information source is the MySQL email archive. Please check all of the above before mailing us! And if you do mail us, you MUST use the /usr/local/bin/mysqlbug script! *** Error code 1 Stop in /usr/ports/databases/mysql323-server. *** Error code 1 Does anyone know how I can resolve this issue? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message