[dmd-beta] dmd 2.064 beta 1

Jordi Sayol g.sayol at yahoo.es
Sat Oct 12 17:18:44 PDT 2013


I see that unfortunatelly the Linux shared phobos libraries still contains curl versiones symbols on them, so they will not be usable on other Linux system than Debian based ones.

$ objdump -x linux/lib32/libphobos2.so | grep curl_easy
00000000       F *UND*	00000000              curl_easy_cleanup@@CURL_OPENSSL_3
00000000       F *UND*	00000000              curl_easy_strerror@@CURL_OPENSSL_3
00000000       F *UND*	00000000              curl_easy_setopt@@CURL_OPENSSL_3
00000000       F *UND*	00000000              curl_easy_duphandle@@CURL_OPENSSL_3
00000000       F *UND*	00000000              curl_easy_init@@CURL_OPENSSL_3
00000000       F *UND*	00000000              curl_easy_pause@@CURL_OPENSSL_3
00000000       F *UND*	00000000              curl_easy_perform@@CURL_OPENSSL_3

$ objdump -x linux/lib64/libphobos2.so | grep curl_easy
0000000000000000       F *UND*	0000000000000000              curl_easy_setopt@@CURL_GNUTLS_3
0000000000000000       F *UND*	0000000000000000              curl_easy_strerror@@CURL_GNUTLS_3
0000000000000000       F *UND*	0000000000000000              curl_easy_init@@CURL_GNUTLS_3
0000000000000000       F *UND*	0000000000000000              curl_easy_cleanup@@CURL_GNUTLS_3
0000000000000000       F *UND*	0000000000000000              curl_easy_duphandle@@CURL_GNUTLS_3
0000000000000000       F *UND*	0000000000000000              curl_easy_perform@@CURL_GNUTLS_3
0000000000000000       F *UND*	0000000000000000              curl_easy_pause@@CURL_GNUTLS_3

Can something be done to fix it before dmd release?

Regards,
-- 
Jordi Sayol


More information about the dmd-beta mailing list