Re: [squid-users] log_db_daemon errors

2023-11-02 Thread Brendan Kearney
On 11/2/23 2:51 PM, Brendan Kearney wrote: On 11/2/23 2:49 PM, Francesco Chemolli wrote: Hi Robert,   are you sure that you have the required packages on your system? You'll need perl-DBD-MariaDB and what it depends on On Thu, Nov 2, 2023 at 6:41 PM Brendan Kearney wrote: On 11/2/23 2:1

Re: [squid-users] log_db_daemon errors

2023-11-02 Thread Brendan Kearney
On 11/2/23 2:49 PM, Francesco Chemolli wrote: Hi Robert,   are you sure that you have the required packages on your system? You'll need perl-DBD-MariaDB and what it depends on On Thu, Nov 2, 2023 at 6:41 PM Brendan Kearney wrote: On 11/2/23 2:14 PM, Robert 'Bobby' Zenz wrote: >>> Use

Re: [squid-users] log_db_daemon errors

2023-11-02 Thread Francesco Chemolli
Hi Robert, are you sure that you have the required packages on your system? You'll need perl-DBD-MariaDB and what it depends on On Thu, Nov 2, 2023 at 6:41 PM Brendan Kearney wrote: > On 11/2/23 2:14 PM, Robert 'Bobby' Zenz wrote: > >>> Use of uninitialized value $DBI::errstr in concatenatio

Re: [squid-users] log_db_daemon errors

2023-11-02 Thread Brendan Kearney
On 11/2/23 2:14 PM, Robert 'Bobby' Zenz wrote: Use of uninitialized value $DBI::errstr in concatenation (.) or string at /usr/lib64/squid/log_db_daemon line 403. You're trying to use an uninitialized variable when outputting(?) the error message. Fix that first. I'm guessing you're using the `er

Re: [squid-users] log_db_daemon errors

2023-11-02 Thread Robert 'Bobby' Zenz
> > Use of uninitialized value $DBI::errstr in concatenation (.) or > > string at /usr/lib64/squid/log_db_daemon line 403. > > You're trying to use an uninitialized variable when outputting(?) the > error message. Fix that first. I'm guessing you're using the `errstr` > function wrong there, see

Re: [squid-users] log_db_daemon errors

2023-11-02 Thread Robert 'Bobby' Zenz
> Use of uninitialized value $DBI::errstr in concatenation (.) or > string at /usr/lib64/squid/log_db_daemon line 403. You're trying to use an uninitialized variable when outputting(?) the error message. Fix that first. I'm guessing you're using the `errstr` function wrong there, see the official

[squid-users] log_db_daemon errors

2023-11-02 Thread Brendan Kearney
list members, i am trying to log to a mariadb database, and cannot get the log_db_daemon script working.  i think i have everything setup, but an error is being thrown when i try to run the script manually. /usr/lib64/squid/log_db_daemon /database:3306/squid/access_log/brendan/pass Connectin