6

Can .pc files be generated if they aren't installed? I have installed OpenSSL but there is no 'openssl.pc' on my computer.

Any suggestions?

sclaes
  • 61
  • OK I needed to install libssl-dev. Why is finding out the names of packages always some trial and error? (I tried a.o. libopenssl-dev...) Anyway this problem is solved. (BTW: I wanted to mark this question as solved but I don't know how) – sclaes Sep 29 '19 at 17:14

1 Answers1

11

You need to install the package libssl-dev.

You can use "Search the contents of packages" on https://packages.ubuntu.com/ to search for a package that contains a given file.