Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 18.04 LTS #872

Open
ostermayer opened this issue May 2, 2018 · 4 comments
Open

Ubuntu 18.04 LTS #872

ostermayer opened this issue May 2, 2018 · 4 comments

Comments

@ostermayer
Copy link

ostermayer commented May 2, 2018

After upgrading from 16.04LTS --> 18.04LTS motioneye would not start as a service.
The issue seems to be a problem with libcurl3 in 18.04TLS.

This error was generated when running: "meyectl startserver -b -c /etc/motioneye/motioneye.conf"

/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/local/lib/python2.7/dist-packages/pycurl.so)

The mysterious fix was "apt install libcurl3 python-pip"
then restart motioneye service and all was well.

@chrisf4lc0n
Copy link

@ostermayer a clean installation of the 18.04 does not seem to have this problem. Following the Wiki Guide for Ubuntu goes as smooth as possible.

@wandering213
Copy link

I posted this in 1508 as well

This issue is caused by old cache information left over from the old version of
Ubuntu. Run rm -rf ~/.cache/pip and reinstall pycurl.

https://stackoverflow.com/questions/50683895/importing-pycurl-with-libcurl4-raises-importerror

@m4t7e0
Copy link

m4t7e0 commented Jul 23, 2019

I posted this in 1508 as well

This issue is caused by old cache information left over from the old version of
Ubuntu. Run rm -rf ~/.cache/pip and reinstall pycurl.

https://stackoverflow.com/questions/50683895/importing-pycurl-with-libcurl4-raises-importerror
Following this instruction i fix this error "ImportError: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/local/lib/python2.7/dist-p" on debian stretch with
pip install --upgrade pycurl
! i hope will be usefull

Thanks!

@velcis
Copy link

velcis commented Oct 20, 2020

I posted this in 1508 as well

This issue is caused by old cache information left over from the old version of
Ubuntu. Run rm -rf ~/.cache/pip and reinstall pycurl.

https://stackoverflow.com/questions/50683895/importing-pycurl-with-libcurl4-raises-importerror

Thanks, worked like a charm!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants