I was able to build and run klish on Ubuntu Server 12.04 with no errors. However, when I try to run "sudo make install", I receive the following error:
/usr/bin/ld: cannot find -llub
/usr/bin/ld: cannot find -ltinyrl
/usr/bin/ld: cannot find -lkonf
collect2: ld returned 1 exit status
libtool: install: error: relink `
libclish.la' with the above command before installing it
make[1]: *** [install-libLTLIBRARIES] Error 1
make[1]: Leaving directory `/home/administrator/klish'
make: *** [install-am] Error 2
This is occurred after a clean checkout from git. The build commands I used were:
make clean
./configure
make
sudo make install
Has this been seen before?
Elliot