Search Criteria
Package Details: litmus 0.13-3
Git Clone URL: | https://aur.archlinux.org/litmus.git (read-only, click to copy) |
---|---|
Package Base: | litmus |
Description: | WebDAV server protocol compliance test suite |
Upstream URL: | http://www.webdav.org/neon/litmus/ |
Licenses: | |
Provides: | |
Submitter: | shaman |
Maintainer: | shaman |
Last Packager: | shaman |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2011-01-25 15:12 |
Last Updated: | 2015-06-12 07:46 |
Latest Comments
compgamer89 commented on 2018-10-24 22:25
@B3l3tte Due to the neon lib version being 0.30.x instead of 0.29.x, the library elects to use its bundled neon, which fails to compile against OpenSSL 1.x. That's the source of the error AFAICT.
Applying the following patch and running
./autogen.sh
first seems to fix the problem:B3l3tte commented on 2018-10-14 14:24
Hello, I get the following error with --with-ssl option, not without:
ne_socket.c: Dans la fonction « ne_sock_sessid »: ne_socket.c:1845:23: error: déréférencement d'un pointeur du type incomplet « SSL_SESSION » {alias « struct ssl_session_st »} buflen = sess->session_id_length; ^~ make[1]: [Makefile:71: ne_socket.o] Error 1 make[1]: Attente des tâches non terminées.... make[1] : on quitte le répertoire « /tmp/yaourt-tmp-belette/aur-litmus/src/litmus-0.13/lib/neon » make: ** [Makefile:97: subdirs] Error 2
Any idea ? Sorry for french log ...
shaman commented on 2015-05-23 18:18
Done
bwidawsk commented on 2015-05-23 18:10
Another vote for --with-ssl please.
BitSchupser commented on 2015-01-03 17:31
I suggest adding "--with-ssl" to the configure call so it is possible to also check https connections
shaman commented on 2011-04-15 10:04
Added all you told me about. Thank you jlyo.
Anonymous comment on 2011-04-05 16:25
You can add --libexecdir=/usr/lib to the ./configure line, to conform better to the Arch packaging standards.
Also, source can use $pkgname and $pkgver.