LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   pycurl - enable link to libssl (https://www.linuxquestions.org/questions/slackware-14/pycurl-enable-link-to-libssl-4175562369/)

walecha 12-25-2015 09:28 PM

pycurl - enable link to libssl
 
Hi,

I'm using slackware64-current, and just found out that the stock pycurl is not linked to libssl properly. I can't start virt-manager because of this. Pycurl already describe it here: http://pycurl.sourceforge.net/doc/install.html

Quote:

PycURL requires that the SSL library that it is built against is the same one libcurl, and therefore PycURL, uses at runtime. PycURL’s setup.py uses curl-config to attempt to figure out which SSL library libcurl was compiled against, however this does not always work.
So, I have to rebuilt it by adding --with-ssl into pycurl.SlackBuild.

Please consider adding --with-ssl to pycurl.

Thanks.

linuxtinker 12-29-2015 09:40 AM

as per the dec 29th changelog your wash was granted ...


l/pycurl-7.19.5.3-x86_64-2.txz: Rebuilt.
Added --with-ssl to use libssl. Thanks to walecha.

ajevremovic 12-29-2015 04:25 PM

Printing seems to be broken in current (32bit):

Quote:

bash-4.3$ system-config-printer
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line 71, in <module>
import cupshelpers
File "/usr/lib/python2.7/site-packages/cupshelpers/__init__.py", line 60, in <module>
import openprinting
File "/usr/lib/python2.7/site-packages/cupshelpers/openprinting.py", line 22, in <module>
import pycurl, urllib, platform, threading, tempfile, traceback
ImportError: pycurl: libcurl link-time version (7.45.0) is older than compile-time version (7.46.0)
bash-4.3$
Also, CUPS gives this error from Web interface:

Quote:

HP-Color-LaserJet-2600n-331 Unknown Withheld 4959k Unknown stopped
"Filter failed"

volkerdi 12-30-2015 02:10 PM

Installing the latest curl package should fix at least the first error. aaa_elflibs still hasn't been rebuilt since curl was last updated.

ajevremovic 12-31-2015 03:51 AM

Hi Patrick,

I'm using current (pycurl-7.19.5.3-i586-2, aaa_elflibs-14.2-i586-9) but still get this errors. People on #slackware channel say that problem is fixed in 64bit variant, and I'm still on 32bit.

willysr 12-31-2015 04:45 AM

works here on 32 bit

ajevremovic 12-31-2015 05:40 AM

Any idea what can I do to re-enable printing?

ppr:kut 12-31-2015 06:53 AM

install/reinstall the curl package (note, not "pycurl", but "curl"). This should do the trick

ajevremovic 12-31-2015 11:49 AM

@ppr:kut Yes! That's the solution! Thank you.

Happy New year to Slackware team and users!!!

Aleksandar


All times are GMT -5. The time now is 11:20 AM.