Bug #18276 | does not build (failure to link) on AIX | ||
---|---|---|---|
Submitted: | 16 Mar 2006 11:04 | Modified: | 23 Mar 2006 16:16 |
Reporter: | Riccardo | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.19 | OS: | IBM AIX (AIX 4.2.1) |
Assigned to: | CPU Architecture: | Any |
[16 Mar 2006 11:04]
Riccardo
[16 Mar 2006 14:46]
Valeriy Kravchuk
Thank you for a problem report. Can you upgrade to AIX 4.3.3 or newer? That is the only AIX 4.x we have. I will not be really able to help you otherwise. Please, note also that we do not really use gcc to build on AIX.
[16 Mar 2006 14:55]
Riccardo
no, I cannot upgrade to aix 4.3 in a forseeable future and we don't have developer licenses for xlc here. Looking around the ned, I found that other people had a similar problems on aix 4.3 too, for example http://lists.mysql.com/mysql/67097 unfortunately no follow-up with a solution or workaround is posted. Do you use particular configure options that may help ?
[23 Mar 2006 16:16]
Valeriy Kravchuk
We will not be able to deal with AIX 4.2 and gcc build in a foreseeable future. Anyway, the following configure options are usually used to build on AIX 5.2, for example: ./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --libexecdir=/usr/local/mysql/bin --with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile --with-named-z-libs=no --disable-largefile --disable-shared --with-big-tables --with-readline --with-archive-storage-engine --with-innodb Simple ./configure --prefix=... should also work.