[email protected] wrote:
> Hi all,
>
> I'm trying build Firefox following the BLFS book instructions.
> Initially I did not build the 'Recommended' dependencies (as opposed
> to 'Required'), but it turns out they are actually required, the
> configure script fails without them. So I built all of them,
> including SQLite. Then the configure script runs fine, the build
> starts, but at some point it fails, complaining about SQLite symbols
> not found (log below).
>
> I've checked that I do have the sqlite lib in /usr/lib, and I used
> 'nm' to confirm that the missing symbols are there. But I can see in
> the compilation command that there is no -l option for libsqlite...
>
> How can I fix this so that the build finds SQLite ?

Try running ldconfig (as root) and then restart the make.  The second 
thing to try is to delete the build directory and restart the build.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to