[Pdns-users] pdns-recursor don't compiling lua error / svn address wrong

2012-05-02 Thread Serge
Hi All, I have problem with compiling pdns-recursor-3.4-pre I'm no linux guru and not understand how to link to right library. System: centos el5 64 [root@u136 pdns-recursor-3.4-pre]# LUA=1 CXXFLAGS=-I./boost_1_39_0/ make all error: /usr/bin/ld: cannot find -llua5.1 collect2: ld returned 1 exit st

Re: [Pdns-users] PowerDNS Authoritative Server 3.1-rc3 (FINAL!) released

2012-05-02 Thread Christof Meerwald
Hi, [ moving to pdns-users mailing list ] On Wed, May 02, 2012 at 08:53:48PM +0200, Christof Meerwald wrote: > After migrating the DNSSEC keys to a separate db for the bind backend, > it now works fine with 3.1-rc3. Actually, no - that doesn't fully work either. After removing the key material

Re: [Pdns-users] PowerDNS Authoritative Server 3.1-rc3 (FINAL!) released

2012-05-02 Thread Christof Meerwald
On Wed, 2 May 2012 21:23:21 +0200, Christof Meerwald wrote: > BTW, I can't remove the gsqlite3 backend as I am using that for slave > zones - only the primary zones are using the bind backend. > > I am currently using: > > launch=gsqlite3,bind > > Swapping the order to bind,gsqlite3 would make DNSS

Re: [Pdns-users] pdns-recursor don't compiling lua error / svn address wrong

2012-05-02 Thread Kees Monshouwer
Hello Serge, LUA=1 LUA_CPPFLAGS_CONFIG=-I/usr/include LUA_LIBS_CONFIG=-llua-5.1 make should do the trick. Regards, Kees Monshouwer On 2-5-2012 17:32, Serge wrote: Hi All, I have problem with compiling pdns-recursor-3.4-pre I'm no linux guru and not understand how to link to right library. Sy