rig: could not find native static library `ssl`, perhaps an -L flag is missing?

Hi Gábor,

Thanks for this really nice piece of software.

I am trying to install rig from source on Arch Linux with:

cd rig-0.5.2/
make linux

but I’m getting this error:

(...)
   Compiling native-tls v0.2.10
error: could not find native static library `ssl`, perhaps an -L flag is missing?

error: could not compile `openssl-sys` due to previous error
warning: build failed, waiting for other jobs to finish...
make: *** [Makefile:63: target/release/rig] Error 101

Can you help?

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (7 by maintainers)

Most upvoted comments

Hi @ramiromagno, I’m extremely interested in finding a workable strategy to achieve archlinux compatibility with rig as well. I’ll be watching this thread and will report back any information I find.

Thanks anyway. I’ll look a bit more into this to see if all that recompilation would indeed be needed.