varnish / libvmod-curl

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

Varnish 4.0 compatibility and include/varnishapi.h #24

Closed dinesh-nallaparaju closed 9 years ago

dinesh-nallaparaju commented 9 years ago

Hi,

I'm getting below error while compiling libvmod-curl with Varnish 4.0. Can you let me know if I'm doing something wrong?

checking for /apps/git/workspace/Varnish-Cache/include/varnishapi.h... no configure: error: in /apps/git/workspace/libvmod-curl': configure: error: "/apps/git/workspace/Varnish-Cache" is not a Varnish source directory Seeconfig.log' for more details.

Thanks, Dinesh

fgsch commented 9 years ago

Are you using the master branch?

dinesh-nallaparaju commented 9 years ago

Yes, I'm using the master branch.

fgsch commented 9 years ago

Please check again. The configure script in master will not check for varnishapi.h and the Varnish source directory is neither needed nor mentioned anywhere.

dinesh-nallaparaju commented 9 years ago

Thanks. I was able to resolve the issue by pointing to correct master branch. Appreciate your help !!

dinesh-nallaparaju commented 9 years ago

I have one more question. Is the code from master branch production ready or do we need to wait for any branch or tag to be created?

fgsch commented 9 years ago

It should be fine to use this in prod.

I will close the ticket now.