Search found 6 matches

by tfoertsch
2011-07-18T02:44:38-07:00
Forum: Users
Topic: Building imagemagick with a custom libxml2
Replies: 6
Views: 12576

Re: Building imagemagick with a custom libxml2

Turns out that libwmf also requires libxml2. Now, I have 2 options. First, rebuild libwmf with my libxml2 or, second, turn off libwmf. Since I don't need windows metafile images I went for 2. Now it compiles and passes all tests. I also added -rpath options to make sure the correct lib is loaded at ...
by tfoertsch
2011-07-17T10:59:34-07:00
Forum: Users
Topic: Building imagemagick with a custom libxml2
Replies: 6
Views: 12576

Re: Building imagemagick with a custom libxml2

No, it's Linux not a Mac. The problem is I have a libxml2 in /opt/libxml2/lib64. There is also a libxml2.la in that directory. However, in /usr/lib64 where it looks for libxml2.la is only a libxml2.so.2.7.8. I want imagemagick to use the library in /opt/libxml2 no matter if there is another libxml2 ...
by tfoertsch
2011-07-17T10:03:53-07:00
Forum: Users
Topic: Building imagemagick with a custom libxml2
Replies: 6
Views: 12576

Re: Building imagemagick with a custom libxml2

As a followup, I still get the error if imagemagick is configured without xml:

Delegate Configuration:
...
XML --with-xml=no no
ZLIB --with-zlib=yes yes
by tfoertsch
2011-07-17T09:39:50-07:00
Forum: Users
Topic: Building imagemagick with a custom libxml2
Replies: 6
Views: 12576

Building imagemagick with a custom libxml2

Hi, I have a libxml2 installed in /opt/libxml2 that I want to link imagemagick to. The system itself has another libxml2 installed in /usr/lib64. But the development files for this version are not installed. To make sure it takes the right libxml2 I already set a bunch of environment variables ...
by tfoertsch
2010-06-11T06:20:02-07:00
Forum: Developers
Topic: Dependency on selinux?
Replies: 6
Views: 12240

Re: Dependency on selinux?

Solved it. Its not perl and not IM. The culprit is the libselinux version shipped with debian 5.0.4. After an upgrade to "testing", that means: Preparing to replace libselinux1 2.0.65-5 (using .../libselinux1_2.0.94-1_i386.deb) ... all works as expected. For the record, I think at least libselinux 2 ...
by tfoertsch
2010-06-10T12:33:44-07:00
Forum: Developers
Topic: Dependency on selinux?
Replies: 6
Views: 12240

Re: Dependency on selinux?

I see the same problem here with perlmagick. $ perl -MImage::Magick -le 'print Image::Magick->VERSION; warn test' 6.5.9 test at -e line 1. Segmentation fault It does not depend upon the IM version. 6.6.2-4 behaves the same. May it be the Perl version? $ perl -V Summary of my perl5 (revision 5 ...