varnish demon error: libvarnish.so.1 not found
Posted
by Max
on Server Fault
See other posts from Server Fault
or by Max
Published on 2010-04-11T07:44:55Z
Indexed on
2010/04/11
7:53 UTC
Read the original article
Hit count: 594
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?
© Server Fault or respective owner