sane-project-website/old-archive/1997-10/0033.html

77 wiersze
3.3 KiB
HTML

<!-- received="Wed Oct 8 22:06:47 1997 MST" -->
<!-- sent="Wed, 8 Oct 1997 22:06:45 -0700" -->
<!-- name="David Mosberger-Tang" -->
<!-- email="David.Mosberger@acm.org" -->
<!-- subject="RE: libsane.so.0 error." -->
<!-- id="199710090506.WAA32158@panda.mostang.com" -->
<!-- inreplyto="XFMail.971007213757.hsauer@marnie.teuto.de" -->
<title>sane-devel: RE: libsane.so.0 error.</title>
<h1>RE: libsane.so.0 error.</h1>
<b>David Mosberger-Tang</b> (<a href="mailto:David.Mosberger@acm.org"><i>David.Mosberger@acm.org</i></a>)<br>
<i>Wed, 8 Oct 1997 22:06:45 -0700</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#33">[ date ]</a><a href="index.html#33">[ thread ]</a><a href="subject.html#33">[ subject ]</a><a href="author.html#33">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0034.html">Didier Carlier: "Re: segfault with sane-umax"</a>
<li> <b>Previous message:</b> <a href="0032.html">Peter Daum: "Re: segfault with sane-umax"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0045.html">Vance Stith: "RE: libsane.so.0 error."</a>
<li> <b>Reply:</b> <a href="0045.html">Vance Stith: "RE: libsane.so.0 error."</a>
<!-- reply="end" -->
</ul>
<!-- body="start" -->
<i>&gt;&gt;&gt;&gt;&gt; On Tue, 07 Oct 1997 21:37:57 +0200 (MET DST), Henning Sauer &lt;<a href="mailto:hsauer@marnie.teuto.de">hsauer@marnie.teuto.de</a>&gt; said:</i><br>
<p>
Henning&gt; On 07-Oct-97 Ricardo Muggli wrote:<br>
<p>
<i> &gt;&gt; Just in case this is distribution specific I am running Debian</i><br>
<i> &gt;&gt; GNU/Linux 1.3.1</i><br>
<i> &gt;&gt; </i><br>
Henning&gt; I had the same problem on my RedHat 4.2 Linux system!<br>
<p>
The following patch should fix the problem (you'll have to rerun<br>
configure and make install after applying it). Comments welcome.<br>
<p>
--david<br>
<pre>
--
--- backend/Makefile.in Wed Oct 8 22:00:19 1997
+++ backend/Makefile.in~ Sat Oct 4 20:52:07 1997
@@ -89,14 +89,10 @@
|| exit 1; \
done
@$(LIBTOOL) $(MINST) --finish $(libdir)
- rm -f $(libdir)/libsane.a $(libdir)/libsane.so \
- $(libdir)/libsane.so.$(V_MAJOR)*
- ln -s libsane-dll.a $(libdir)/libsane.a
+ rm -f $(libdir)/libsane.so.$(V_MAJOR)
ln -s libsane-dll.so $(libdir)/libsane.so
- @cd $(libdir) &amp;&amp; for n in libsane-dll.so.$(V_MAJOR)*; do \
- nn=`echo $$n | sed s,^libsane-dll,libsane,`; \
- ln -s $$n $$nn; \
- done || exit 1
+ rm -f $(libdir)/libsane.a
+ ln -s libsane-dll.a $(libdir)/libsane.a
@list="$(CONFIGS)"; for cfg in $$list; do \
if test ! -r $(srcdir)/$${cfg}; then continue; fi; \
if test -f $(configdir)/$${cfg}; then \
<p>
<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="0034.html">Didier Carlier: "Re: segfault with sane-umax"</a>
<li> <b>Previous message:</b> <a href="0032.html">Peter Daum: "Re: segfault with sane-umax"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0045.html">Vance Stith: "RE: libsane.so.0 error."</a>
<li> <b>Reply:</b> <a href="0045.html">Vance Stith: "RE: libsane.so.0 error."</a>
<!-- reply="end" -->
</ul>