julien wrote: > I succeeded to execute your command " svn update and svn diff", endeed I use > > " svn checkout http://openisp.net/public-svn/unxsVZ/trunk unxsVZ " rather > than > " svn export" and I can see the repertory ".svn" . > > Now, there is a problem with the command " make and make install". > Endeed I have this output : > > > 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 > tblock.o: In function `ExttBlockCommands': > tblock.c:(.text+0x684): undefined reference to `uGetNumIPs' > tblock.c:(.text+0x997): undefined reference to `uGetNumIPs' > tblock.c:(.text+0x9a9): undefined reference to `uGetNumNets'
You need to install some libs You need to cd unxsVZ/unxsCIDRLib, make , make install and also cd unxsVZ/unxsTemplateLib, make, make install then make the unxsBind again you should also know how to use make clean Good luck! -- AM Support Staff Unixservice, LLC. +1 310-356-6265 +1 630-206-9449 http://unixservice.com 155 S.E. 16th Ave Portland, Oregon 97214 USA No binding contract will be made between an employee of Unixservice and a third party either verbally or by email, until a written document has been signed on behalf of Unixservice. This e-mail is intended only for the use of the addressees named above and may be confidential. If you are not an addressee you must not use any information contained in nor copy it nor inform any person other than the addressees of its existence or contents. _______________________________________________ unxsBind mailing list [email protected] https://lists.openisp.net/mailman/listinfo/unxsbind
