Paulchen232

Results 51 comments of Paulchen232

Then do try the line comment out. Also in the file tgl/queries.c the line 470.

Try to change in the line 824 from main.c 18 in 17. ☺️

@infoparticle I found this on [https://aur.archlinux.org/packages/telegram-cli-git/?O=0&PP=10](https://aur.archlinux.org/packages/telegram-cli-git/?O=0&PP=10) "I got it working by replacing ./configure with ./configure CFLAGS="-w". Might not be the best solution, since this will ignore all compiler warnings"

Debian, Buster: `sudo apt install libssl1.0-dev`

On Ubuntu 20.04 try this: `sudo apt install libssl1.1=1.1.1f-1ubuntu2`

Have you install libssl-dev after that, libssl1.1 [depends](https://askubuntu.com/questions/1258870/ubuntu-20-04-should-i-downgrade-libssl1-1-to-libssl1-0-to-install-npm) on that.

Perhaps this helps also #1633.

@boospy Have you install libssl1.0-dev? It works on Raspberry Pi OS Lite.

libssl1.0-dev ≠ libssl-dev Try `sudo apt install libssl1.0-dev` Raspberry Pi OS Lite is now a Debian 10 distribution.