Hi Krzysztof,
glad to hear its working now - I did not check but likely the missing
module should be installed via the "recommends" mechanism which gets
broken during update?
Not adding the DB drivers as deps is intentional as we do not want to
have unused deps packages, and this is also clearly mentiond in the
Quickstart ;)
Oliver
On 01.09.23 10:57, Krzysztof Stryjek via OpenXPKI-users wrote:
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,
--
Protect your environment - close windows and adopt a penguin!
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users