Update README.md
Update libssl .deb link
This commit is contained in:
parent
c09edc96a7
commit
f9d099538d
1 changed files with 3 additions and 3 deletions
|
@ -62,9 +62,9 @@ You are now ready to run the puppet agent to prepare and configure your system.
|
|||
**CAVEAT:** FreeSwitch 1.6 is not fully supported yet on Debian 9, but the only problem is a dependency on libssl1.0.0, which is not packaged for Debian 9, so you only need to do the following by hand first: Don't forget, or freeswitch will not install.
|
||||
|
||||
```
|
||||
wget http://http.debian.net/debian/pool/main/o/openssl/libssl1.0.0_1.0.2l-1~bpo8+1_amd64.deb
|
||||
dpkg -i libssl1.0.0_1.0.2l-1~bpo8+1_amd64.deb
|
||||
rm libssl1.0.0_1.0.2l-1~bpo8+1_amd64.deb
|
||||
wget http://security-cdn.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0-dbg_1.0.1t-1+deb8u11_amd64.deb
|
||||
dpkg -i libssl1.0.0-dbg_1.0.1t-1+deb8u11_amd64.deb
|
||||
rm libssl1.0.0-dbg_1.0.1t-1+deb8u11_amd64.deb
|
||||
```
|
||||
|
||||
Now we can install :-)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue