Hi everybody,
I am attempting to run BIND on a TinyCore install. I have gone through the installation process for "bind.tcz" which completed successfully and I am just trying to start the service, however I get an error.
tc@server1:/etc/init.d/services$ pwd
/etc/init.d/services
tc@server1:/etc/init.d/services$ sudo named
named: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
tc@server1:/etc/init.d/services$ sudo httpd
httpd (pid 3376) already running
I noticed BIND had a dependency on openssl, I have installed that. I searched for XML in the AppBrowser and found "xmlrpc" which I thought might contain the missing library to no avail.
Any assistance is greatly appreciated.