Optware / Optware-ng

279 stars 52 forks source link

build error in pycurl? #280

Closed Lalarian closed 6 years ago

Lalarian commented 6 years ago

Hello! I'm using pyload on my router, installed through optware-ng. Since a few weeks pyload doesn't start anymore, throwing the error:

ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other)

Regarding to the error message, I think that py27-curl has been built using wrong parameters? Thank you! :)

alllexx88 commented 6 years ago

Hi,

There was such an issue with py27-curl, version 7.21.5-5 (see #274). It's fixed in the current 7.21.5-6 version, so I assume that you just need to upgrade py27-curl.

Lalarian commented 6 years ago

Just had a look:

Package py27-curl (7.21.5-6) installed in /opt/ is up to date.

Also I got pyload installed from repo.

Is there any cache I'd need to clear or something else? Maybe it's branch related? I am using armeabi-ng on a router and reinstalled optware-ng completely three days, ago, because of this problem.

Lalarian commented 6 years ago

Well.. I don't even know why.. but I got it working now. I did some ldd for checking the dependencies of pycurl.so libssl was listed there, but I manually deleted the file from site-packages, though. Then I uninstalled and installed py27-curl (like dozens of times before..) and - it's working ...