I had to install jmagick 6.4.0. And I tried to install as the following.
Jmagick dose not care "--with-java-home=/opt/java/". It just uses "/usr/bin/java javac javah jar".
So you need to link them to /usr/bin
#ln -s /opt/java/bin/java /usr/bin/java
No comments:
Post a Comment