Dec 11
Marc Pope [Lasso 8.6.3] imageMagick not loading
Dec 11, 2015; 11:32
Marc Pope
[Lasso 8.6.3] imageMagick not loading
Just spent about an hour fixing this problem….
On CentOs 6.7 (64-bit)… Lasso 8.6.3-1.el6.x86_64 looks for libMagickCore.so.4 in /usr/lib64/
The latest ImageMagick uses /usr/lib64/libMagickCore.so.5 and so the image tags do not load.
Attempting to make aliases to the older location doesn’t work nor does copying stuff.
Lasso 8.6.3.x should be updated to use the newer ImageMagick as using outdated libraries is not ideal.
Here’s a temporary fix.
from root:
# yum remove Lasso-Professional*
# yum remove ImageMagick*
# rpm -ivh http://bay.uchicago.edu/centos-vault/6.5/updates/x86_64/Packages/ImageMagick-6.5.4.7-7.el6_5.x86_64.rpm
# yum install Lasso-Professional*
confirm image tags working again.
next, block yum from auto-updating ImageMagic:
# nano /etc/yum.conf
add this line at the end:
exclude = ImageMagick*
Sincerely,
Marc
Falcon Internet
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso Lasso@lists.lassosoft.com
Official list archives available at http://www.lassotalk.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>
Dec 19
Jussi Hirvi Re: [Lasso 8.6.3] imageMagick not loading
Dec 19, 2015; 23:45
Jussi Hirvi
Re: [Lasso 8.6.3] imageMagick not loading
Feb 08
Johan Solve Re: [Lasso 8.6.3] imageMagick not loading
Feb 08, 2016; 15:42
Johan Solve
Re: [Lasso 8.6.3] imageMagick not loading
Feb 08
Johan Solve Re: [Lasso 8.6.3] imageMagick not loading
Feb 08, 2016; 16:31
Johan Solve
Re: [Lasso 8.6.3] imageMagick not loading
Feb 08
Steffan Cline Re: [Lasso 8.6.3] imageMagick not loading
Feb 08, 2016; 08:34
Steffan Cline
Re: [Lasso 8.6.3] imageMagick not loading
Feb 08
Jason Huck Re: [Lasso 8.6.3] imageMagick not loading
Feb 08, 2016; 10:42
Jason Huck
Re: [Lasso 8.6.3] imageMagick not loading
Mar 19
Johan Solve Re: [Lasso 8.6.3] imageMagick not loading
Mar 19, 2016; 17:05
Johan Solve
Re: [Lasso 8.6.3] imageMagick not loading