The only thing I would add to that is using different arguments to configure, so that it overwrites the existing copy of sane-backends. Otherwise, you have to mess around with ld to get it to load the copy in /usr/local first.
so, I would do: cd sane-backends ./configure --prefix=/usr --sysconfdir=/etc make sudo make install On Tue, Dec 14, 2010 at 7:05 PM, Tomas Pospisek <tpo_deb at sourcepole.ch> wrote: > On Wed, 15 Dec 2010, Thomas De?Contes wrote: > >> Le 14 d?c. 2010 ? 12:32, _nOx_ a ?crit : >>> >>> I have bought a Lide 110 Too. >>> Today (Tuesday 14 december) I have download (on git tree) and compil the >>> sane-backend, but my scan is not recongnized. >> >> Hi :-) >> >> Where could I find a tutorial to make this compilation, please ? >> i'm pretty new to linux, and i don't plan to compile many things, i just >> need to get my scanner working :-) >> >> >> i have installed git-core >> >> looking at http://www.sane-project.org/cvs.html , i tried >> git git://git.debian.org/sane/sane-backends.git >> and >> git checkout git://git.debian.org/sane/sane-backends.git >> >> and i'm blocked there, now > > On Debian/Ubuntu that would be: > > ?$ sudo vim /etc/apt/sources.list # uncomment the relevant deb-src lines > there > ?$ sudo apt-get update > ?$ sudo apt-get build-dep libsane > ?$ sudo apt-get install build-essential > ?$ cd sane-backends > ?$ ./configure > ?$ make > ?$ sudo make install > > with a bit of luck that should do. > *t > -- > sane-devel mailing list: sane-devel at lists.alioth.debian.org > http://lists.alioth.debian.org/mailman/listinfo/sane-devel > Unsubscribe: Send mail with subject "unsubscribe your_password" > ? ? ? ? ? ? to sane-devel-request at lists.alioth.debian.org > -- "The truth is an offense, but not a sin"
