Creation and installation of this extension requires the db++
client libraries and header files to be installed on your system.
You have to run
configure
with option
--with-dbplus
to build this extension.
configure
looks for the client libraries and
header files under the default paths
/usr/dbplus
,
/usr/local/dbplus
and
/opt/dblus
. If you have installed db++ in a
different place you have add the installation path to the
configure
option like this:
--with-dbplus=/your/installation/path
.