www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - fedora libcurl-gnutls issue

reply "Joshua Niehus" <jm.niehus gmail.com> writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10710

Does anyone know if there is there a workaround for this issue?
Unfortunately Im stuck with fedora and cant jump to another OS...

Thanks
Sep 27 2013
next sibling parent "Dejan Lekic" <dejan.lekic gmail.com> writes:
On Friday, 27 September 2013 at 16:41:42 UTC, Joshua Niehus wrote:
 http://d.puremagic.com/issues/show_bug.cgi?id=10710

 Does anyone know if there is there a workaround for this issue?
 Unfortunately Im stuck with fedora and cant jump to another 
 OS...

 Thanks
Option 1: Rebuild curl RPM with GnuTLS enabled. Option 2: Build Fedora DMD RPM on a Fedora box. Do not use the one from the web-site...
Sep 27 2013
prev sibling parent reply "Dicebot" <public dicebot.lv> writes:
On Friday, 27 September 2013 at 16:41:42 UTC, Joshua Niehus wrote:
 http://d.puremagic.com/issues/show_bug.cgi?id=10710

 Does anyone know if there is there a workaround for this issue?
 Unfortunately Im stuck with fedora and cant jump to another 
 OS...

 Thanks
Simply building dmd/phobos from git tag should result in proper linkage.
Sep 27 2013
parent reply "Joshua Niehus" <jm.niehus gmail.com> writes:
On Friday, 27 September 2013 at 16:52:49 UTC, Dicebot wrote:
 Simply building dmd/phobos from git tag should result in proper 
 linkage.
Nothing is ever simple with me :) Thanks Dejan and Dicebot
Sep 27 2013
parent "jean christophe" <cybrarian live.fr> writes:
On Friday, 27 September 2013 at 19:44:18 UTC, Joshua Niehus wrote:
 On Friday, 27 September 2013 at 16:52:49 UTC, Dicebot wrote:
 Simply building dmd/phobos from git tag should result in 
 proper linkage.
Nothing is ever simple with me :) Thanks Dejan and Dicebot
+1, build phobos from sources on your Fedora platform. Anyway in my case after doing that, which was ok, I finally moved to Debian which has much less stupid bugs than Fedora 19 and provides me a far more stable D programming environment.
Nov 13 2013