kopia lustrzana https://gitlab.com/sane-project/website
262 wiersze
11 KiB
HTML
262 wiersze
11 KiB
HTML
<!-- received="Thu Apr 22 20:34:56 1999 PDT" -->
|
||
<!-- sent="Thu, 22 Apr 1999 22:42:41 -0500" -->
|
||
<!-- name="Josh Udall" -->
|
||
<!-- email="jaudall@students.wisc.edu" -->
|
||
<!-- subject="sane and Agfa 1236s" -->
|
||
<!-- id="" -->
|
||
<!-- inreplyto="" -->
|
||
<title>sane-devel: sane and Agfa 1236s</title>
|
||
<h1>sane and Agfa 1236s</h1>
|
||
<b>Josh Udall</b> (<a href="mailto:jaudall@students.wisc.edu"><i>jaudall@students.wisc.edu</i></a>)<br>
|
||
<i>Thu, 22 Apr 1999 22:42:41 -0500</i>
|
||
<p>
|
||
<ul>
|
||
<li> <b>Messages sorted by:</b> <a href="date.html#310">[ date ]</a><a href="index.html#310">[ thread ]</a><a href="subject.html#310">[ subject ]</a><a href="author.html#310">[ author ]</a>
|
||
<!-- next="start" -->
|
||
<li> <b>Next message:</b> <a href="0311.html">David Mosberger-Tang: "Re: Sane 1.01pre5 segfaults in RedHat 5.1 (net)"</a>
|
||
<li> <b>Previous message:</b> <a href="0309.html">=?iso-8859-1?Q?Donnchadh_=D3_Donnabh=E1in?=: "Scanner internals and SANE backends"</a>
|
||
<!-- nextthread="start" -->
|
||
<li> <b>Next in thread:</b> <a href="0317.html">Kevin Charter: "Re: sane and Agfa 1236s"</a>
|
||
<li> <b>Reply:</b> <a href="0317.html">Kevin Charter: "Re: sane and Agfa 1236s"</a>
|
||
<li> <b>Reply:</b> <a href="0330.html">Josh Udall: "Re: sane and Agfa 1236s"</a>
|
||
<!-- reply="end" -->
|
||
</ul>
|
||
<!-- body="start" -->
|
||
Newbie help with install -<br>
|
||
<p>
|
||
I'd like to finally get the latest sane working but I have a<br>
|
||
problem with the install. My recent motivation has been the<br>
|
||
Staroffice compatibility.<br>
|
||
Running RH 5.2 - nearly out of box. <br>
|
||
<p>
|
||
after "make install" (as root of course)<br>
|
||
I get a loop in the install script. see below.<br>
|
||
<p>
|
||
I added /usr/local/lib/sane to my ld.so.conf then ran<br>
|
||
ldconfig.<br>
|
||
When I try scanimage, I get :<br>
|
||
scanimage: no SANE devices found<br>
|
||
<p>
|
||
How do I tell my machine there's a new? device.<br>
|
||
<p>
|
||
I'm using an adaptec 1542 ISA Scsi card - it is built in my<br>
|
||
kernel.<br>
|
||
<p>
|
||
Thanks for any help.<br>
|
||
<p>
|
||
Josh<br>
|
||
<p>
|
||
[root@SoLiTUDE sane-1.0.1]# make install<br>
|
||
for subdir in lib sanei backend frontend doc tools;<br>
|
||
do \<br>
|
||
target=`echo install-recursive | sed s/-recursive//`; \<br>
|
||
echo making $target in $subdir; \<br>
|
||
(cd $subdir && make $target) \<br>
|
||
<i> || case "" in *k*) fail=yes;; *) exit 1;; esac; \</i><br>
|
||
done && test -z "$fail"<br>
|
||
making install in lib<br>
|
||
make[1]: Entering directory `/home/udall/src/sane-1.0.1/lib'<br>
|
||
make[1]: Nothing to be done for `install'.<br>
|
||
make[1]: Leaving directory `/home/udall/src/sane-1.0.1/lib'<br>
|
||
making install in sanei<br>
|
||
make[1]: Entering directory<br>
|
||
`/home/udall/src/sane-1.0.1/sanei'<br>
|
||
make[1]: Nothing to be done for `install'.<br>
|
||
make[1]: Leaving directory<br>
|
||
`/home/udall/src/sane-1.0.1/sanei'<br>
|
||
making install in backend<br>
|
||
make[1]: Entering directory<br>
|
||
`/home/udall/src/sane-1.0.1/backend'<br>
|
||
../mkinstalldirs /usr/local/lib /usr/local/lib/sane<br>
|
||
/usr/local/etc/sane.d<br>
|
||
installing libsane-abaton.la in /usr/local/lib/sane...<br>
|
||
/usr/bin/install -c .libs/libsane-abaton.so.1.0.1<br>
|
||
/usr/local/lib/sane/libsane-abaton.so.1.0.1<br>
|
||
rm -f /usr/local/lib/sane/libsane-abaton.so.1<br>
|
||
/usr/local/lib/sane/libsane-abaton.so<br>
|
||
(cd /usr/local/lib/sane && ln -s libsane-abaton.so.1.0.1<br>
|
||
libsane-abaton.so.1)<br>
|
||
(cd /usr/local/lib/sane && ln -s libsane-abaton.so.1.0.1<br>
|
||
libsane-abaton.so)<br>
|
||
/usr/bin/install -c libsane-abaton.la<br>
|
||
/usr/local/lib/sane/libsane-abaton.la<br>
|
||
/usr/bin/install -c .libs/libsane-abaton.a<br>
|
||
/usr/local/lib/sane/libsane-abaton.a<br>
|
||
ranlib /usr/local/lib/sane/libsane-abaton.a<br>
|
||
chmod 644 /usr/local/lib/sane/libsane-abaton.a<br>
|
||
PATH="/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/udall/bin:/usr/local/bin:/sbin"<br>
|
||
ldconfig -n /usr/local/lib/sane<br>
|
||
------------------------------------------------------------------------------<br>
|
||
Libraries have been installed in:<br>
|
||
/usr/local/lib/sane<br>
|
||
<p>
|
||
To link against installed libraries in a given directory,<br>
|
||
LIBDIR,<br>
|
||
you must use the `-LLIBDIR' flag during linking.<br>
|
||
<p>
|
||
You will also need to do one of the following:<br>
|
||
- add LIBDIR to the `LD_LIBRARY_PATH' environment<br>
|
||
variable<br>
|
||
during execution<br>
|
||
- add LIBDIR to the `LD_RUN_PATH' environment variable<br>
|
||
during linking<br>
|
||
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br>
|
||
- have your system administrator add LIBDIR to<br>
|
||
`/etc/ld.so.conf'<br>
|
||
<p>
|
||
See any operating system documentation about shared<br>
|
||
libraries for<br>
|
||
more information, such as the ld(1) and ld.so(8) manual<br>
|
||
pages.<br>
|
||
------------------------------------------------------------------------------<br>
|
||
installing libsane-agfafocus.la in /usr/local/lib/sane...<br>
|
||
/usr/bin/install -c .libs/libsane-agfafocus.so.1.0.1<br>
|
||
/usr/local/lib/sane/libsane-agfafocus.so.1.0.1<br>
|
||
rm -f /usr/local/lib/sane/libsane-agfafocus.so.1<br>
|
||
/usr/local/lib/sane/libsane-agfafocus.so<br>
|
||
(cd /usr/local/lib/sane && ln -s libsane-agfafocus.so.1.0.1<br>
|
||
libsane-agfafocus.so.1)<br>
|
||
(cd /usr/local/lib/sane && ln -s libsane-agfafocus.so.1.0.1<br>
|
||
libsane-agfafocus.so)<br>
|
||
/usr/bin/install -c libsane-agfafocus.la<br>
|
||
/usr/local/lib/sane/libsane-agfafocus.la<br>
|
||
/usr/bin/install -c .libs/libsane-agfafocus.a<br>
|
||
/usr/local/lib/sane/libsane-agfafocus.a<br>
|
||
ranlib /usr/local/lib/sane/libsane-agfafocus.a<br>
|
||
chmod 644 /usr/local/lib/sane/libsane-agfafocus.a<br>
|
||
PATH="/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/udall/bin:/usr/local/bin:/sbin"<br>
|
||
ldconfig -n /usr/local/lib/sane<br>
|
||
------------------------------------------------------------------------------<br>
|
||
Libraries have been installed in:<br>
|
||
/usr/local/lib/sane<br>
|
||
<p>
|
||
To link against installed libraries in a given directory,<br>
|
||
LIBDIR,<br>
|
||
you must use the `-LLIBDIR' flag during linking.<br>
|
||
You will also need to do one of the following:<br>
|
||
- add LIBDIR to the `LD_LIBRARY_PATH' environment<br>
|
||
variable<br>
|
||
during execution<br>
|
||
- add LIBDIR to the `LD_RUN_PATH' environment variable<br>
|
||
during linking<br>
|
||
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br>
|
||
- have your system administrator add LIBDIR to<br>
|
||
`/etc/ld.so.conf'<br>
|
||
<p>
|
||
See any operating system documentation about shared<br>
|
||
libraries for<br>
|
||
more information, such as the ld(1) and ld.so(8) manual<br>
|
||
pages.<br>
|
||
------------------------------------------------------------------------------<br>
|
||
installing libsane-apple.la in /usr/local/lib/sane...<br>
|
||
/usr/bin/install -c .libs/libsane-apple.so.1.0.1<br>
|
||
/usr/local/lib/sane/libsane-apple.so.1.0.1<br>
|
||
rm -f /usr/local/lib/sane/libsane-apple.so.1<br>
|
||
/usr/local/lib/sane/libsane-apple.so<br>
|
||
(cd /usr/local/lib/sane && ln -s libsane-apple.so.1.0.1<br>
|
||
libsane-apple.so.1)<br>
|
||
(cd /usr/local/lib/sane && ln -s libsane-apple.so.1.0.1<br>
|
||
libsane-apple.so)<br>
|
||
/usr/bin/install -c libsane-apple.la<br>
|
||
/usr/local/lib/sane/libsane-apple.la<br>
|
||
/usr/bin/install -c .libs/libsane-apple.a<br>
|
||
/usr/local/lib/sane/libsane-apple.a<br>
|
||
ranlib /usr/local/lib/sane/libsane-apple.a<br>
|
||
chmod 644 /usr/local/lib/sane/libsane-apple.a<br>
|
||
PATH="/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/udall/bin:/usr/local/bin:/sbin"<br>
|
||
ldconfig -n /usr/local/lib/sane<br>
|
||
------------------------------------------------------------------------------<br>
|
||
Libraries have been installed in:<br>
|
||
/usr/local/lib/sane<br>
|
||
<p>
|
||
To link against installed libraries in a given directory,<br>
|
||
LIBDIR,<br>
|
||
you must use the `-LLIBDIR' flag during linking.<br>
|
||
<p>
|
||
You will also need to do one of the following:<br>
|
||
- add LIBDIR to the `LD_LIBRARY_PATH' environment<br>
|
||
variable<br>
|
||
during execution<br>
|
||
- add LIBDIR to the `LD_RUN_PATH' environment variable<br>
|
||
during linking<br>
|
||
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br>
|
||
- have your system administrator add LIBDIR to<br>
|
||
`/etc/ld.so.conf'<br>
|
||
<p>
|
||
See any operating system documentation about shared<br>
|
||
libraries for<br>
|
||
more information, such as the ld(1) and ld.so(8) manual<br>
|
||
pages.<br>
|
||
------------------------------------------------------------------------------<br>
|
||
installing libsane-artec.la in /usr/local/lib/sane...<br>
|
||
/usr/bin/install -c .libs/libsane-artec.so.1.0.1<br>
|
||
/usr/local/lib/sane/libsane-artec.so.1.0.1<br>
|
||
rm -f /usr/local/lib/sane/libsane-artec.so.1<br>
|
||
/usr/local/lib/sane/libsane-artec.so<br>
|
||
(cd /usr/local/lib/sane && ln -s libsane-artec.so.1.0.1<br>
|
||
libsane-artec.so.1)<br>
|
||
(cd /usr/local/lib/sane && ln -s libsane-artec.so.1.0.1<br>
|
||
libsane-artec.so)<br>
|
||
/usr/bin/install -c libsane-artec.la<br>
|
||
/usr/local/lib/sane/libsane-artec.la<br>
|
||
/usr/bin/install -c .libs/libsane-artec.a<br>
|
||
/usr/local/lib/sane/libsane-artec.a<br>
|
||
ranlib /usr/local/lib/sane/libsane-artec.a<br>
|
||
qchmod 644 /usr/local/lib/sane/libsane-artec.a<br>
|
||
PATH="/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/udall/bin:/usr/local/bin:/sbin"<br>
|
||
ldconfig -n /usr/local/lib/sane<br>
|
||
------------------------------------------------------------------------------<br>
|
||
Libraries have been installed in:<br>
|
||
/usr/local/lib/sane<br>
|
||
<p>
|
||
To link against installed libraries in a given directory,<br>
|
||
LIBDIR,<br>
|
||
you must use the `-LLIBDIR' flag during linking.<br>
|
||
<p>
|
||
You will also need to do one of the following:<br>
|
||
- add LIBDIR to the `LD_LIBRARY_PATH' environment<br>
|
||
variable<br>
|
||
during execution<br>
|
||
- add LIBDIR to the `LD_RUN_PATH' environment variable<br>
|
||
during linking<br>
|
||
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br>
|
||
- have your system administrator add LIBDIR to<br>
|
||
`/etc/ld.so.conf'<br>
|
||
<p>
|
||
See any operating system documentation about shared<br>
|
||
libraries for<br>
|
||
more information, such as the ld(1) and ld.so(8) manual<br>
|
||
pages.<br>
|
||
------------------------------------------------------------------------------<br>
|
||
installing libsane-canon.la in /usr/local/lib/sane...<br>
|
||
/usr/bin/install -c .libs/libsane-canon.so.1.0.1<br>
|
||
/usr/local/lib/sane/libsane-canon.so.1.0.1<br>
|
||
rm -f /usr/local/lib/sane/libsane-canon.so.1<br>
|
||
/usr/local/lib/sane/libsane-canon.so<br>
|
||
(cd /usr/local/lib/sane && ln -s libsane-canon.so.1.0.1<br>
|
||
libsane-canon.so.1)<br>
|
||
(cd /usr/local/lib/sane && ln -s libsane-canon.so.1.0.1<br>
|
||
libsane-canon.so)<br>
|
||
make[1]: *** [install] Interrupt<br>
|
||
make: *** [install-recursive] Interrupt<br>
|
||
<p>
|
||
I hit control-c to stop it.<br>
|
||
<p>
|
||
<pre>
|
||
--
|
||
Source code, list archive, and docs: <a href="http://www.mostang.com/sane/">http://www.mostang.com/sane/</a>
|
||
To unsubscribe: echo unsubscribe sane-devel | mail <a href="mailto:majordomo@mostang.com">majordomo@mostang.com</a>
|
||
</pre>
|
||
<!-- body="end" -->
|
||
<p>
|
||
<ul>
|
||
<!-- next="start" -->
|
||
<li> <b>Next message:</b> <a href="0311.html">David Mosberger-Tang: "Re: Sane 1.01pre5 segfaults in RedHat 5.1 (net)"</a>
|
||
<li> <b>Previous message:</b> <a href="0309.html">=?iso-8859-1?Q?Donnchadh_=D3_Donnabh=E1in?=: "Scanner internals and SANE backends"</a>
|
||
<!-- nextthread="start" -->
|
||
<li> <b>Next in thread:</b> <a href="0317.html">Kevin Charter: "Re: sane and Agfa 1236s"</a>
|
||
<li> <b>Reply:</b> <a href="0317.html">Kevin Charter: "Re: sane and Agfa 1236s"</a>
|
||
<li> <b>Reply:</b> <a href="0330.html">Josh Udall: "Re: sane and Agfa 1236s"</a>
|
||
<!-- reply="end" -->
|
||
</ul>
|