[GH-ISSUE #23] Build failing on Debian #19

Closed
opened 2026-02-28 14:30:01 +03:00 by kerem · 1 comment
Owner

Originally created by @lamg on GitHub (Jan 18, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/23

Problem

On LMDE 4, building in release mode fails with

 run pkg_config fail: "`\"pkg-config\" \"--libs\" \"--cflags\" \"openssl\"` did not exit successfully: exit code: 1\n--- stderr\nPackage openssl was not found in the pkg-config search path.\nPerhaps you should add the directory containing `openssl.pc\'\nto the PKG_CONFIG_PATH environment variable\nNo package \'openssl\' found\n"

Solution

Installing libssl-dev package fixes the error. Probably adding some documentation about it would be enough.

Notes

After continuing with the build also needed to install libgtk-3-dev, libcairo2-dev

Originally created by @lamg on GitHub (Jan 18, 2021). Original GitHub issue: https://github.com/jpochyla/psst/issues/23 ## Problem On LMDE 4, building in release mode fails with ``` run pkg_config fail: "`\"pkg-config\" \"--libs\" \"--cflags\" \"openssl\"` did not exit successfully: exit code: 1\n--- stderr\nPackage openssl was not found in the pkg-config search path.\nPerhaps you should add the directory containing `openssl.pc\'\nto the PKG_CONFIG_PATH environment variable\nNo package \'openssl\' found\n" ``` ## Solution Installing `libssl-dev` package fixes the error. Probably adding some documentation about it would be enough. ## Notes After continuing with the build also needed to install `libgtk-3-dev`, `libcairo2-dev`
kerem closed this issue 2026-02-28 14:30:01 +03:00
Author
Owner

@jpochyla commented on GitHub (Jan 22, 2021):

Thank you! <3 I've mentioned the packages in the README: f385390.

<!-- gh-comment-id:765274436 --> @jpochyla commented on GitHub (Jan 22, 2021): Thank you! <3 I've mentioned the packages in the README: f385390.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#19
No description provided.