wgregori
October 13th, 2008, 04:26 PM
I'm trying to install "Berkeley DB" on my ubuntu server. The docs for Berkeley DB specify to run the make command... When I do I get the following message:
make: *** No targets specified and no makefile found. Stop.
I've never used the Make command... to install the command I dis "apt-get make install" Are there additional steps too?
~~~~~~~~~~~~~~ snippet from Berkeley DB Install Docs ~~~~~~~~
The Berkeley DB distribution uses the Free Software Foundation's autoconf and libtool tools to build on UNIX platforms. In general, the standard configuration and installation options for these tools apply to the Berkeley DB distribution.
To do a standard UNIX build of Berkeley DB, change to the build_unix directory and then enter the following two commands:
../dist/configure
make
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~
Thanks,
Wayne
make: *** No targets specified and no makefile found. Stop.
I've never used the Make command... to install the command I dis "apt-get make install" Are there additional steps too?
~~~~~~~~~~~~~~ snippet from Berkeley DB Install Docs ~~~~~~~~
The Berkeley DB distribution uses the Free Software Foundation's autoconf and libtool tools to build on UNIX platforms. In general, the standard configuration and installation options for these tools apply to the Berkeley DB distribution.
To do a standard UNIX build of Berkeley DB, change to the build_unix directory and then enter the following two commands:
../dist/configure
make
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~
Thanks,
Wayne