I downloaded DNS loaddata and am trying to use it on a Gentoo unstable system. My version of MySQL is 4.0.16. When trying to update the DNS database with the information from djbdns using the dnsloaddata tool I get the following output:
[EMAIL PROTECTED] dnsadmin-0.9 # ./dnsloaddata ./dnsloaddata: error while loading shared libraries: libmysqlclient.so.10: cannot open shared object file: No such file or directory After searching for the library file, I found it was used in MySQL version 3.something. In any case, I tried putting the library file (manually downloaded) into both of the default mysql folders for the install but still get the same output as above. Another step I took to resolve the issue is try to remake the file on my own. However, I get roughly about 50 syntax errors origionating with the fact that the mysql.h file is not present. Any ideas on what I should do about making the file or where I should place libmysqlclient.so.1 to get dnsloaddata to work? -Bowzer [EMAIL PROTECTED]
