<<mod_client.conf>> <<mod_server.conf>> Hi all, This is Hithendra. I have succefully compiled and installed syslog-ng-3.4 version on Solaris Sparc10. I have used the following options while configuring syslog-ng. ./configure --with-ssl=/usr/local/ssl/ --enable-ssl --enable-sun-streams When I try to run the client /usr/local/sbin/syslog-ng -f /export/home/root/syslog_conf/mod/syslog-ng_client.conf --> I am getting the following error. A02-LEM-CSLPN01A# /usr/local/sbin/syslog-ng -f /export/home/root/syslog_conf/mod/syslog-ng_client.conf WARNING: Configuration file format is too old, please update it to use the 3.4 format as some constructs might operate inefficiently; Error parsing source, source plugin sun-streams not found in /export/home/root/syslog_conf/mod/syslog-ng_client.conf at line 14, column 18: source s_local { sun-streams("/dev/log"); udp(ip(0.0.0.0) port(514)) ;}; ------------------------------------------------------------------------ --------------------------------------------------- When I try to run the server A02-LEM-CSLPN01A# /usr/local/sbin/syslog-ng -f /export/home/root/syslog_conf/mod/syslog-ng_server.conf --> I am getting the following error WARNING: Configuration file format is too old, please update it to use the 3.4 format as some constructs might operate inefficiently; Using a global log-iw-size() option was removed, please use a per-source log-iw-size(); Error parsing afsocket, syntax error, unexpected LL_IDENTIFIER in /export/home/root/syslog_conf/mod/syslog-ng_server.conf at line 21, column 13: tls( ^^^ Can somebody help here in identifying issue and provide some input on how to get rid of it. Please find the attached conf files. Thanks Hithendra