I don't know about the make problem you describe, but in order to use MySql
with AIX 4.3.3.11 you'll have to include

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.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 to
local MySQL server through socket '/tmp/mysql.sock

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-exc
eptions -fno-rtti -fno-implicit-templates -fno-exceptions -fno-rtti -Wa,-man
y -DUNDEF_HAVE_INITGROUPS -DSIGNALS_DONT_BREAK_READ -o .libs/mysqlbinlog
mysqlbinlog.o  -L../libmysql/.libs -lmysqlclient -lz -lcrypt -lnsl_r -lm -Wl
,-bnolibpath -Wl,-blibpath:/usr/local/mysql/lib/mysql:/usr/lib:/lib
ld: 0711-317 ERROR: Undefined symbol: __cxa_pure_virtual
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make: 1254-004 error code last command is 1.





I build with: CC="gcc -pipe -mcpu=power -Wa, -many"
CXX="gcc -pipe -mcpu=power -Wa, -many"
CXXFLAGS="-felide-constructors -fnoexceptions -fno-rtti" \
./configure --prefix=/usr/local/mysql --with-low-memory


Thanks in advance.
----------------------------------------------------------------
Tu portal de Aix en Español
http://aixpanish.com
------------------------------------------------------------



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

Reply via email to