[Solved] Installation Problem on Linux Mint - JPEG Delegate
Posted: 2013-10-13T06:48:18-07:00
hey, I rarely use Linux and am forced to, cause of my current bachelor exam
All i did: install Eclipse, a compiler, tons of stuff to get CIMG to run (which requires ImageMagick for JPEG)
So i tried installing the "ImageMagick RPM's - Development, Perl, C++, and documentation RPM's."
from http://www.imagemagick.org/download/linux/CentOS/i386/
and get this:
so i tried installing from source - it had 4 errors i think, but was too hard to overlook / find whats wrong
Then Eclipse / C++ (Linux / g++) no more longer said that "convert" was missing (using CIMG)
But instead it couldn't recognize JPEG and misses its Delegate - so what do i need now? i cant find out :\
that list configure command gave me that i only got ps and x as delegates
Then i installed any ImageMagick-Packs i could find from the nameless linux Mint Package installer program -> nothing changed
and afterwards used "make" to uninstall the imagemagick stuff from source
please help! =o
less important:
---------
http://www.imagemagick.org/download/delegates/ ? i dont know how to use this or if this will fix the problems root
There's no real instruction on how to get things to run for CIMG either, so i hope i dont have to find even more stuff like imagemagick :\
I spent 80 hours on trying to get linux / a programming tool to run and to read a **ffing jpeg pixel for low quality text recognition T_T
Why does Linux have to be so unrelyable - in theory i could just type pic=loadjpeg("") and getred(pic,1,2) and things work automatically
All i did: install Eclipse, a compiler, tons of stuff to get CIMG to run (which requires ImageMagick for JPEG)
So i tried installing the "ImageMagick RPM's - Development, Perl, C++, and documentation RPM's."
from http://www.imagemagick.org/download/linux/CentOS/i386/
and get this:
Code: Select all
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
error: Failed dependencies:
/sbin/ldconfig is needed by ImageMagick-c++-6.8.7-0.i386
ImageMagick = 6.8.7-0 is needed by ImageMagick-c++-6.8.7-0.i386
libICE.so.6 is needed by ImageMagick-c++-6.8.7-0.i386
libMagickCore-6.Q16.so.1 is needed by ImageMagick-c++-6.8.7-0.i386
libMagickWand-6.Q16.so.1 is needed by ImageMagick-c++-6.8.7-0.i386
libSM.so.6 is needed by ImageMagick-c++-6.8.7-0.i386
libX11.so.6 is needed by ImageMagick-c++-6.8.7-0.i386
libXext.so.6 is needed by ImageMagick-c++-6.8.7-0.i386
libXt.so.6 is needed by ImageMagick-c++-6.8.7-0.i386
libbz2.so.1 is needed by ImageMagick-c++-6.8.7-0.i386
libc.so.6 is needed by ImageMagick-c++-6.8.7-0.i386
libc.so.6(GLIBC_2.0) is needed by ImageMagick-c++-6.8.7-0.i386
libc.so.6(GLIBC_2.1.3) is needed by ImageMagick-c++-6.8.7-0.i386
libdl.so.2 is needed by ImageMagick-c++-6.8.7-0.i386
libfftw3.so.3 is needed by ImageMagick-c++-6.8.7-0.i386
libfontconfig.so.1 is needed by ImageMagick-c++-6.8.7-0.i386
libfreetype.so.6 is needed by ImageMagick-c++-6.8.7-0.i386
libgcc_s.so.1 is needed by ImageMagick-c++-6.8.7-0.i386
libgcc_s.so.1(GCC_3.0) is needed by ImageMagick-c++-6.8.7-0.i386
libgomp.so.1 is needed by ImageMagick-c++-6.8.7-0.i386
liblcms.so.1 is needed by ImageMagick-c++-6.8.7-0.i386
libltdl.so.3 is needed by ImageMagick-c++-6.8.7-0.i386
liblzma.so.0 is needed by ImageMagick-c++-6.8.7-0.i386
libm.so.6 is needed by ImageMagick-c++-6.8.7-0.i386
libm.so.6(GLIBC_2.0) is needed by ImageMagick-c++-6.8.7-0.i386
libpthread.so.0 is needed by ImageMagick-c++-6.8.7-0.i386
libpthread.so.0(GLIBC_2.0) is needed by ImageMagick-c++-6.8.7-0.i386
libstdc++.so.6 is needed by ImageMagick-c++-6.8.7-0.i386
libstdc++.so.6(CXXABI_1.3) is needed by ImageMagick-c++-6.8.7-0.i386
libstdc++.so.6(GLIBCXX_3.4) is needed by ImageMagick-c++-6.8.7-0.i386
libz.so.1 is needed by ImageMagick-c++-6.8.7-0.i386
rtld(GNU_HASH) is needed by ImageMagick-c++-6.8.7-0.i386
Then Eclipse / C++ (Linux / g++) no more longer said that "convert" was missing (using CIMG)
But instead it couldn't recognize JPEG and misses its Delegate - so what do i need now? i cant find out :\
that list configure command gave me that i only got ps and x as delegates
Then i installed any ImageMagick-Packs i could find from the nameless linux Mint Package installer program -> nothing changed
and afterwards used "make" to uninstall the imagemagick stuff from source
please help! =o
less important:
---------
http://www.imagemagick.org/download/delegates/ ? i dont know how to use this or if this will fix the problems root
There's no real instruction on how to get things to run for CIMG either, so i hope i dont have to find even more stuff like imagemagick :\
I spent 80 hours on trying to get linux / a programming tool to run and to read a **ffing jpeg pixel for low quality text recognition T_T
Why does Linux have to be so unrelyable - in theory i could just type pic=loadjpeg("") and getred(pic,1,2) and things work automatically