[Issue 10710] shared phobos library doesn't work on all linux distributions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 16 19:53:02 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10710



--- Comment #30 from Martin Nowak <code at dawg.eu> 2013-10-16 19:52:53 PDT ---
(In reply to comment #29)
> > Another option is to change the SPEC file and make it explicitly depend on the
> > gnutls RPM (there is gnutls RPM in Fedora!). This will indirectly force user to
> > install curl that is linked against gnutls. curl RPM package from Fedora
> > repository can be re-built with gnutls as default TLS library.
> 
> This sounds like the way to go for this release. I'll take care of this.

Bad luck, there is not libcurl-gnutls in Fedora. I remember that I already
looked for that earlier.
I tried to patch the libphobos.so ELF to depend on libcurl.so.4 instead of
libcurl-gnutls.so.4 but that won't work because of the versioned symbols
(curl_easy_setup at CURL_GNUTLS_3).
So again I'm out of ideas other than to build on a fedora machine.
I'll have a look at the makefiles and see how easily we can fix this.
We can also delay releasing the fedora package.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list