[Opendnssec-user] Re: [Opendnssec-announce] OpenDNSSEC 1.0.0b5

Fredrik Pettai pettai at nordu.net
Mon Nov 2 20:57:33 UTC 2009


On 11/2/09 8:52 AM, Rickard Bellgrim wrote:
> The 5th beta-version of OpenDNSSEC has been released.
>
> The following things are new for this release:
>
>      * Reintroduce MySQL for enforcer back-end on an experimental footing

[re-post, to the correct list this time.]

Hi,

Looks like this also introduced a bug during configure (@NetBSD):

checking for ldns_rr_new in -lldns... yes
checking for ldns_sha1... yes
./configure.lineno: 26471: Syntax error: Bad substitution
configure: error: ./configure failed for enforcer
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/wip/opendnssec
...


 From the work/OpenDNSSEC/enforcer/config.log

configure:6494: c++ -E -I/usr/pkg/include -I/usr/include 
-I/usr/pkg/include/pyth
on2.5 -I/usr/pkg/include/mysql conftest.cpp
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:6501: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "opendnssec-enforcer"
| #define PACKAGE_TARNAME "opendnssec-enforcer"
| #define PACKAGE_VERSION "1.0.0b5"
...


# vi +26464 work/OpenDNSSEC/enforcer/configure.lineno

cat >>confdefs.h <<_ACEOF
#define SQL_SETUP "$prefix/share/opendnssec/database_create.mysql"
_ACEOF

     if test -z "$MYSQL"; then
         { { $as_echo "$as_me:26469: error: mysql not found" >&5
$as_echo "$as_me: error: mysql not found" >&2;}
    { (exit 1); exit 1; }; }  <<<<<<<<<< BAILOUT
     fi
     if test -x "$MYSQL_CONFIG"
     then
         { $as_echo "$as_me:26475: checking mysql version" >&5
$as_echo_n "checking mysql version... " >&6; }
         MYSQL_VERSION="`$MYSQL_CONFIG --version`"
         { $as_echo "$as_me:26478: result: $MYSQL_VERSION" >&5
$as_echo "$MYSQL_VERSION" >&6; }
         if test ${MYSQL_VERSION//.*/} -le 4 ; then

Regards,
/P



More information about the Opendnssec-user mailing list