root wrote:

> Thank Mr.Poczterski and Mr.Holstein ,

Pocztarski

>  I have try to upgrade my old
> perl version to 5.6.1.
>  The only problem is Syslog beacuse in the test steps  I have
>  /lib/syslog.t failed test 5.
>
>  The error is  in the row 58:
>
>   print defined(eval { openlog('perl','ndelay',local0')}) ? "ok 5\n" :
> "not ok5\n";

Do you know what kind of error was it?
What do you got running the code below?

  print defined eval {openlog qw(x x x)} ? "ok\n" : "error: $@\n";

> is a problem of syslogd or /etc/syslog.conf ?

Have you ever had any other problems with syslog?

- RaFaL Pocztarski, [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to