If you just installed dnsadmin 0.9, it appears that there are a number of problems with it. I just loaded it on FreeBSD 5.0 and I am unable to get it to work properly. I thought it was going to maintain data in a mysql database, but I can't get dnsadmin to look in a database, it seems to be looking in the tinydns data file?
Thorsten wrote:
hi there....I couldn't get it to configure and make any of the utilities, dnsloadzond, dnsfix or dnsdata. It turns out that there are executables of those utilities in the 0.9 release directory, but they won't work on FreeBSD 5.0. They appear to be: dnsloadzone: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped, according to Mr. Aldrich, who is the only person that seems to be looking at this mail list in the last week.
i've just installed dnsadmin and ran into trouble.
i can add or delete a domain. but when i click on view domain and enter the name of the just created domain i get an error 500. when i enter a non existend domainname everthing runs fine (at least it seems to).
another question / problem is how do i compile the dnsloadzone & co ? i can't find anything in my makefile / configure-script.
I was able to glean a way to build the utilities from an older thread:
gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c dnsutil.c
gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c dnsloadzone.c
gcc -g -O2 -Wall -o dnsloadzone dnsloadzone.o dnsutil.o -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
seems to work for dnsloadzone.
gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c dnsfix.c
gcc -g -O2 -Wall -o dnsfix dnsfix.o -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
seems to work for dnsfix.
I tried:
gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c dnsdata.c
gcc -g -O2 -Wall -o dnsdata dnsdata.o -L/usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt
for dnsdata, and it starts working, but dies with a segmentation fault after processing 100 records or so???
I asked for help on this listserv but nothing heard, so I emailed Inter7 two days ago ... nothing heard so far.
Regards -- Dean Billing
thanks in advance
- - -- ---- ----------------------------------------- --- -- - - Internet and other Computer Solutions Voss und Piepenbring GbR
email: [EMAIL PROTECTED] web: www.bummel.de
