Search found 4 matches

by daniel2d2art
2011-09-21T08:01:56-07:00
Forum: Bugs
Topic: libfpx
Replies: 2
Views: 6204

Re: libfpx

Please review too

$ sudo rpm -Uvh ImageMagick-devel-6.7.2-7.x86_64.rpm
error: Failed dependencies:
ImageMagick = 6.7.2-6 is needed by ImageMagick-devel-6.7.2-6.x86_64

take attention to the version of IM dependencies 2-6 for 2-7 package

thx!
by daniel2d2art
2011-09-21T07:56:17-07:00
Forum: Bugs
Topic: ImageMagick-6.7.2-7 on centos 5.5
Replies: 2
Views: 5489

Re: ImageMagick-6.7.2-7 on centos 5.5

we used this:

$ sudo ./configure --with-fpx=no

After make, we pass test correctly

thx!
by daniel2d2art
2011-09-21T07:05:55-07:00
Forum: Bugs
Topic: ImageMagick-6.7.2-7 on centos 5.5
Replies: 2
Views: 5489

ImageMagick-6.7.2-7 on centos 5.5

Compiling get this error:


$ sudo make
...
...
CC utilities/animate.o
CCLD utilities/animate
/usr/local/lib/libfpx.so: undefined reference to `__cxa_pure_virtual'
/usr/local/lib/libfpx.so: undefined reference to `__gxx_personality_v0'
/usr/local/lib/libfpx.so: undefined reference to `operator ...
by daniel2d2art
2011-09-21T06:43:28-07:00
Forum: Bugs
Topic: libfpx
Replies: 2
Views: 6204

libfpx

Installing ImageMagick-6.7.2-7.x86_64. rpm on Centos 5.5

error: Failed dependencies:
libfpx.so.1()(64bit) is needed by ImageMagick-6.7.2-6.x86_64

we try download http://www.imagemagick.org/download/delegates/libfpx-1.3.1.tar.gz and complile it, then try to execute again the ImageMagick-6.7.2-7 ...