Skip to content
Prev 3189 / 12125 Next

[R-pkg-devel] SystemRequirements: Berkeley DB STL

Hi Dirk thanks for the helpful response.
On Wed, Oct 24, 2018 at 5:09 AM Dirk Eddelbuettel <edd at debian.org> wrote:

            
I have emailed Kurt about this.
Judging from Uwe's non-response to my email requests, Jeroen's rwinlibs may
be a better option -- but what is that? I am not familiar with rwinlib.
Where are the docs?
I emailed Simon about this and he added to his recipes so hopefully that
will work,
https://github.com/s-u/recipes/commit/b61ee4d82b58f0114475c790f0844f98b918be01
In theory Solaris should not be hard -- the installation from source is
pretty much a standard configure && make && make install.

curl -OL http://download.oracle.com/berkeley-db/db-6.2.23.NC.tar.gz
tar xf db-6.2.23.NC.tar.gz
cd db-6.2.23.NC/build_unix
../dist/configure --prefix=$HOME --enable-stl
make
make install


BTW in response to Hong: sorry for linking to the wrong wiki page -- in
fact PeakSegDisk does NOT depend on any UCSC tools. Just Berkeley DB STL
C++ library.