LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Berkeley db upgrade (https://www.linuxquestions.org/questions/slackware-14/berkeley-db-upgrade-367243/)

Dankles 09-26-2005 01:55 PM

Berkeley db upgrade
 
I'm trying to upgrade Berkeley db from 4.2 to 4.3 but i dont know how.
I downloaded the file from there website, extracted it, but all it contains are directories.
normaly i do a:
./configure --prefix={pkgdir}
make
make install
cd /{pkgdir}
makepkg

but there is nothing to configure.
this must be a silly question, but i'm am a silly man.

thanks

dunric 09-26-2005 03:05 PM

Look or tweak and use SlackBuild script found in Slackware's source/l/db4 directory.
There is something like this construction:
Code:

../dist/configure \
  --prefix=/usr \
  --enable-shared \
  --enable-rpc \
  --enable-compat185 \
  $ARCH-slackware-linux
make -j3
make install DESTDIR=$PKG



All times are GMT -5. The time now is 03:36 PM.