Re: How to compile mysql-3.23.55 on Aix 4.3.3.11

2003-03-16 Thread Jose
Thats right. problem resolved. Thanks. set-variable=thread_stack=256k in the [mysqld] portion of you're my.cnf file. HTH -Bart -Original Message- From: Jose [mailto:[EMAIL PROTECTED] Sent: Sunday, March 16, 2003 10:22 AM To: [EMAIL PROTECTED] Subject: How to compile mysql-3.23.

Re: How to compile mysql-3.23.55 on Aix 4.3.3.11

2003-03-16 Thread Dan Nelson
In the last episode (Mar 16), Jose said: > Now i'm trying to compile 3.23.55 version to probe if it works. I use > gcc-3.2.1. I have read installation instructions for aix but i get > this error for "make" process: > > gcc -pipe -mcpu=power -Wa,-many -O3 -DDBUG_OFF -felide-constructors -fno-except

RE: How to compile mysql-3.23.55 on Aix 4.3.3.11

2003-03-16 Thread Bart Schaerrer
, March 16, 2003 10:22 AM To: [EMAIL PROTECTED] Subject: How to compile mysql-3.23.55 on Aix 4.3.3.11 Hi! First of all i had working mysql 3-23-35 on aix 4.3.3.10. After upgrade to 4.3.3.11 it doesn't works. I get: Warning: mysql_select_db() [function.mysql-select-db]: Can't connect t

How to compile mysql-3.23.55 on Aix 4.3.3.11

2003-03-16 Thread Jose
Hi! First of all i had working mysql 3-23-35 on aix 4.3.3.10. After upgrade to 4.3.3.11 it doesn't works. I get: Warning: mysql_select_db() [function.mysql-select-db]: Can't connect to local MySQL server through socket '/tmp/mysql.sock Now i'm trying to compile 3.23.55 version to probe if it work