When loading SIP in Scilab version 5.3.3 on Ubuntu 11.10 I have the error below.
Running "ldconfig" as root has not helped. I have version 6.7.3-1 of ImageMagick installed.
Thanks in advance.
-->// -- Begin Session : Wed Oct 19 12:38:58 2011 --
addinter(libsip_path+'/libsip.so','libsip',functions);
!--error 236
addinter: The shared archive was not loaded: /usr/share/scilab/contrib/sip-0.5.8-git//lib/libsip.so: undefined symbol: MogrifyImage
at line 27 of exec file called by :
exec (SIPDIR+'loader_include.sce');
at line 53 of exec file called by :
exec("/usr/share/scilab//contrib/sip-0.5.8-git/loader.sce");
in execstr instruction called by :
allbackobject(8);execstr(toolboxes(1));if exists("%oldgcbo") then gcbo = %ol
while executing a callback
HI,
go into the SIP "tests" directory. type "make". what do you get?
other than that, send me your config.log file from inside SIP and the config.log file from inside animal.
I am also using Ubuntu 11.10 but things work for me. But it is easier for me to try to see what's going on.