Hi,

Getting closer but still no joy:

1)
DAEMON_OPTS="-a :8080 \
             -T localhost:2000 \
             -f /srv/xshare/conf/varnish-default.conf-example
             -S /etc/varnish/secret \
             -s file,/var/lib/varnish/$INSTANCE/varnish_storage.bin,512M \
             -p cc_command=/etc/varnish/docc.sh"


2)
# cat /etc/varnish/docc.sh
exec cc -fpic -shared -Wl,-x -L/usr/include/libmemcached/memcached.h
-lmemcached -o %o %s

3)
# /etc/init.d/varnish start
Starting HTTP accelerator: varnishd failed!
storage_file: filename: /var/lib/varnish/vbox.local/varnish_storage.bin
size 512 MB.
Message from C-compiler:
cc: %s: No such file or directory
Running C-compiler failed, exit 1
VCL compilation failed




_______________________________________________
varnish-misc mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to