WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TinyCore and Bind9  (Read 2153 times)

Offline dlyxzen

  • Newbie
  • *
  • Posts: 2
TinyCore and Bind9
« on: November 28, 2016, 09:16:21 AM »
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.


Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: TinyCore and Bind9
« Reply #1 on: November 28, 2016, 09:36:45 AM »
You can use the "Provides" feature of the apps browser to search for specific files.

libxml2.tcz

Download a copy and keep it handy: Core book ;)

Offline dlyxzen

  • Newbie
  • *
  • Posts: 2
Re: TinyCore and Bind9
« Reply #2 on: November 29, 2016, 02:30:38 AM »
You can use the "Provides" feature of the apps browser to search for specific files.

libxml2.tcz

Hey mate, I wasn't aware of that, that's dam useful. I installed that libxml2 package using this method and my named service now starts. Thanks for the reply.