=?ISO-8859-2?Q?Micha=B3_Piotrowski?= <mkkp...@gmail.com> writes:
> 2010/12/22 Tom Lane <t...@redhat.com>:
>> 1. libmysqlclient.so, which is linked into all manner of stuff, is
>> supposed to be ABI-compatible with the previous releases.  However,
>> I got tired of the amount of visible churn in exported-symbols-you're-
>> not-supposed-to-use.  The new release will use a linker --version-script
>> to hide everything except the documented API functions.  This might
>> break any apps that are relying on non-API functions.  If so, I'm
>> willing to consider on a case-by-case basis whether to add those symbols
>> back to the ABI or fix the callers.

> PHP Warning:  PHP Startup: Unable to load dynamic library
> '/usr/lib64/php/modules/mysqli.so' - /usr/lib64/php/modules/mysqli.so:
> symbol client_errors, version libmysqlclient_16 not defined in file
> libmysqlclient.so.16 with link time reference in Unknown on line 0

OK, looks like I'd better add that back to the ABI.  Done in mysql-5.5.8-2.

> I guess I need to rebuild php. Apart of this for now works ok on my F14 :)

php will still need a rebuild.

                        regards, tom lane
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to