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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 24 07:53:59 PDT 2013


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



--- Comment #39 from Jordi Sayol <g.sayol at yahoo.es> 2013-10-24 07:53:33 PDT ---
(In reply to comment #37)
> (In reply to comment #36)
> > For me it is fine, as long as it is a temporary measure.
> 
> Well the replacement is setting up real build scripts for the different
> distributions.
> Hopefully we'll get there for the next release.
> 
> https://github.com/D-Programming-Language/phobos/pull/1661

Sorry, I misunderstood you :-/

This new "libcurl_stub.so" library is for linking purposes only, and not for
run-time, right? Then the SONAME should be "libcurl.so.4" because this is the
library name that "libphobos2.so.x.xx.x" will find on Linux systems. With
"libcurl.so" SONAME, we will force final users to install libcurl development
packages to run dmd/phobos programs.

Anyway, development phobos will still depending on libcurl development
packages, which cannot be installed 32-bit and 64-bit together on multi-arch
systems.

-- 
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