Bug #10427 Linking with 4.1 client libraries broken on HP-UX IA-64
Submitted: 6 May 2005 22:33 Modified: 23 May 2005 19:05
Reporter: Alexey Kopytov Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.1.x OS:HP/UX (HP-UX)
Assigned to: Jim Winstead CPU Architecture:Any

[6 May 2005 22:33] Alexey Kopytov
Description:
Linking any application with 4.1 client libraries on HP-UX IA-64 fails, but works with 4.0.

How to repeat:
On a HP-UX IA-64 machine:

shell> cat test.c
void main()
{
}

shell> cc  +DD64 test.c -L /tmp/mysql-standard-4.0.17-hp-hpux11.22-ia64-64bit/lib/ -lmysqlclient_r
shell> cc  +DD64 test.c -L /tmp/mysql-standard-4.1.7-hp-hpux11.23-ia64-64bit/ -lmysqlclient_r
ld: Can't find library or mismatched ABI for -lmysqlclient_r
Fatal error.
[7 May 2005 10:16] Hartmut Holzgraefe
see also bug 9316
[23 May 2005 19:05] Jim Winstead
This worked with no problem for me, using 4.1.12.

shell> cc --version
cc: HP aC++/ANSI C B3910B A.06.01 [Jan 05 2005]