Created symbolic links in precise install from libmagick++5 to libmagick++4
This commit is contained in:
parent
c91b183a81
commit
6f78a31b78
1 changed files with 3 additions and 1 deletions
|
@ -23,4 +23,6 @@ if [ "$?" -eq "0" ]; then
|
|||
echo "apt-get finish ok"
|
||||
else echo "apt-get return errors!"
|
||||
fi
|
||||
|
||||
ln -s /usr/lib/libMagick++.so.4 /usr/lib/libMagick++.so.5
|
||||
ln -s /usr/lib/libMagickCore.so.4 /usr/lib/libMagickCore.so.5
|
||||
ln -s /usr/lib/libMagickWand.so.4 /usr/lib/libMagickWand.so.5
|
||||
|
|
Loading…
Add table
Reference in a new issue