Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#41095 - [cadaver] add '--with-ssl' for SSL support
Attached to Project:
Community Packages
Opened by Troy Engel (TE) - Saturday, 05 July 2014, 01:06 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 07 July 2014, 08:55 GMT
Opened by Troy Engel (TE) - Saturday, 05 July 2014, 01:06 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 07 July 2014, 08:55 GMT
|
DetailsDescription:
Please add '--with-ssl' to the PKGBUILD ./configure for SSL support. Additional info: cadaver-0.23.3-4 I have tested with ABS and simply added --with-ssl to the compile line and SSL support is properly enabled. I tested cadaver+sl against https://dav.box.com/ without any errors. Libraries pulled in: # ldd /usr/bin/cadaver linux-vdso.so.1 (0x00007fff7b3fe000) libreadline.so.6 => /usr/lib/libreadline.so.6 (0x00007fd864c21000) libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007fd8649b3000) libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007fd8645a2000) libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00007fd864357000) libproxy.so.1 => /usr/lib/libproxy.so.1 (0x00007fd864131000) libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007fd863f07000) libc.so.6 => /usr/lib/libc.so.6 (0x00007fd863b59000) libncursesw.so.5 => /usr/lib/libncursesw.so.5 (0x00007fd8638f4000) libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fd8636f0000) libz.so.1 => /usr/lib/libz.so.1 (0x00007fd8634da000) libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00007fd8631f9000) libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00007fd862fc7000) libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x00007fd862dc3000) libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00007fd862bb6000) libkeyutils.so.1 => /usr/lib/libkeyutils.so.1 (0x00007fd8629b2000) libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007fd86279b000) libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fd86257d000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fd86226e000) libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fd862058000) /lib64/ld-linux-x86-64.so.2 (0x00007fd864e6c000) libm.so.6 => /usr/lib/libm.so.6 (0x00007fd861d54000) |
This task depends upon