Import Image from X11 Screen dosent work in linux

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
suvasish
Posts: 2
Joined: 2014-12-23T21:39:32-07:00
Authentication code: 6789

Import Image from X11 Screen dosent work in linux

Post by suvasish »

A long story in short, trying to automate an ISO setup/installation process

In server(SLES11 SP2) running the installation scripts and virtualbox also installed in the same server.

using rdesktop to connect to the virtualbox(VBoxHeadless) on port 4001 and to install the ISO.

Installation fails at this point

Capturing 0x200001 at :100
import: DelegateLibrarySupportNotBuiltIn `' (X11) @ error/import.c/ImportImageCommand/1303.
convert: Empty input file `/tmp/XPG62El1Qg.jpg' @ error/jpeg.c/JPEGErrorHandler/321.
convert: NoImagesDefined `/tmp/WA866ratgd.pnm' @ error/convert.c/ConvertImageCommand/3187.
ERROR pnm.c L328: unexpected EOF
gocr(1) failed
As far i can understand it's something related to X11 so here's the list of installed xorg packages on my server



# rpm -qa|grep xorg
xorg-x11-libXau-7.4-1.15
xorg-x11-libICE-32bit-7.4-1.15
xorg-x11-libXext-32bit-7.4-1.16.21
xorg-x11-libXt-7.4-1.17
xorg-x11-libSM-7.4-1.18
xorg-x11-libX11-32bit-7.4-5.9.1
xorg-x11-libXrender-32bit-7.4-1.14
xorg-x11-libXv-32bit-7.4-1.14
xorg-x11-libXpm-7.4-1.17
xorg-x11-server-extra-7.4-27.60.5
xorg-x11-libfontenc-7.4-1.15
xorg-x11-libxcb-7.4-1.20.34
xorg-x11-libXpm-32bit-7.4-1.17
xorg-x11-libXfixes-7.4-1.14
xorg-x11-libXv-7.4-1.14
xorg-x11-libs-7.4-8.26.32.1
xorg-x11-7.4-9.47.1
xorg-x11-libICE-7.4-1.15
xorg-x11-libXau-32bit-7.4-1.15
xorg-x11-libfontenc-32bit-7.4-1.15
xorg-x11-libxcb-32bit-7.4-1.20.34
xorg-x11-libX11-7.4-5.9.1
xorg-x11-libxkbfile-32bit-7.4-1.14
xorg-x11-libXfixes-32bit-7.4-1.14
xorg-x11-libxkbfile-7.4-1.14
xorg-x11-libXext-7.4-1.16.21
xorg-x11-libXmu-32bit-7.4-1.17
xorg-x11-libXmu-7.4-1.17
xorg-x11-libXprintUtil-32bit-7.4-1.17
xorg-x11-libXprintUtil-7.4-1.17
xorg-x11-libs-32bit-7.4-8.26.32.1
xorg-x11-libSM-32bit-7.4-1.18
xorg-x11-libXt-32bit-7.4-1.17
xorg-x11-libXp-32bit-7.4-1.14
xorg-x11-libXp-7.4-1.14
xorg-x11-fonts-core-7.4-1.20
xorg-x11-libXdmcp-7.4-1.15
xorg-x11-libXrender-7.4-1.14
xorg-x11-xauth-7.4-9.47.1

and


#rpm -qa|grep X11*
xorg-x11-libX11-32bit-7.4-5.9.1
xorg-x11-libX11-7.4-5.9.1
libHX13-1.23-4.1.1
libHX13-32bit-1.23-4.1.1

and

# rpm -qa | grep ImageMagick
ImageMagick-6.4.3.6-7.10


output of convert -list configure

Path: [built-in]

Name Value
-------------------------------------------------------------------------------
FEATURES
NAME ImageMagick
QuantumDepth 16
convert: UnableToOpenConfigureFile `configure.xml' @ warning/configure.c/GetConfigureOptions/706.

Any idea/pointer what might possibly be the reason.

Thanks in advance.
Post Reply