| Anonymous | Login | 2026-03-15 13:53 CET |
| Main | My View | View Issues |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0004847 | [curl] other | feature | N/A | 2011-10-20 17:33 | 2011-10-25 20:32 | ||
| Reporter | jpassmore | View Status | public | ||||
| Assigned To | dam | ||||||
| Priority | normal | Resolution | fixed | Platform | |||
| Status | closed | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Product Build | |||||
| Summary | 0004847: Can SSH support be added to curl? | ||||||
| Description | Please add SSH/SFTP support to curl. | ||||||
| Steps To Reproduce | |||||||
| Additional Information |
SSH/SFTP support is missing: #curl --version curl 7.21.6 (sparc-sun-solaris2.9) libcurl/7.21.6 OpenSSL/0.9.8r zlib/1.2.5 libidn/1.22 Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp Features: IDN IPv6 Largefile NTLM SSL libz |
||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Relationships |
|||||||
|
|||||||
Notes |
|
|
(0009349) dam (administrator) 2011-10-20 17:44 |
The problem is slightly subtle: SSH/SFTP is actually in libcurl4_feature CSWlibcurl4-feature 7.21.6,REV=2011.04.29 409.8 KB which can be installed as aux-library which is used automatically instead of the minimal-feature one if installed. However, I just noticed there is a linkage problem where libcurl-feature.so.4 links to libfbopenssl.so instead of libfbopenssl.so.0 leading to an unresolvable linkage meaning the feature lib is not used: unstable9s# ldd -r /opt/csw/lib/libcurl-feature.so.4 libfbopenssl.so => /opt/csw/lib/sparcv8/libfbopenssl.so This can be circumvented by installing the dev package: libfbopenssl_dev CSWlibfbopenssl-dev 0.0.4,REV=2011.07.09 2.5 KB After this the feature lib is correctly used: unstable9s# curl --version curl 7.21.6 (sparc-sun-solaris2.9) libcurl/7.21.6 OpenSSL/0.9.8r zlib/1.2.5 c-ares/1.7.4 libidn/1.22 libssh2/1.2.7 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp Features: AsynchDNS IDN IPv6 Largefile NTLM SPNEGO SSL libz Please use this workaround for now until libcurl4-feature is fixed. |
|
(0009350) dam (administrator) 2011-10-20 17:50 |
To be precise: to enable the supported features for you please do pkgutil -i libcurl4_feature libfbopenssl_dev |
|
(0009352) dam (administrator) 2011-10-20 22:53 |
Updated packages for the latest 7.21.7 with additional RTMP support is available at http://buildfarm.opencsw.org/experimental.html#curl [^] Please verify if this fixes your issue. Best regards -- Dago |
|
(0009357) dam (administrator) 2011-10-22 19:49 |
An updated curl 7.22.0,REV=2011.10.21 has been released into current/. |
|
(0009365) jpassmore (reporter) 2011-10-25 16:04 |
Works perfectly now. Thanks for the fast response! |
|
(0009366) dam (administrator) 2011-10-25 20:32 |
Closing as verified by reporter. |
| Copyright © 2000 - 2008 Mantis Group |