Jolfulorc
2012-07-18
Hi guys,
I am trying to setup IIP image server on my local apache server. I'm running a
32 bits Ubuntu. I had to reinstall apache and I have trouble installing IIP
now. I follow the instructions given at
http://iipimage.sourceforge.net/2012/05/new-debian-and-ubuntu-packages-
released/.
When I run
% sudo dpkg -i iipimage-server_0.9.9-0ubuntu12.04_amd64.deb
There is the following error :
Selecting previously unselected package iipimage-server. (Reading database ... 184997 files and directories currently installed.) Unpacking iipimage-server (from iipimage-server_0.9.9-0ubuntu12.04_i386.deb) ... Setting up iipimage-server (0.9.9-0ubuntu1) ... Apache2 has been detected on your computer ERROR: Module iipsrv does not exist! Processing triggers for man-db ...
And therefore the installation is not complete. I've been looking for a
solution for a while but I haven't got lucky. Do you have any suggestions?
Cheers
-J
Ruven
2012-07-18
I'm running a 32 bits Ubuntu
OK, but did you install the 32 or 64bit version?
% sudo dpkg -i iipimage-server_0.9.9-0ubuntu12.04_amd64.deb
It looks also like you may have some old installation installed, so make sure
you delete the package using the --purge flag and manually remove any
reference to iipsrv from the Apache config files that still exist. Then re-
install.
Jolfulorc
2012-07-18
I did run the 32 bits installation. Thanks it worked like a charm. I did not
think of that, should have taken a break. Thanks a lot for the ultra fast
answer!