termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.32k stars 3.07k forks source link

Package request: libssl-dev #1924

Closed thomastse2000 closed 6 years ago

thomastse2000 commented 6 years ago

Recently when I was trying to implement cpuminer-multi in Termux, I found out that libssl-dev wasn't included in the stock git repository, much to my disappointment Here are the generated log files. $ apt-get install libssl-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libssl-dev It would be nice if it could be added to the repository so that the program can be normally executed. Thanks :)

its-pointless commented 6 years ago

openssl-dev

Grimler91 commented 6 years ago

Right, the name of the package is openssl-dev in termux, as it is on ubuntu (but it is named libssl-dev on debian).

jcoder76 commented 4 years ago

I hate to revive a dead thread, but this package no longer exists.

ghost commented 4 years ago

but this package no longer exists

This issue is 3+ years as closed, many things changed from that time. Now we have merged "dev" & "non-dev" packages, so you no longer need "libssl-dev" or "openssl-dev". Just ensure that "openssl" is installed and up to date.

jcoder76 commented 4 years ago

@xeffyr Thanks for the update. I'm sure this will be useful for others landing here.