sane-project-website/old-archive/2001-05/0187.html

185 wiersze
6.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: SORTED: Hope you don't mind a HELP-ME! post?</TITLE>
<META NAME="Author" CONTENT="Rupert Heesom (raheesom@navpoint.com)">
<META NAME="Subject" CONTENT="Re: SORTED: Hope you don't mind a HELP-ME! post?">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: SORTED: Hope you don't mind a HELP-ME! post?</H1>
<!-- received="Sun May 13 17:29:22 2001" -->
<!-- isoreceived="20010514002922" -->
<!-- sent="13 May 2001 16:46:57 -0400" -->
<!-- isosent="20010513204657" -->
<!-- name="Rupert Heesom" -->
<!-- email="raheesom@navpoint.com" -->
<!-- subject="Re: SORTED: Hope you don't mind a HELP-ME! post?" -->
<!-- id="989786817.9477.0.camel@localhost" -->
<!-- inreplyto="20010513192427.B21621@vortex.swb.de" -->
<STRONG>From:</STRONG> Rupert Heesom (<A HREF="mailto:raheesom@navpoint.com?Subject=Re:%20SORTED:%20%20Hope%20you%20don't%20mind%20a%20HELP-ME!%20post?&In-Reply-To=&lt;989786817.9477.0.camel@localhost&gt;"><EM>raheesom@navpoint.com</EM></A>)<BR>
<STRONG>Date:</STRONG> Sun May 13 2001 - 13:46:57 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0188.html">Micah Yoder: "Re: HP 5200C -- segfaults and &quot;inappropriate ioctl for device&quot;"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0186.html">Simon Krix: "Re: Canon N656U/lm983x/NS/Merlin specifications"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0180.html">Henning Meier-Geinitz: "Re: Hope you don't mind a HELP-ME! post?"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0203.html">Nick Lamb: "Re: SORTED: Hope you don't mind a HELP-ME! post?"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0203.html">Nick Lamb: "Re: SORTED: Hope you don't mind a HELP-ME! post?"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#187">[ date ]</A>
<A HREF="index.html#187">[ thread ]</A>
<A HREF="subject.html#187">[ subject ]</A>
<A HREF="author.html#187">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
On 13 May 2001 19:24:27 +0200, Henning Meier-Geinitz wrote:
<BR>
<EM>&gt; Hi,
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; &gt; [rupert@localhost sane]$SANE_DEBUG_DLL=255
</EM><BR>
<EM>&gt; &gt; [rupert@localhost sane]$export SANE_DEBUG_DLL
</EM><BR>
<EM>&gt; &gt; [rupert@localhost sane]$export SANE_DEBUG_UMAX=255
</EM><BR>
<EM>&gt; &gt; [rupert@localhost sane]$export SANE_DEBUG_V4L=255
</EM><BR>
<EM>&gt; &gt; [rupert@localhost sane]$xsane
</EM><BR>
<EM>&gt; &gt; [sanei_debug] Setting debug level of dll to 255.
</EM><BR>
<EM>&gt; &gt; [dll] exiting
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; That probably means that dll.conf is empty or couldn't be found. I'm
</EM><BR>
<EM>&gt; quite sure that you have a libsane.so in /usr/lib which is called by
</EM><BR>
<EM>&gt; xscanimage. As all the configuration files in /etc/sane.d are deleted
</EM><BR>
<EM>&gt; (and no libraries in /usr/lib/sane) dll just fails.
</EM><BR>
<P>Looking at it now, you're right. /usr/lib had a libsane.so.1.0.4, with
<BR>
libsane.so.1 as a link to it.
<BR>
<P>I take it from what you're saying that /usr/lib shouldn't have any sane
<BR>
libs in it, and /usr/local/lib should have the lib files instead?
<BR>
<P>My /usr/local/lib does have several sane libs in it -
<BR>
<P>[rupert@localhost lib]$pwd
<BR>
/usr/local/lib
<BR>
[rupert@localhost lib]$ls -l libsane*
<BR>
-rw-r--r-- 1 root root 189792 May 10 10:52 libsane.a
<BR>
-rwxr-xr-x 1 root root 664 May 10 10:52 libsane.la
<BR>
lrwxrwxrwx 1 root root 16 May 10 10:52 libsane.so -&gt;
<BR>
libsane.so.1.0.4
<BR>
lrwxrwxrwx 1 root root 16 May 10 10:52 libsane.so.1 -&gt;
<BR>
libsane.so.1.0.4
<BR>
-rwxr-xr-x 1 root root 82973 May 10 10:52 libsane.so.1.0.4
<BR>
<P>Should I take the /usr/lib directory out of my /etc/ld.so.conf file? -
<BR>
<P>[rupert@localhost sane]$cat /etc/ld.so.conf
<BR>
/usr/X11R6/lib
<BR>
/usr/lib/qt-2.2.0/lib
<BR>
/usr/lib/qt-2.2.1/lib
<BR>
/usr/lib
<BR>
/usr/lib/qt-1.45/lib
<BR>
/usr/kerberos/lib
<BR>
/usr/local/lib
<BR>
<P>===&gt; STOP PRESS: Henning, you're helped me sort it out. Instead of
<BR>
waiting for your response to the above questions, I tried to use my head
<BR>
again. I renamed the sane lib files in /usr/lib, commented out the
<BR>
/usr/lib directory in /etc/ld.so.conf, reran ldconfig.
<BR>
<P>Suddenly xsane sprang into life! I've scanned an image in &amp; copied an
<BR>
image successfully now. All up and running (except for the faxing side,
<BR>
which doesn't seem to work, and never has worked for me).
<BR>
<P>So my system was actually quite messed up! And I didn't have any idea
<BR>
what the &quot;system&quot; of files is supposed to look like. I think I'll now
<BR>
delete those libsanes in /usr/lib.....
<BR>
<P>Excellent; thanks for all your patient help, Henning!!
<BR>
<P>I was HOPING that this was going to be a simple config thing that I
<BR>
didn't know anything about!
<BR>
<P>I think I need to learn more about how Linux operates with those
<BR>
libraries! That would help me in future!
<BR>
<P><PRE>
--
regs
rupert
<P><P>--
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?Subject=Re:%20SORTED:%20%20Hope%20you%20don't%20mind%20a%20HELP-ME!%20post?&In-Reply-To=&lt;989786817.9477.0.camel@localhost&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0188.html">Micah Yoder: "Re: HP 5200C -- segfaults and &quot;inappropriate ioctl for device&quot;"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0186.html">Simon Krix: "Re: Canon N656U/lm983x/NS/Merlin specifications"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0180.html">Henning Meier-Geinitz: "Re: Hope you don't mind a HELP-ME! post?"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0203.html">Nick Lamb: "Re: SORTED: Hope you don't mind a HELP-ME! post?"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0203.html">Nick Lamb: "Re: SORTED: Hope you don't mind a HELP-ME! post?"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#187">[ date ]</A>
<A HREF="index.html#187">[ thread ]</A>
<A HREF="subject.html#187">[ subject ]</A>
<A HREF="author.html#187">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Sun May 13 2001 - 17:31:00 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>