Problems installing MySQL on FreeBSD 4.5

2002-02-15 Thread darrinw

Description:
When trying to install MySQLi 3.23.47 and 3.23.48 on FreeBSD 4.5, We get the 
following errors
during the mysql_install_db. 

/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!

We've tried this on multiple hosts running 4.5, and received the same problem.  On a 
machine running 4.4, installation
works fine.  

How-To-Repeat:

Get a machine with a new install (or cvsup'd install) of FreeBSD 4.5.  Try installing 
from ports.


Submitter-Id:  submitter ID
Originator:Darrin Walton
MySQL support: [none]
Synopsis:  Problems installing MySQL on FreeBSD 4.5
Severity:  
Priority:  
Category:  mysql
Class: 
Release:   mysql-3.23.47 (FreeBSD port: mysql-server-3.23.47)

Environment:

System: FreeBSD distrust.routing.org 4.5-RC FreeBSD 4.5-RC #3: Fri Jan 18 16:37:48 EST 
2002 [EMAIL PROTECTED]:/usr/src/sys/compile/DISTRUST  i386


Some paths:  /usr/bin/perl /usr/bin/make /usr/local/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Using builtin specs.
gcc version 2.95.3 20010315 (release) [FreeBSD]
Compilation info: CC='cc'  CFLAGS='-O2 -pipe -march=pentiumpro'  CXX='cc'  
CXXFLAGS='-O2 -pipe -march=pentiumpro -felide-constructors -fno-rtti -fno-exceptions'  
LDFLAGS=''
LIBC: 
-r--r--r--  1 root  wheel  1223438 Jan 16 02:12 /usr/lib/libc.a
lrwxr-xr-x  1 root  wheel  9 Jan 16 02:12 /usr/lib/libc.so - libc.so.4
-r--r--r--  1 root  wheel  595712 Jan 16 02:12 /usr/lib/libc.so.4
Configure command: ./configure  --localstatedir=/var/db/mysql --without-perl 
--without-debug --without-readline --without-bench --with-mit-threads=no 
--with-libwrap --with-low-memory '--with-comment=FreeBSD port: mysql-server-3.23.47' 
--enable-assembler --with-berkeley-db --with-innodb --prefix=/usr/local 
i386--freebsd4.5
Perl: This is perl, version 5.005_03 built for i386-freebsd

-
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




Re: Problems installing MySQL on FreeBSD 4.5

2002-02-15 Thread Ken Menzel

Hi Darrin,
  This is very starnge as I just installed two FreeBSD 4.5 machines
this week and had no problems!  I installed on SMP based machines,
with very few changes from the GENERIC kernel.  Is this a fresh
install of FreeBSD 4.5?  If not can you run a 'make world' and 'make
kernel' again?  Did you run mergemaster after the upgrade (if it was
an upgrade)?  Is there anything unusla about you install?

Ken
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 15, 2002 9:43 AM
Subject: Problems installing MySQL on FreeBSD 4.5


 Description:
 When trying to install MySQLi 3.23.47 and 3.23.48 on FreeBSD 4.5, We
get the following errors
 during the mysql_install_db.

 /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!

 We've tried this on multiple hosts running 4.5, and received the
same problem.  On a machine running 4.4, installation
 works fine.

 How-To-Repeat:

 Get a machine with a new install (or cvsup'd install) of FreeBSD
4.5.  Try installing from ports.


 Submitter-Id: submitter ID
 Originator: Darrin Walton
 MySQL support: [none]
 Synopsis: Problems installing MySQL on FreeBSD 4.5
 Severity:
 Priority:
 Category: mysql
 Class:
 Release: mysql-3.23.47 (FreeBSD port: mysql-server-3.23.47)

 Environment:

 System: FreeBSD distrust.routing.org 4.5-RC FreeBSD 4.5-RC #3: Fri
Jan 18 16:37:48 EST 2002
[EMAIL PROTECTED]:/usr/src/sys/compile/DISTRUST  i386


 Some paths:  /usr/bin/perl /usr/bin/make /usr/local/bin/gmake
/usr/bin/gcc /usr/bin/cc
 GCC: Using builtin specs.
 gcc version 2.95.3 20010315 (release) [FreeBSD]
 Compilation info: CC='cc'  CFLAGS='-O2 -pipe -march=pentiumpro'
CXX='cc'

CXXFLAGS='-O2 -pipe -march=pentiumpro -felide-constructors -fno-rtti -
fno-exceptions'  LDFLAGS=''
 LIBC:
 -r--r--r--  1 root  wheel  1223438 Jan 16 02:12 /usr/lib/libc.a
 lrwxr-xr-x  1 root  wheel  9 Jan 16 02:12 /usr/lib/libc.so -
libc.so.4
 -r--r--r--  1 root  wheel  595712 Jan 16 02:12 /usr/lib/libc.so.4
 Configure command:
./configure  --localstatedir=/var/db/mysql --without-perl --without-de
bug --without-readline --without-bench --with-mit-threads=no --with-li
bwrap --with-low-memory '--with-comment=FreeBSD port:
mysql-server-3.23.47' --enable-assembler --with-berkeley-db --with-inn
odb --prefix=/usr/local i386--freebsd4.5
 Perl: This is perl, version 5.005_03 built for i386-freebsd

 
-
 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




-
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