Hi Bjoern, There is no script installed, I generally just do this on my local system $ python setup.py build --with-ssl $ python setup.py install
The documentation mentions the following options: PycURL Unix options: --curl-config=/path/to/curl-config use specified curl-config binary --openssl-dir=/path/to/openssl/dir path to OpenSSL headers and libraries --with-ssl libcurl is linked against OpenSSL --with-gnutls libcurl is linked against GnuTLS --with-nss libcurl is linked against NSS Saket On 29 April 2014 23:31, Björn Grüning <[email protected]> wrote: > Hi Saket, > > is there any script installed with that package? --install-scripts may be > needed. Also I'm wondering if there is no dependency on curl-lib? > > Cheers, > Bjoern > > Am 29.04.2014 19:16, schrieb Saket Choudhary: >> >> Any comments on this? >> http://testtoolshed.g2.bx.psu.edu/view/saketkc/package_pycurl_7_19_3_1 >> >> On 17 April 2014 19:54, Saket Choudhary <[email protected]> wrote: >>> >>> My attempt to 'package' pycurl on testtoolshed fails with the following >>> error: >>> >>> src/pycurl.c: In function ‘do_multi_info_read’: src/pycurl.c:3549:15: >>> warning: call to ‘_curl_easy_getinfo_err_string’ declared with >>> attribute warning: curl_easy_getinfo expects a pointer to char * for >>> this info [enabled by default] src/pycurl.c: In function >>> ‘do_curl_getinfo’: src/pycurl.c:2888:19: warning: call to >>> ‘_curl_easy_getinfo_err_curl_slist’ declared with attribute warning: >>> curl_easy_getinfo expects a pointer to struct curl_slist * for this >>> info [enabled by default] error: could not create >>> '/usr/local/share/doc': Permission denied >>> >>> >>> A local install worked fine. Is this because of libcurl-devel missing >>> on toolshed instance? >> >> >> ___________________________________________________________ >> Please keep all replies on the list by using "reply all" >> in your mail client. To manage your subscriptions to this >> and other Galaxy lists, please use the interface at: >> http://lists.bx.psu.edu/ >> >> To search Galaxy mailing lists use the unified search at: >> http://galaxyproject.org/search/mailinglists/ >> > ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
