Re: [rt-users] Syslog Problem Under Solaris 10 (Re: RT 3.8 beta 2 now available)

2008-05-08 Thread Ruslan Zakirov
All options in 3.8 have to be set using Set() function: Set( @LogToSyslogConf, socket = 'stream' ); No more unless checks, no more difference for arrays or hashes. On Thu, May 8, 2008 at 8:55 AM, Alan Cheng [EMAIL PROTECTED] wrote: Hi all, Anyone tried to install RT-3.7.85 under Solaris 10?

Re: [rt-users] Syslog Problem Under Solaris 10 (Re: RT 3.8 beta 2 now available)

2008-05-08 Thread Alan Cheng
Hi Ruslan, All options in 3.8 have to be set using Set() function: Set( @LogToSyslogConf, socket = 'stream' ); Thank you very much for the information. That fixed the syslog problem! Now I need to figure out why RT is complaining about Config... I did check all required Perl modules are

Re: [rt-users] Syslog Problem Under Solaris 10 (Re: RT 3.8 beta 2 now available)

2008-05-08 Thread Alan Cheng
This is more encouraging - running without SSL works OK. Thanks, Alan Alan Cheng wrote: Hi Ruslan, All options in 3.8 have to be set using Set() function: Set( @LogToSyslogConf, socket = 'stream' ); Thank you very much for the information. That fixed the syslog problem! Now I need to

Re: [rt-users] Syslog Problem Under Solaris 10 (Re: RT 3.8 beta 2 now available)

2008-05-08 Thread Alan Cheng
Fixed. Misconfiguration in httpd.conf...of course! :) Both SSL and non-SSL work now. The default web2 theme looks great. Thanks, Alan Alan Cheng wrote: This is more encouraging - running without SSL works OK. Thanks, Alan Alan Cheng wrote: Hi Ruslan, All options in 3.8 have to be

[rt-users] Syslog Problem Under Solaris 10 (Re: RT 3.8 beta 2 now available)

2008-05-07 Thread Alan Cheng
Hi all, Anyone tried to install RT-3.7.85 under Solaris 10? I can't work around the syslog problem while executing make initialize-database even with the following in my RT_SiteConfig.pm: @LogToSyslogConf = ( socket = 'stream' ) unless (@LogToSyslogConf); Also tried inet and native without