Results 1 to 2 of 2
hello all,
trying to install mydns instead of using bind. I'm at the creating table stage and run this command as per instructions:
mydns --create-tables | mysql -h host -u ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-26-2006 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 1
SUSE 10 & MyDNS
hello all,
trying to install mydns instead of using bind. I'm at the creating table stage and run this command as per instructions:
mydns --create-tables | mysql -h host -u username -p mydns
and this is what i am getting:
bash: mydns: command not found
has anyone got mydns to work and if so did they encounter this problem.
thank u
- 04-27-2006 #2Just Joined!
- Join Date
- Apr 2006
- Posts
- 2
Hi,
did the "make" run correctly or did you use a rpm file?
Try this:
Locate the "mydns" binary, by "locate mydns" or "find / -name mydns"
Then "chmod" the binary, by "chmod +x where_you_locate_the_binary"
Then try your command again, if it not work try this.
Create a symbolic link "ln -s where_you_locate_the_binary /usr/sbin/mydns"
And then try it again.
Otherwise, i need more information.


Reply With Quote
