Find the answer to your Linux question:
Results 1 to 6 of 6
I have the above Epson Stylus CX6600 setting up the printer was a breeze but when it comes set up the scanner this is an other story I have been ...
  1. #1
    Just Joined!
    Join Date
    May 2007
    Posts
    45

    Cool All in one Epson Stylus CX6600 how to scan?

    I have the above Epson Stylus CX6600 setting up the printer was a breeze but when it comes set up the scanner this is an other story

    I have been trying to install the Iscan-2.6.0 and here how far I got and where I am getting stuck
    Would appreciate help to set this baby up

    debian:/home/rick/Desktop/Downloads/iscan-2.6.0# ./configure checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking for g++... g++
    checking for C++ compiler default output file name... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking C++ ABI version... 1002
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for pkg-config... no
    *** The pkg-config script could not be found. Make sure it is
    *** in your path, or set the PKG_CONFIG environment variable
    *** to the full path to pkg-config.
    *** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
    *** The pkg-config script could not be found. Make sure it is
    *** in your path, or set the PKG_CONFIG environment variable
    *** to the full path to pkg-config.
    *** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
    configure: error: Library requirements (gtk+) not met; consider adjusting the PK G_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
    debian:/home/rick/Desktop/Downloads/iscan-2.6.0# ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking for g++... g++
    checking for C++ compiler default output file name... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking C++ ABI version... 1002
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for pkg-config... /usr/bin/pkg-config
    checking for gtk+-2.0... checking for gtk+... sh: gtk-config: command not found
    sh: gtk-config: command not found
    sh: gtk-config: command not found
    yes
    checking GTK_CFLAGS... sh: gtk-config: command not found
    sh: gtk-config: command not found
    sh: gtk-config: command not found

    checking GTK_LIBS... sh: gtk-config: command not found
    sh: gtk-config: command not found
    sh: gtk-config: command not found

    checking for imlibgdk... Package imlibgdk was not found in the pkg-config search path. Perhaps you should add the directory containing `imlibgdk.pc' to the PKG_CONFIG_PATH environment variable No package 'imlibgdk' found
    configure: error: Library requirements (imlibgdk) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.


    Ps I am a newbie in Debian please do not cut your explanation to short

  2. #2
    Just Joined!
    Join Date
    May 2007
    Location
    England
    Posts
    9
    Right, Hi showgun!

    Firstly, I'm not sure whether the Epson All In One Scanners are even supported, but I'm not a god of all ultimate knowledge.

    Anyway, according to your output, it seems that alot of dependencies (programs which the one you want to install depends on) are not installed. In Debian, it is quite easy to install these by using a program called APT.

    Instead of downloading the source and compiling it for yourself, APT gets binaries (pre-compiled) versions of the program you want, and it takes no time at all. First, see if the program iscan is available by running 'aptitude' (no quotes) in the terminal. Then hit the '/' key on your keyboard to search all available packages. Type in the search box iscan and hit enter. If it is now highlighted in a list of packages, press the + (plus) key to add it. Now press G to download and install the iscan package.

    IF the iscan package is not available, you need to install the dependancies and then do what you tried first. To install dependancies for iscan, execute the following commands in the terminal WHILST LOGGED IN AS ROOT.

    apt-get install pkg-config

    apt-get install gtk+-2.0

    apt-get install imlibgdk

    Then go to /home/rick/Desktop/Downloads/iscan-2.6.0 and do ./configure, then make, then make install and voila! Installed iscan.

    Hope this helps

  3. #3
    Just Joined!
    Join Date
    May 2007
    Posts
    45
    The ./configure seem to have gone through with out a hitch There is a problem with the make as you can see if any other idea please let me know


    debian:/home/rick/Desktop/iscan-2.6.0# make
    make all-recursive
    make[1]: Entering directory `/home/rick/Desktop/iscan-2.6.0'
    Making all in include
    make[2]: Entering directory `/home/rick/Desktop/iscan-2.6.0/include'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/rick/Desktop/iscan-2.6.0/include'
    Making all in libltdl
    make[2]: Entering directory `/home/rick/Desktop/iscan-2.6.0/libltdl'
    make all-am
    make[3]: Entering directory `/home/rick/Desktop/iscan-2.6.0/libltdl'
    /bin/sh ./libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -o ltdl.lo ltdl.c
    gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -fPIC -DPIC -o .libs/ltdl.o
    gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1
    /bin/sh ./libtool --mode=link --tag=CC gcc -g -O2 -o libltdlc.la ltdl.lo -ldl
    rm -fr .libs/libltdlc.a .libs/libltdlc.la
    ar cru .libs/libltdlc.a .libs/ltdl.o
    ranlib .libs/libltdlc.a
    creating libltdlc.la
    (cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la)
    make[3]: Leaving directory `/home/rick/Desktop/iscan-2.6.0/libltdl'
    make[2]: Leaving directory `/home/rick/Desktop/iscan-2.6.0/libltdl'
    Making all in lib
    make[2]: Entering directory `/home/rick/Desktop/iscan-2.6.0/lib'
    /bin/sh ../libtool --mode=link --tag=CXX g++ -g -O2 -o libimage-stream.la -static libimage_stream_la-cfilebuf.lo libimage_stream_la-imgstream.lo libimage_stream_la-jpegstream.lo libimage_stream_la-pngstream.lo libimage_stream_la-pnmstream.lo ../libltdl/libltdlc.la -lsane -lusb
    grep: /usr/lib/libieee1284.la: No such file or directory
    /bin/sed: can't read /usr/lib/libieee1284.la: No such file or directory
    libtool: link: `/usr/lib/libieee1284.la' is not a valid libtool archive
    make[2]: *** [libimage-stream.la] Error 1
    make[2]: Leaving directory `/home/rick/Desktop/iscan-2.6.0/lib'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/rick/Desktop/iscan-2.6.0'
    make: *** [all] Error 2
    debian:/home/rick/Desktop/iscan-2.6.

  4. #4
    Just Joined!
    Join Date
    May 2007
    Posts
    45

    Lightbulb Sane should have been name insane

    Finally i achieve scanning <G>
    After a week of trying to install my scanner I got it to work
    I have two scanner and both are now working.
    After a lot of searching and many package installation It finally worked.
    I am sure I gain a few more grey hair.

    I am two for two a internal PCI dialup modem and my two scanners.
    Now to the networking bits <BG>
    Thanks

  5. #5
    Just Joined!
    Join Date
    Jul 2006
    Posts
    2
    Hi showgun.

    I got the same error trying to configure the scanner. Can you please tell me the packages that you have installed to make this scanner work? If the list is too long just try to mention couple of them.

    Thanks

  6. #6
    Just Joined!
    Join Date
    May 2007
    Posts
    45
    I am sorry but I can't remember exactly removing package and reintalling packages. But i since moved to Ubuntu you might want to search their forum as well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •