aws-samples / aws-iot-securetunneling-localproxy

AWS Iot Secure Tunneling local proxy reference C++ implementation
https://docs.aws.amazon.com/iot/latest/developerguide/what-is-secure-tunneling.html
Apache License 2.0
73 stars 69 forks source link

sudo apt install zlibc #129

Closed ychamare closed 1 year ago

ychamare commented 1 year ago

Describe the bug

Ubunut : sudo apt install zlibc - Does not exist

To Reproduce

Steps to reproduce the behavior:

run command on ubuntu

Expected behavior

A clear and concise description of what you expected to happen.

Actual behavior

A clear and concise description of what actually happened.

Logs

If applicable, add full logs of errors and outputs to help explain your problem. Preferabbly, you can also increase the verbosity, for example to enable debug logs for the localproxy, you can use the cli option -v 6

Environment (please complete the following information):

Additional context

Add any other context about the problem here.

HarshGandhi-AWS commented 1 year ago

Hello @ychamare , thank you for reaching out to us. Just by looking at the issue it does not looks like a bug in localproxy.

To unblock yourself, you can follow the instruction written over here to download and install the library from source.

I will try to reproduce the issue and update the command in our documentation if required.

regards, Harsh Gandhi

HarshGandhi-AWS commented 1 year ago

I have updated the instructions in documentation for installing zlib lib on Ubuntu device