‘Afsql’ error on syslog-ng resolved

Loading

I encountered the `module=’afsql’` error after the installation of syslog-ng on CentOS 6.5.

The error is as below:-
Plugin module not found in 'module-path'; module-path='/lib64/syslog-ng', module='afsql'

I’ve resolved the problem based on this forum discussion. [thanks]

The solution is to install syslog-ng-libdbi using the following command.

yum install syslog-ng-libdbi

1 thought on “‘Afsql’ error on syslog-ng resolved”

Leave a Comment