Results 1 to 3 of 3
Hi,
I am trying to install varnish 2.0.3 using checkinstall 1.6.1, but after giving
./configure
make
checkinstall
I get this error.
Code:
Installing with make install...
========================= Installation results ===========================
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-18-2009 #1
Checkinstall error on Ubuntu Hardy
Hi,
I am trying to install varnish 2.0.3 using checkinstall 1.6.1, but after giving
./configure
make
checkinstall
I get this error.
But when i give just make install it installs fine.Code:Installing with make install... ========================= Installation results =========================== Making install in include make[1]: Entering directory `/root/varnish-2.0.3/include' make[2]: Entering directory `/root/varnish-2.0.3/include' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/include/varnish" || /bin/mkdir -p "/usr/local/include/varnish" /usr/bin/install -c -m 644 'shmlog.h' '/usr/local/include/varnish/shmlog.h' /usr/bin/install -c -m 644 'shmlog_tags.h' '/usr/local/include/varnish/shmlog_tags.h' /usr/bin/install -c -m 644 'stat_field.h' '/usr/local/include/varnish/stat_field.h' /usr/bin/install -c -m 644 'stats.h' '/usr/local/include/varnish/stats.h' /usr/bin/install -c -m 644 'varnishapi.h' '/usr/local/include/varnish/varnishapi.h' make[2]: Leaving directory `/root/varnish-2.0.3/include' make[1]: Leaving directory `/root/varnish-2.0.3/include' Making install in lib make[1]: Entering directory `/root/varnish-2.0.3/lib' Making install in libvarnish make[2]: Entering directory `/root/varnish-2.0.3/lib/libvarnish' make[3]: Entering directory `/root/varnish-2.0.3/lib/libvarnish' test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libvarnish.la' '/usr/local/lib/libvarnish.la' /usr/bin/install -c .libs/libvarnish.so.1.0.0 /usr/local/lib/libvarnish.so.1.0.0 (cd /usr/local/lib && { ln -s -f libvarnish.so.1.0.0 libvarnish.so.1 || { rm -f libvarnish.so.1 && ln -s libvarnish.so.1.0.0 libvarnish.so.1; }; }) (cd /usr/local/lib && { ln -s -f libvarnish.so.1.0.0 libvarnish.so || { rm -f libvarnish.so && ln -s libvarnish.so.1.0.0 libvarnish.so; }; }) /usr/bin/install -c .libs/libvarnish.lai /usr/local/lib/libvarnish.la /usr/bin/install -c .libs/libvarnish.a /usr/local/lib/libvarnish.a chmod 644 /usr/local/lib/libvarnish.a chmod: changing permissions of `/usr/local/lib/libvarnish.a': No such file or directory make[3]: *** [install-libLTLIBRARIES] Error 1 make[3]: Leaving directory `/root/varnish-2.0.3/lib/libvarnish' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/root/varnish-2.0.3/lib/libvarnish' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/root/varnish-2.0.3/lib' make: *** [install-recursive] Error 1 **** Installation failed. Aborting package creation. Cleaning up...OK Bye.
Anyone got any idea whats the issue here?
- 04-07-2009 #2Just Joined!
- Join Date
- Apr 2009
- Posts
- 1
Same Problem
Hi,
Did you find the cause of the problem, or how ot fix it?
Thanks...
- 04-08-2009 #3
No, no one responded.
I just downloaded the rpms varnish and varnish-libs from EPEL repository


Reply With Quote
