After continued attempts and failure i managed to compile iDNS.cgi, BUT when I go for the rest: admin,vorg and org. I get this error:
cc -c main.c -o main.o -Wall main.c: In function âhtmlFooterâ: main.c:381: error: âLOCALCOPYRIGHTâ undeclared (first use in this function) main.c:381: error: (Each undeclared identifier is reported only once main.c:381: error: for each function it appears in.) make: *** [main.o] Error 1 I could define LOCALCOPYRIGHT but I have no clue what this "should" be.. any pointers? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Espen Erstad Sent: 14. august 2012 17:25 To: User and developer community Subject: Re: [unxsBind] FW: Hello Ok. So i realized the problem with the missing lucidr and compiled that.. I believe now to have all the pre-req's mentioned for compiling this, yet I ran into another error during compiling now: cgi.c:116: error: conflicting types for âgetlineâ /usr/include/stdio.h:673: note: previous declaration of âgetlineâ was here make: *** [cgi.o] Error 1 Do you have any clues what this might be caused by ? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Espen Erstad Sent: 13. august 2012 21:42 To: User and developer community Subject: Re: [unxsBind] FW: Hello Ok . I tried compiling but got prompted this error: cc tzone.o tresource.o trrtype.o tjob.o tmailserver.o tconfiguration.o tnstype.o tnsset.o tns.o tserver.o ttemplate.o ttemplateset.o ttemplatetype.o tlog.o tlogtype.o tblock.o tview.o tregistrar.o tglossary.o tzoneimport.o tresourceimport.o tmonthhit.o tmonth.o tlogmonth.o thit.o thitmonth.o tdeletedzone.o tdeletedresource.o tclient.o tauthorize.o bind.o main.o import.o extjobqueue.o cgi.o mysqlconnect.o -o iDNS.cgi -L/usr/lib/mysql -L/usr/lib/openisp -lz -lcrypt -lm -lssl -lucidr -lmysqlclient /usr/bin/ld: skipping incompatible /usr/lib/openisp/libucidr.a when searching for -lucidr /usr/bin/ld: cannot find -lucidr collect2: ld returned 1 exit status make: *** [iDNS.cgi] Error 1 Tell me are there other files than local.h, that I better look at aswell ? As you said you have a bit of a lacking documentation! But props for quick replies here :) thanks. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Unixservice Support Sent: 13. august 2012 18:34 To: User and developer community Subject: Re: [unxsBind] FW: Hello On 8/13/2012 13:21, Espen Erstad wrote: > Yeah i changed this, but when i use the block assignment tools for > assigning a CIDR block. It gets filled with dnx.unixservice > xxx.xxx.xxx.xxx ASSIGNED > > Is there any good solution to importing bind .db files and zone files ? > Sounds like a bug. Probably in import.c or bind.c edit to fix and compile. import.c should have a working parser to import BIND db files. But is not beyond simplistic beta level code. _______________________________________________ unxsBind mailing list [email protected] https://lists.openisp.net/mailman/listinfo/unxsbind _______________________________________________ unxsBind mailing list [email protected] https://lists.openisp.net/mailman/listinfo/unxsbind _______________________________________________ unxsBind mailing list [email protected] https://lists.openisp.net/mailman/listinfo/unxsbind _______________________________________________ unxsBind mailing list [email protected] https://lists.openisp.net/mailman/listinfo/unxsbind
