Hi Jens,

On Thu, Aug 31, 2023 at 03:59:34PM +0200, Jens Berthold wrote:
> Hi Krzysztof,
> 
> in addition to what Oliver said:
> 
> SQL::Abstract::More uses mro to handle inheritance. It calls mro‘s 
> next::method to invoke the parents‘ "new" method. Parent class of 
> SQL::Abstract::More should be SQL::Abstract::Classic per default and I think 
> the error means that SQL::Abstract::Classic->new() does not exist.
> 
> So you might want to check your system for SQL::Abstract::Classic to see if 
> it exists and contains a "sub new …", e.g. with
> 
> perl -e 'use SQL::Abstract::Classic; SQL::Abstract::Classic->new'
> 
Thanks a lot for your help. Yes, indeed during upgrades
'libsql-abstract-classic-perl' was not installed.

Also I've found that afeter changing "setting" from mysql to mariadb it
was needed to install 'libdbd-mariadb-perl'. So maybe it is worth to add
this package to debian denedencies

So I think this issue could be closed.

Once again: thank you (and others) for your help.

Greetings,
-- 
Krzysztof Stryjek
UNIX administrator, Network Security Specialist
email: admin (at) codenix (dot) pl
GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C 91CD 1292 8959 DC61 0E76



_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to