💾 Archived View for bbs.geminispace.org › s › Lagrange-Issues › 24 captured on 2024-05-12 at 17:28:41. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-10)

➡️ Next capture (2024-05-26)

-=-=-=-=-=-=-

[#24] Unable to compile Lagrange on FreeBSD 13.2 from Git (pkg-config issue)

Hi Skyjake, I tried to update Lagrange on FreeBSD 13.2 but I got this weird issue:

cmake .. -DCMAKE_BUILD_TYPE=Release (release) 23:18
-- CPU supports SSE 4.1
-- Detected FreeBSD
-- Using system-provided libssl: /usr/local/lib/libssl.so
CMake Error at cmake/Depends.cmake:46 (message):
   Lagrange requires OpenSSL for TLS.  Please check if pkg-config can find
   'openssl'.
Call Stack (most recent call first):
   CMakeLists.txt:80 (include)

That prevents to compile Lagrange.

Not sure if depends by you or by FreeBSD, but I decided to start with you first, thanks! 🙏

CMakeError.log

CMakeOutput.log

#bug #cmake

🐞 Issue #24 in s/Lagrange-Issues

❄ freezr

2023-05-31 · 11 months ago

2 Comments ↓

🕹️ skyjake [mod...] · 2023-05-31 at 16:34:

I would guess that's a mistake in the Lagrange or the_Foundation CMakeLists. I'll check it out.

❄ freezr [OP] · 2023-06-29 at 14:44:

@skyjake the issue still persist, on the FreeBSD forum doesn't have a clue, and useless to say the version available on the FreeBSD repo is broken.