On Wed, Oct 25, 2017 at 6:02 PM, Baho Utot <baho-u...@columbus.rr.com> wrote:
> When building on a raspberry-pi 2:
>
> tar xvf rpm-4.14.0.tar.bz2
> cd rpm-4.14.0
> tar ../db-4.5.20.tar.gz
> ln -s db-4.5.10 db
> ./autogen.sh --noconfigure
> ./configure --with-crypto=openssl --without-lua
> make
>
> Fails with file not found db.h
>
> When I do the same with rpm-4.13.0.1 it works as then configure stage
> creates db.h

If those are actually your steps, I see at least two things wrong:

1. I think the minimum is BDB 4.8 (though BDB 5 is recommended)
2. The symlink you're creating isn't valid, as the path is wrong.


-- 
真実はいつも一つ!/ Always, there's only one truth!
_______________________________________________
Rpm-ecosystem mailing list
Rpm-ecosystem@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-ecosystem

Reply via email to