Re: ./configure issue

2005-03-14 Thread Gleb Paharenko
Hello. You shouldn't start MySQL server with configure. Use mysqld_safe instead. If mysqld stops look at the error file. See: http://dev.mysql.com/doc/mysql/en/starting-server.html http://dev.mysql.com/doc/mysql/en/error-log.html OpenView Mike [EMAIL PROTECTED] wrote: [--

Re: Another ./CONFIGURE issue

2005-03-14 Thread OpenView Mike
Here is the contents of the err log: 050311 12:12:08 mysqld started 050311 12:12:08 [ERROR] Can't start server : Bind on unix socket: Permission denied 050311 12:12:08 [ERROR] Do you already have another mysqld server running on socket: /tmp/mysql.sock ? 050311 12:12:08 [ERROR] Aborting

Re: Fwd: ./configure issue

2005-03-14 Thread OpenView Mike
the server is shutting down. -- Original Message -- From: OpenView Mike To: mysql@lists.mysql.com Date: Friday, March 11, 2005 04:01:56 PM -0800 Subject: Fwd: ./configure issue Dear Sirs: I attempted another mysql install on an exact same system that failed, although

Re: Fwd2: ./configure issue

2005-03-14 Thread OpenView Mike
cabuov02:/tmp# ps -eaf | grep mysql root 14530 13637 0 12:36:16 pts/tb0:00 grep mysql cabuov02:/tmp# ll /tmp/mysql* /tmp/mysql* not found But there was a pid file: /var/opt/mysql/hvu03931.pid So, I renamed it, and tried starting mysqld again - it still fails. Michael [EMAIL

Re: Another ./CONFIGURE issue

2005-03-14 Thread Michael Stassen
You're getting Permission denied when mysql tries to create /tmp/mysql.sock. Usually, this happens for one of two reasons: 1) mysqld is already running, so there's already a socket. 2) mysql doesn't have permission to write to /tmp. As you've eliminated #1, #2 is the likely problem. If so,

Re: Another ./CONFIGURE issue

2005-03-14 Thread OpenView Mike
Michael: I solved it just before you sent this message, and it was #2! Thanks just the same, Michael S. Michael Stassen [EMAIL PROTECTED] wrote: You're getting Permission denied when mysql tries to create /tmp/mysql.sock. Usually, this happens for one of two reasons: 1) mysqld is already

FW: Configure issue

2005-03-11 Thread Stoller, Michael A -ND
Dear Sirs: I attempted another mysql install on an exact same system that failed, although following the same process on server #1 succeeded. Here is the output of ./configure, which tries to start the mysql server, but shuts it down immediately: cabuov02:/opt/apps/mysql# ./configure

Configure issue

2005-03-11 Thread Stoller, Michael A -ND
Dear Sirs: I attempted another mysql install on an exact same system that failed, although following the same process on server #1 succeeded. Here is the output of ./configure, which tries to start the mysql server, but shuts it down immediately: cabuov02:/opt/apps/mysql# ./configure NOTE: This

Fwd: ./configure issue

2005-03-11 Thread OpenView Mike
Dear Sirs: I attempted another mysql install on an exact same system that failed, although following the same process on server #1 succeeded. Here is the output of ./configure, which tries to start the mysql server, but shuts it down immediately: cabuov02:/opt/apps/mysql# ./configure NOTE:

./configure issue

2005-03-11 Thread OpenView Mike
Dear Sirs: I attempted another mysql install on an exact same system that failed, although following the same process on server #1 succeeded. Here is the output of ./configure, which tries to start the mysql server, but shuts it down immediately: cabuov02:/opt/apps/mysql# ./configure NOTE:

Configure issue

2001-03-07 Thread Phillip Bruce
Hi, I have some problem running the ./configure command for version mysql-3.23.33 see below: checking size of char... 0 configure: error: No size for char type. A likely cause for this could be that there isn't any static libraries installed. You can verify this by checking if you have

Re: Configure issue

2001-03-07 Thread Luis
Phillip Bruce wrote: Hi, I have some problem running the ./configure command for version mysql-3.23.33 see below: checking size of char... 0 configure: error: No size for char type. A likely cause for this could be that there isn't any static libraries installed. You can verify