% sudo apt-get install libfcgi0ldbl libjpeg8 libtiff4 zlib1g libstdc++6 libmemcached6
It became apparent that libfcgi0ldbl is not included in the default APT repositories in the Ubuntu 12.04 so that I had to download and install from a separate deb for this library.Click on the download link and it should lead to the deb file you're looking for.
http://pkgs.org/ubuntu-12.04/ubuntu-universe-amd64/libfcgi0ldbl_2.4.0-8.1_amd64.deb.html#download
Lastly, it's simply running a dpkg command and install on Ubuntu.
% sudo dpkg -i libfcgi0ldbl_2.4.0-8.1_amd64.deb
Now, you can go back to the instruction on the IIPImage package 0.9.9 on Ubuntu.
http://iipimage.sourceforge.net/2012/05/new-debian-and-ubuntu-packages-released/
No comments:
Post a Comment