Re: Coredump when running scripts/mysql_install_db

2001-12-22 Thread Michael Widenius
Hi! Michael == Michael Stassen [EMAIL PROTECTED] writes: Michael After applying your patch to my copy of 3.23.46, I get Michael mysqld.cc: In function `void kill_mysql()': Michael mysqld.cc:622: `kill_server_thread' undeclared (first use this function) Michael mysqld.cc:622: (Each

Re: Coredump when running scripts/mysql_install_db

2001-12-20 Thread Michael Widenius
Hi! Michael == Michael Stassen [EMAIL PROTECTED] writes: Michael While I have your attention, let me take this opportunity to report that Michael I've run into quite a few obstacles building MySQL from source. (I Michael reported most of these at the end of October, but have received no

Re: Coredump when running scripts/mysql_install_db

2001-12-20 Thread Michael Stassen
On Thu, 20 Dec 2001, Michael Widenius wrote: Hi! Michael == Michael Stassen [EMAIL PROTECTED] writes: CUT Michael 2) While this worked for 3.23.41, I cannot believe it has worked for you Michael since 3.23.43. It doesn't for me. The problem is that somewhere between Michael 41 and

Re: Coredump when running scripts/mysql_install_db

2001-12-20 Thread Michael Stassen
After applying your patch to my copy of 3.23.46, I get mysqld.cc: In function `void kill_mysql()': mysqld.cc:622: `kill_server_thread' undeclared (first use this function) mysqld.cc:622: (Each undeclared identifier is reported only once mysqld.cc:622: for each function it appears in.)

Re: Coredump when running scripts/mysql_install_db

2001-12-20 Thread Michael Widenius
Hi! Michael == Michael Stassen [EMAIL PROTECTED] writes: cut This is strange; I have built mysqlbinlog on HPUX 10.x and many other OS without having to add -lpthread (or similar) to the link line. Here is the link line on our HPUX 10.20 machine: /bin/sh ../libtool --mode=link gcc -O3

Re: Coredump when running scripts/mysql_install_db

2001-12-18 Thread Michael Stassen
On Sun, 16 Dec 2001, Michael Widenius wrote: cut As this works on our HP-UX machine, it means that some library that we are using is not compatible with yours :( Michael My workaround is to compile mysql from source, adding --disable-largefile Michael to the options recommended in the

Re: Coredump when running scripts/mysql_install_db

2001-12-18 Thread Michael Stassen
While I have your attention, let me take this opportunity to report that I've run into quite a few obstacles building MySQL from source. (I reported most of these at the end of October, but have received no response.) 1) Back in August (8-8-2001, in thread Build problems (+solution) on

Re: Coredump when running scripts/mysql_install_db

2001-12-16 Thread Michael Widenius
Hi! Michael == Michael Stassen [EMAIL PROTECTED] writes: cut Michael Of course, you are right. As I said, I took this code from Michael set_maximum_open_files in mysqld.cc: simply turning the 1st Michael sql_print_error line into the printf lines. I should have looked more Michael

Re: Coredump when running scripts/mysql_install_db

2001-12-14 Thread Michael Widenius
Hi! Michael A couple of others have reported this in the last month. I reported what Michael I believe to be the same problem on Mon, 29 Oct 2001 with mysql 3.23.43 Michael built from source with gcc 2.95.3 according to the instructions in the Michael manual. I believe the problem is that

Re: Coredump when running scripts/mysql_install_db

2001-12-14 Thread Michael Stassen
On Fri, 14 Dec 2001, Michael Widenius wrote: Hi! Michael A couple of others have reported this in the last month. I reported what Michael I believe to be the same problem on Mon, 29 Oct 2001 with mysql 3.23.43 Michael built from source with gcc 2.95.3 according to the instructions

Coredump when running scripts/mysql_install_db

2001-12-04 Thread Hans-Joerg Puch
Hello, I was trying a normal installation on a HP UX 10.20 based HP 9000/712. The log looks like this: ___ Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all

Re: Coredump when running scripts/mysql_install_db

2001-12-04 Thread Michael Stassen
A couple of others have reported this in the last month. I reported what I believe to be the same problem on Mon, 29 Oct 2001 with mysql 3.23.43 built from source with gcc 2.95.3 according to the instructions in the manual. I believe the problem is that enabling largefile support, as is done