DMD, Vibe.d, and Dub
Johannes Pfau
nospam at example.com
Wed Jul 18 17:45:13 UTC 2018
Am Wed, 18 Jul 2018 13:29:00 +0100 schrieb Russel Winder:
> On Wed, 2018-07-18 at 11:41 +0000, Seb via Digitalmars-d wrote:
>> On Wednesday, 18 July 2018 at 11:35:05 UTC, Russel Winder wrote:
>> > On Tue, 2018-07-17 at 21:46 +0000, Radu via Digitalmars-d wrote:
>> > > On Tuesday, 17 July 2018 at 18:55:07 UTC, Russel Winder wrote:
>> > > > [...]
>> > >
>> > > Missing openssl libs? Try installing openssl-dev package.
>> >
>> > The Debian Sid openssl package is definitely installed. There doesn't
>> > seem to be a separate openssl-dev package.
>>
>> It's called libssl-dev
>
> libssl installed but libssl-dev not. I can't quite see why the linker ld
> needs the development files, it just needs the shared objects to be
> present.
Debian moved the lib*.so => lib*.so.123version symlinks into the -dev
packages some time ago, so now you can't link without -dev packages. Not
the smartest move imho....
--
Johannes
More information about the Digitalmars-d
mailing list