[httpd] mod_dnssd.so into server: libavahi-common.so.3

2020. 10. 12. 08:00IT/WEB

httpd version: 2.2.15

 

If you put the httpd module to be used in the 'modules/' directory, it will works.

But for 'mod_dnssd', you need to install the package of the module.

 

When I just added the module file in 'modules/', the error occurred like under.

Cannot load /etc/httpd/modules/mod_dnssd.so into server: libavahi-common.so.3: cannot open shared object file: No such file or directory

 

In this case, you can easily solve the problem like this.

# yum install mod_dnssd -y

 

And maybe a httpd reboot will be required.

# service httpd restart