[Pdns-users] pdns latest from git: make install doesn't install nodnssec-3.x_to_3.4_schema.mysql.sql et al
Thomas Mieslinger
miesi at pc-h.de
Fri Jul 4 07:31:03 UTC 2014
Hi,
pdns release Versions like 3.3.1 do copy the database schema files to
/usr/share/doc/pdns with make install.
The latest pdns/modules/gmysqlbackend/Makefile.am from git does mention
the new schema file (schema.mysql.sql
nodnssec-3.x_to_3.4_schema.mysql.sql dnssec-3.x_to_3.4_schema.mysql.sql)
in DIST_EXTRA, but make install does not place them under
/usr/share/doc/pdns.
Could you please take a look?
Thanks Thomas
P.S.: How to reproduce:
Centos 6.5, ragel, flex, bison, make, xmlto, make, gcc, gcc-c++,
libtool, boost-devel and so on installed
git clone https://github.com/PowerDNS/pdns.git
cd pdns
./bootstrap
./configure --sysconfdir=/etc/pdns --libdir=/usr/lib64 --disable-static
--with-modules='' --with-system-polarssl --with-lua
--with-dynmodules='gmysql gpgsql pipe remote geo ldap lua gsqlite3 bind'
--enable-cryptopp --enable-tools --docdir=/usr/share --mandir=/usr/share
make -j 8
make install DESTDIR=/tmp/pdns-git
More information about the Pdns-users
mailing list