Prob building kdevelop using konstruct
Job 317
job317 at mailvault.com
Tue Mar 2 15:05:02 GMT 2004
On 2-Mar-2004 03:30:18 +0100, you wrote:
> Job 317 wrote:
> > Help,
> >
> > I am installing KDE3.2 on a RedHat 9 box using konstruct. So far,
so
> > good but when I cd to the ~/konstruct/apps/kdevelop directory and
> > execute 'make install' I get a Berkeley DB configuration error:
> >
> > checking for Berkeley DB >= 3... configure: error: no - please
install
> > Berkeley DB _= 3
> >
> > 'rpm -qa | grep -i db' returns:
> > db4-4.0.14-20
>
> Very good! You found your problem. You don't have
db4-devel-4.0.14-20
>
O.K. I installed the db4-devel rpm and all is good so far. Gracias.
> > As a sanity check I also built the db-4.2.52.tar.gz package using
the
> > standard 'make; make install' command and still no luck with
building
> > kdevelop.
> >
> That didn't work because it (as default) installs it in:
> "/usr/local/BerkeleyDB.4.2/" and configure won't find it unless told
where
> to look.
>
> So, either install the 'devel' package and remove the version built
from
> source, or remove the RPM and tell the configure script, and the
linker
> where to find BerkeleyDB.
>
> ./configure --with-db-dir=/usr/local/BerkeleyDB.4.2 \
> --with-extra-includes=/usr/local/BerkeleyDB.4.2/include \
> --with-extra-libs=/usr/local/BerkeleyDB.4.2/lib
>
> You might or might not need the second and third ones depending on
what
> configure is doing.
>
> Then [as root], add this to: "ld.so.conf":
>
> /usr/local/BerkeleyDB.4.2/lib
>
> and execute:
>
> ldconfig
I had done all of this except for changing the configure arguements. Of
course I see the irony of trying to build KDEVELOP yet encountering
development problems ;) Live and learn.
JOB
>
> --
> JRT
> ___________________________________________________
> This message is from the kde mailing list.
> Account management: https://mail.kde.org/mailman/listinfo/kde.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.
>
-------------- next part --------------
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
More information about the kde
mailing list