On Wednesday 18 February 2004 00:08, Cory Syvenky wrote: > Can somebody please shed some light on why I cannot configure kdevelop > 3.0.1 on my SuSE 9 machine? When I run the following command: > > ./configure --prefix=$KDEDIR > --with-kdelibsdoxy-dir=$KDEDIR/share/doc/HTML/ en/kdelibs-apidocs > > I get this... > > ... tonnes of output... > checking for Berkeley DB >= 3... configure: error: no - please install > Berkeley DB >= 3 > > I thought I had > 3 > > > rpm -q db db40 > > db-4.1.25-76 > > db40-4.0.14-65 > > cS
You need to instal the -devel package for berkeley DB. Usually the case for compilation from source. That's why configure is failing ... it can not find the needed header files. AFAIK Andy _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

