Search found 7 matches

by DRY411S
2014-02-21T13:09:16-07:00
Forum: Developers
Topic: Centos 6.x 64-bit installable rpm
Replies: 11
Views: 28119

Re: Centos 6.x 64-bit installable rpm

I have just downloaded the latest 64-bit 6.8.8.7 rpms I ran the ldconfig command as suggested. I checked for /usr/lib64/libHalf.so.4 . It's not present. # ls -lsa /usr/lib64/libHalf* 0 lrwxrwxrwx 1 root root 16 Feb 14 15:16 /usr/lib64/libHalf.so -> libHalf.so.6.0.0 0 lrwxrwxrwx 1 root root 16 Feb 13 ...
by DRY411S
2014-02-14T09:04:52-07:00
Forum: Developers
Topic: Centos 6.x 64-bit installable rpm
Replies: 11
Views: 28119

Re: Centos 6.x 64-bit installable rpm

# yum install libtool-ltdl-devel fftw3-devel djvulibre-devel OpenEXR-devel llibwebp4 .... Install 14 Package(s) ... Complete! (No errors) # rpm -ivh ImageMagick-6.8.8-6.x86_64.rpm ImageMagick-djvu-6.8.8-6.x86_64.rpm error: Failed dependencies: libHalf.so.4()(64bit) is needed by ImageMagick-6.8.8-6 ...
by DRY411S
2014-02-14T00:25:08-07:00
Forum: Developers
Topic: Centos 6.x 64-bit installable rpm
Replies: 11
Views: 28119

Re: Centos 6.x 64-bit installable rpm

Let me just clarify (and thank you for your patience) These are installable rpms, and not source that I need to compile? I need both of them Using the new overnight rpms from your site wget http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-djvu-6.8.8-6.x86_64.rpm wget http://www ...
by DRY411S
2014-02-13T16:13:56-07:00
Forum: Developers
Topic: Centos 6.x 64-bit installable rpm
Replies: 11
Views: 28119

Re: Centos 6.x 64-bit installable rpm

OK, the first of those packages on the first line was already installed and skipped. rpm ran OK Testing convert # convert -version convert: error while loading shared libraries: liblqr-1.so.0: cannot open shared object file: No such file or directory So what next? Sorry, I really have no idea what I ...
by DRY411S
2014-02-13T13:38:42-07:00
Forum: Developers
Topic: Centos 6.x 64-bit installable rpm
Replies: 11
Views: 28119

Re: Centos 6.x 64-bit installable rpm

Trying # rpm -Uvh ImageMagick-djvu-6.8.8-5.x86_64.rpm get error: Failed dependencies: ImageMagick = 6.8.8-5 is needed by ImageMagick-djvu-6.8.8-5.x86_64 libMagickCore-6.Q16.so.2()(64bit) is needed by ImageMagick-djvu-6.8.8-5.x86_64 libdjvulibre.so.21()(64bit) is needed by ImageMagick-djvu-6.8.8-5 ...
by DRY411S
2014-02-13T13:34:53-07:00
Forum: Developers
Topic: Centos 6.x 64-bit installable rpm
Replies: 11
Views: 28119

Re: Centos 6.x 64-bit installable rpm

Thank you. :)

At what point do I need to restart the build process?

As it's not available on your site, do you want a copy of what's produced? ;)
by DRY411S
2014-02-13T13:03:05-07:00
Forum: Developers
Topic: Centos 6.x 64-bit installable rpm
Replies: 11
Views: 28119

Centos 6.x 64-bit installable rpm

Hello, complete newbie here. I hope I have posted this in the right place. :? I have tried to use the latest 64-bit rpm from here, but it relayed some dependency errors. So heart in mouth, I decide to build my own rpm from source. First time I ever tried to do such a thing, but I am IT literate and ...