<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
</head>
<body style="font-family:Arial">
<p>Dear Olaf,<br>
<br>
I followed your instructions and I have the scanner working now after some says of total despair! <strong><span style="background-color:#f1c40f;">Thank you</span></strong> so much, you really made my day! I wish you all the best!<br>
<br>
My regards from Portugal.<br>
<br>
<br>
Joao Teodosio</p>
<p> </p>
<p>Citando Olaf Meeuwissen <<a href="mailto:paddy-hack@member.fsf.org">paddy-hack@member.fsf.org</a>>:</p>
<blockquote style="border-left:2px solid blue;margin-left:2px;padding-left:12px;" type="cite">
<p>Hi João,<br>
<br>
João Teodósio writes:</p>
<blockquote style="border-left:2px solid blue;margin-left:2px;padding-left:12px;" type="cite">
<p>Hello!<br>
<br>
I recently upgrade to Ubuntu 18.04 and my Brother DCP-150C scanner<br>
isn't working. I have sane-utils installed and I did all the<br>
procedures as stated here:<br>
<a href="https://sites.google.com/site/easylinuxtipsproject/15" target="_blank">https://sites.google.com/site/easylinuxtipsproject/15</a></p>
</blockquote>
I took a quick look at those instructions.  They include this<br>
<br>
sudo ln -sf /usr/lib64/libbrscandec*.so* /usr/lib<br>
sudo mkdir -p /usr/lib/sane<br>
sudo ln -sf /usr/lib64/sane/libsane-brother*.so* /usr/lib/sane<br>
<br>
but it looks like Ubuntu has dropped /usr/lib/ and nowadays only looks<br>
for libraries in /usr/lib/x86_64-linux-gnu/.  See<br>
<br>
<a href="https://alioth-lists.debian.net/pipermail/sane-devel/2018-July/036265.html" target="_blank">https://alioth-lists.debian.net/pipermail/sane-devel/2018-July/036265.html</a><br>
<br>
You can clean up the result of the instructions above with<br>
<br>
sudo rm /usr/lib/sane/libsane-brother*.so*<br>
sudo rmdir /usr/lib/sane<br>
sudo rm /usr/lib/libbrscandec*.so*<br>
<br>
and instead use<br>
<br>
sudo ln -sf /usr/lib64/libbrscandec*.so* /usr/lib/x86_64-linux-gnu<br>
sudo mkdir -p /usr/lib/x86_64-linux-gnu/sane<br>
sudo ln -sf /usr/lib64/sane/libsane-brother*.so* /usr/lib/x86_64-linux-gnu/sane<br>
<br>
This is all untested but I think this will fix things for you.<br>
<br>
Hope this helps,<br>
--<br>
Olaf Meeuwissen, LPIC-2            FSF Associate Member since 2004-01-27<br>
GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13  F43E B8A4 A88A F84A 2DD9<br>
Support Free Software                        <a href="https://my.fsf.org/donateJoin" target="_blank">https://my.fsf.org/donateJoin</a> the Free Software Foundation              <a href="https://my.fsf.org/join" target="_blank">https://my.fsf.org/join</a></blockquote>
<p><br>
 </p>
</body>
</html>