varnish / libvmod-curl

cURL Varnish bindings by Varnish Software
Other
48 stars 39 forks source link

Requirements and Compatibility #28

Closed behdadk closed 8 years ago

behdadk commented 9 years ago

Hello,

I'm trying to compile the module against Varnish 4.0.3 (Centos 7) and I'm not successfull. That would be great to include compatible Varnish and libcurl versions in Readme.

Regards.

aondio commented 9 years ago

Hi, what kind if problem are you encountering?

vorlock commented 9 years ago

I'm having the same issue but on centos6.6, below is the make output

make  all-recursive
make[1]: Entering directory `/root/tmp/varnish-4.0.3/lib/libvmod-curl'
Making all in src
make[2]: Entering directory `/root/tmp/varnish-4.0.3/lib/libvmod-curl/src'
../src/vmod_curl.vcc
make[2]: execvp: ../src/vmod_curl.vcc: Permission denied
make[2]: *** [vcc_if.c] Error 127
make[2]: Leaving directory `/root/tmp/varnish-4.0.3/lib/libvmod-curl/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/tmp/varnish-4.0.3/lib/libvmod-curl'
make: *** [all] Error 2

whole build process is running on VM

aondio commented 9 years ago

Hi vorlock, do you mind opening another issue here on github where reporting your problem? Please, also report which branch of the vmod you are using.

vorlock commented 9 years ago

Hello @aondio done as requested, issue #29 has been created.