Error on dub build - Trying Vibe-d for the first time

2020-10-13 Thread Bruno Rodrigues via Digitalmars-d-learn
So, I tried building a simple hello world with Vibe-d and got this error /usr/bin/ld: cannot find -lssl /usr/bin/ld: cannot find -lcrypto collect2: error: ld returned 1 exit status Error: linker exited with status 1 /usr/bin/dmd failed with exit code 1. I have absolutely no ideia what these l

Re: Error on dub build - Trying Vibe-d for the first time

2020-10-14 Thread Bruno Rodrigues via Digitalmars-d-learn
On Wednesday, 14 October 2020 at 01:32:34 UTC, Steven Schveighoffer wrote: On 10/13/20 8:40 PM, Bruno Rodrigues wrote: So, I tried building a simple hello world with Vibe-d and got this error /usr/bin/ld: cannot find -lssl /usr/bin/ld: cannot find -lcrypto collect2: error: ld returned 1 exit

Re: Error on dub build - Trying Vibe-d for the first time

2020-10-14 Thread Bruno Rodrigues via Digitalmars-d-learn
On Wednesday, 14 October 2020 at 15:27:46 UTC, Andre Pany wrote: On Wednesday, 14 October 2020 at 13:20:53 UTC, Bruno Rodrigues wrote: On Wednesday, 14 October 2020 at 01:32:34 UTC, Steven Schveighoffer wrote: [...] Thank you, Steve! It did work but none of the examples on the Vibe.d page ar

Re: Error on dub build - Trying Vibe-d for the first time

2020-10-14 Thread Bruno Rodrigues via Digitalmars-d-learn
So, it did work... The problem was on me, I guess. I was using this example: https://tour.dlang.org/tour/en/dub/vibe-d It wasn't working at all... So I've changed to this one, and it did work. https://code.dlang.org/packages/vibe-d/0.9.2 I've used the first example, there are some differ