On Sunday, 2 June 2013 at 21:00:57 UTC, Russel Winder wrote:
On Sun, 2013-06-02 at 13:11 -0700, Jonathan M Davis wrote:
On Sunday, June 02, 2013 15:47:36 Gary Willoughby wrote:
> I've just run:
> > sudo ln -s /usr/lib/x86_64-linux-gnu/libphobos2.so
> /usr/lib/x86_64-linux-gnu/libphobos2.so.0.63
> > for now but i've never had to do that before. Is this a > problem
> with the installer?

If you had to do that, then yes.

I didn't have to do that on my Debian Unstable, but maybe I was lucky.
However the structure:

        libphobos2.so the file
        libphobos2.so.0.63 a symbolic link to libphobos2.so

is non-standard and not compliant. The standard structure should be:

        libphobos2.so.0.63 the file
        libphobos2.so.0 a symbolic link to libphobos2.so.0.63
        libphobos2.so a symbolic link to libphobos2.so.0

And symlink are created automagically by tooling.

Reply via email to