Hi, I have a change request.
Could you add the +z (or +Z) flag to the compile flags of the standard static mysql client library (libmysqlclient.a) on HPUX. I am building a shared library in my application and it links with libmysqlclient.a. However, on HPUX I have to build my own version of libmysqlclient.a with the +z flag so that it has position independent code (PIC). Note, I'm not requesting a shared mysql client library, just that you add this one flag to the build of the static library. Thanks, Jo