varnish demon error: libvarnish.so.1 not found
- by Max
In order to try out varnish for an upcoming project I installed it on an ubuntu server using this tutorial: http://varnish-cache.org/wiki/InstallationOnUbuntuDapper
The build process worked without any errors, but I cant start the varnish demon. I always get the error message
varnishd: error while loading shared libraries: libvarnish.so.1: cannot open shared object file: No such file or directory
But /usr/local/lib/libvarnish.so.1 clearly exists.
How can I tell varnish to look in that directory and load the library?