Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 01:31:47 -0700 (MST)
From:      FreeBSD user <freebsd@XtremeDev.com>
To:        ports@freebsd.org
Subject:   Mysql server port - fatal error in uthread_create.c
Message-ID:  <20020220013020.K80372-100000@Amber.XtremeDev.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020220013020.K80372-100000>