sane and Agfa 1236s

Josh Udall (jaudall@students.wisc.edu)
Thu, 22 Apr 1999 22:42:41 -0500

Newbie help with install -

I'd like to finally get the latest sane working but I have a
problem with the install. My recent motivation has been the
Staroffice compatibility.
Running RH 5.2 - nearly out of box.

after "make install" (as root of course)
I get a loop in the install script. see below.

I added /usr/local/lib/sane to my ld.so.conf then ran
ldconfig.
When I try scanimage, I get :
scanimage: no SANE devices found

How do I tell my machine there's a new? device.

I'm using an adaptec 1542 ISA Scsi card - it is built in my
kernel.

Thanks for any help.

Josh

[root@SoLiTUDE sane-1.0.1]# make install
for subdir in lib sanei backend frontend doc tools;
do \
target=`echo install-recursive | sed s/-recursive//`; \
echo making $target in $subdir; \
(cd $subdir && make $target) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making install in lib
make[1]: Entering directory `/home/udall/src/sane-1.0.1/lib'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/udall/src/sane-1.0.1/lib'
making install in sanei
make[1]: Entering directory
`/home/udall/src/sane-1.0.1/sanei'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory
`/home/udall/src/sane-1.0.1/sanei'
making install in backend
make[1]: Entering directory
`/home/udall/src/sane-1.0.1/backend'
../mkinstalldirs /usr/local/lib /usr/local/lib/sane
/usr/local/etc/sane.d
installing libsane-abaton.la in /usr/local/lib/sane...
/usr/bin/install -c .libs/libsane-abaton.so.1.0.1
/usr/local/lib/sane/libsane-abaton.so.1.0.1
rm -f /usr/local/lib/sane/libsane-abaton.so.1
/usr/local/lib/sane/libsane-abaton.so
(cd /usr/local/lib/sane && ln -s libsane-abaton.so.1.0.1
libsane-abaton.so.1)
(cd /usr/local/lib/sane && ln -s libsane-abaton.so.1.0.1
libsane-abaton.so)
/usr/bin/install -c libsane-abaton.la
/usr/local/lib/sane/libsane-abaton.la
/usr/bin/install -c .libs/libsane-abaton.a
/usr/local/lib/sane/libsane-abaton.a
ranlib /usr/local/lib/sane/libsane-abaton.a
chmod 644 /usr/local/lib/sane/libsane-abaton.a
PATH="/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/udall/bin:/usr/local/bin:/sbin"
ldconfig -n /usr/local/lib/sane
------------------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/sane

To link against installed libraries in a given directory,
LIBDIR,
you must use the `-LLIBDIR' flag during linking.

You will also need to do one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment
variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to
`/etc/ld.so.conf'

See any operating system documentation about shared
libraries for
more information, such as the ld(1) and ld.so(8) manual
pages.
------------------------------------------------------------------------------
installing libsane-agfafocus.la in /usr/local/lib/sane...
/usr/bin/install -c .libs/libsane-agfafocus.so.1.0.1
/usr/local/lib/sane/libsane-agfafocus.so.1.0.1
rm -f /usr/local/lib/sane/libsane-agfafocus.so.1
/usr/local/lib/sane/libsane-agfafocus.so
(cd /usr/local/lib/sane && ln -s libsane-agfafocus.so.1.0.1
libsane-agfafocus.so.1)
(cd /usr/local/lib/sane && ln -s libsane-agfafocus.so.1.0.1
libsane-agfafocus.so)
/usr/bin/install -c libsane-agfafocus.la
/usr/local/lib/sane/libsane-agfafocus.la
/usr/bin/install -c .libs/libsane-agfafocus.a
/usr/local/lib/sane/libsane-agfafocus.a
ranlib /usr/local/lib/sane/libsane-agfafocus.a
chmod 644 /usr/local/lib/sane/libsane-agfafocus.a
PATH="/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/udall/bin:/usr/local/bin:/sbin"
ldconfig -n /usr/local/lib/sane
------------------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/sane

To link against installed libraries in a given directory,
LIBDIR,
you must use the `-LLIBDIR' flag during linking.
You will also need to do one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment
variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to
`/etc/ld.so.conf'

See any operating system documentation about shared
libraries for
more information, such as the ld(1) and ld.so(8) manual
pages.
------------------------------------------------------------------------------
installing libsane-apple.la in /usr/local/lib/sane...
/usr/bin/install -c .libs/libsane-apple.so.1.0.1
/usr/local/lib/sane/libsane-apple.so.1.0.1
rm -f /usr/local/lib/sane/libsane-apple.so.1
/usr/local/lib/sane/libsane-apple.so
(cd /usr/local/lib/sane && ln -s libsane-apple.so.1.0.1
libsane-apple.so.1)
(cd /usr/local/lib/sane && ln -s libsane-apple.so.1.0.1
libsane-apple.so)
/usr/bin/install -c libsane-apple.la
/usr/local/lib/sane/libsane-apple.la
/usr/bin/install -c .libs/libsane-apple.a
/usr/local/lib/sane/libsane-apple.a
ranlib /usr/local/lib/sane/libsane-apple.a
chmod 644 /usr/local/lib/sane/libsane-apple.a
PATH="/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/udall/bin:/usr/local/bin:/sbin"
ldconfig -n /usr/local/lib/sane
------------------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/sane

To link against installed libraries in a given directory,
LIBDIR,
you must use the `-LLIBDIR' flag during linking.

You will also need to do one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment
variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to
`/etc/ld.so.conf'

See any operating system documentation about shared
libraries for
more information, such as the ld(1) and ld.so(8) manual
pages.
------------------------------------------------------------------------------
installing libsane-artec.la in /usr/local/lib/sane...
/usr/bin/install -c .libs/libsane-artec.so.1.0.1
/usr/local/lib/sane/libsane-artec.so.1.0.1
rm -f /usr/local/lib/sane/libsane-artec.so.1
/usr/local/lib/sane/libsane-artec.so
(cd /usr/local/lib/sane && ln -s libsane-artec.so.1.0.1
libsane-artec.so.1)
(cd /usr/local/lib/sane && ln -s libsane-artec.so.1.0.1
libsane-artec.so)
/usr/bin/install -c libsane-artec.la
/usr/local/lib/sane/libsane-artec.la
/usr/bin/install -c .libs/libsane-artec.a
/usr/local/lib/sane/libsane-artec.a
ranlib /usr/local/lib/sane/libsane-artec.a
qchmod 644 /usr/local/lib/sane/libsane-artec.a
PATH="/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/udall/bin:/usr/local/bin:/sbin"
ldconfig -n /usr/local/lib/sane
------------------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/sane

To link against installed libraries in a given directory,
LIBDIR,
you must use the `-LLIBDIR' flag during linking.

You will also need to do one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment
variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to
`/etc/ld.so.conf'

See any operating system documentation about shared
libraries for
more information, such as the ld(1) and ld.so(8) manual
pages.
------------------------------------------------------------------------------
installing libsane-canon.la in /usr/local/lib/sane...
/usr/bin/install -c .libs/libsane-canon.so.1.0.1
/usr/local/lib/sane/libsane-canon.so.1.0.1
rm -f /usr/local/lib/sane/libsane-canon.so.1
/usr/local/lib/sane/libsane-canon.so
(cd /usr/local/lib/sane && ln -s libsane-canon.so.1.0.1
libsane-canon.so.1)
(cd /usr/local/lib/sane && ln -s libsane-canon.so.1.0.1
libsane-canon.so)
make[1]: *** [install] Interrupt
make: *** [install-recursive] Interrupt

I hit control-c to stop it.

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com