> On 2012/02/19 14:56, mailingl...@modernbiztonsag.org wrote:
>> > Is there any difference if you use the pre-built packages?
>> I've tried with the packages downloaded from here:
>> ftp://ftp.openbsd.org/pub/OpenBSD/5.0/packages/i386/
>>
>> They are working, but they're older, version 2.9.22. The version in
>> ports
>> tagged as OPENBSD_5_0 is 2.9.22.6.
>>
>> Best regards,
>> Mate
>
> Can you try cvs up -r OPENBSD_5_0_BASE in the powerdns port dir and
> see if those work?
>
> I am trying to ascertain whether the problem is with something in the
> build environment, or if it's with the port itself.
>
> Thanks.
>

Sure, it was built and it is running perfectly. It's the same version as
the pre-built package, so 2.9.22p0.

Also the one in OPENBSD_5_0 throws a configuration warning:
configure: WARNING: unrecognized options: --without-ldap,
--disable-silent-rules

I know it's not related to my problem, but according to the configure
script ldap support is removed from this version.

Best regards,
Mate

>
>> >
>> > On 2012/02/19 10:43, Gabri Mate wrote:
>> >> Dear List,
>> >>
>> >> i've compiled powerdns with mysql support from ports on a clean 5.0
>> i386
>> >> install. When the pdns_server tries to load the libgmysqlbackend.so
>> it
>> >> exits with the following error:
>> >>
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend6lookupERK5QTypeRKSsP9DNSPacketi'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend3getER17DNSResourceRecord'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend4listERKSsi'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN10DNSBackend6getSOAERKSsR7SOADataP9DNSPacket'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend8isMasterERKSsS1_'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend16startTransactionERKSsi'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend17commitTransactionEv'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend16abortTransactionEv'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend10feedRecordERK17DNSResourceRecord'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend13getDomainInfoERKSsR10DomainInfo'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol
>> >> '_ZN11GSQLBackend20getUnfreshSlaveInfosEPSt6vectorI10DomainInfoSaIS1_EE'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol
>> >> '_ZN11GSQLBackend17getUpdatedMastersEPSt6vectorI10DomainInfoSaIS1_EE'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend8setFreshEj'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend11setNotifiedEjj'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol
>> >> '_ZN11GSQLBackend18superMasterBackendERKSsS1_RKSt6vectorI17DNSResourceRecordSaIS3_EEPSsPP10DNSBackend'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackend17createSlaveDomainERKSsS1_S1_'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZTI11GSQLBackend'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZTV11GSQLBackend'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZTV10DNSBackend'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN10DNSBackend6getArgERKSs'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_Z4itoai'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN6LoggerlsENS_7UrgencyE'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN14BackendFactory7declareERKSsS1_S1_S1_'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN6LoggerlsERFRSoS0_E'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN10DNSBackend11getArgAsNumERKSs'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN6LoggerlsERKSs'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_Z13BackendMakersv'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN11GSQLBackendC2ERKSsS1_'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_ZN17BackendMakerClass6reportEP14BackendFactory'
>> >> pdns_server:/usr/local/lib/powerdns/libgmysqlbackend.so: undefined
>> >> symbol '_Z4theLRKSs'
>> >> Feb 19 10:38:06 Unable to load module
>> >> '/usr/local/lib/powerdns/libgmysqlbackend.so': Cannot load specified
>> >> object
>> >> Feb 19 10:38:06 dnsbackend unable to load module in gmysql
>> >>
>> >> First i've compiled with the following FLAVOR setup: FLAVOR="no_pgsql
>> >> no_sqlite no_sqlite3". Then i've just just used the "-mysql"
>> SUBPACKAGE
>> >> option, so all the backend libraries were compiled but only the mysql
>> >> package was installed beside the core. The results were the same.
>> >>
>> >> I've tried Google but nothing useful has come up.
>> >>
>> >> Is anyone out there who managed to run powerdns with mysql support?
>> >>
>> >> Best regards,
>> >> Mate
>> >>
>> >
>> >
>> >
>>
>
>
>

Reply via email to