Mysqlclient exports the same symbols as openssl
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MariaDB |
New
|
Undecided
|
Vladislav Vaintroub |
Bug Description
Mysqlclient exports the same symbols as openssl (libcrypto)
I'm using Centos 6.2 64 bit and MariaDB 5.2.12.
When using a custom compiled PHP with openssl, imap and mysql i can't use fsocketopen() with SSL;
When i remove mariadb and install mysql from the centos distribution there is no problem.
The problem is that the Mysqlclient exports the same symbols as openssl (libcrypto)
The bug is already reported and fixed by mysql:
http://
See also
http://
# objdump -T /usr/lib64/
# objdump -T /usr/lib64/
# join sym.crypto sym.mysql
__bss_start
CRYPTO_add_lock
CRYPTO_lock
CRYPTO_mem_ctrl
__cxa_finalize
_edata
_end
EVP_CIPHER_CTX_init
_fini
_init
Related branches
Changed in maria: | |
assignee: | nobody → Vladislav Vaintroub (wlad-montyprogram) |
milestone: | none → 5.2 |