Trouble recompiling
Posted: 2019-07-24T13:43:32-07:00
Hi, I'm trying to use LiquidRescaleImage on my CentoOS server but I'm not being able to, this is the error I'm getting:
Dirk explained to me for it to work I need to
and then rebuilding it as such
When I check with nothing seems to have changed
Sorry If I didn't explain my problem properly my knowledge on this is very limited, thanks
Code: Select all
delegate library support not built-in '/var/www/html/contentawarebot/deployment/src/resources/frames/original/frame0.jpg' (LQR) @ error/resize.c/LiquidRescaleImage/2032
But I'm not sure how to do that. I've tried usingrecompile it with glib and liblqr support
Code: Select all
make distclean
Code: Select all
./ImageMagick-7.0.8-53/configure --with-lqr
make
make install
Code: Select all
convert -list configure | grep -i "delegates"
Sorry If I didn't explain my problem properly my knowledge on this is very limited, thanks