Ok. I have discovered that mod_fcgid was not loaded, not withstanding the
report by apachectl.  Having added the necessary LoadModule statement in
httpd.conf, ensuring that it follows the Loadmodule mod_unixd statement, and
restarting Apache I now have a new error:

I18N_OPENXPKI_UI_APPLICATION_ERROR

locale says this:

locale
LANG=C.UTF-8
LC_CTYPE="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_TIME="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_ALL=


Quickstart guide says this:
. . .
Settings about filesystem, daemon and services to start. Located at 
system.server

os related stuff

i18n locale settings:

i18n:
    locale_directory: path to the gettext locales on your system
    default_language: supported locale (e.g. en_US.utf8)

Location of the locale files and the default language used. If you set another
language than C, make sure you have the correct po-files installed, otherwise
OpenXPKI won’t even start! This usually only affects logging and system
messages as most of the client related output uses the locale settings from the
client session. We recommend using C as default.
. . .

/usr/local/etc/openxpki/config.d/system/server.yaml says this:

# settings for i18n
i18n:
    locale_directory: /usr/share/locale
    default_language: C

And /usr/share/locale contains, among many others, this:

ll /usr/share/locale
total 2113
drwxr-xr-x  2 root  wheel  3 Dec  2  2021 C.UTF-8
. . .

Suggestions?

-- 
***          e-Mail is NOT a SECURE channel          ***
        Do NOT transmit sensitive data via e-Mail
   Unencrypted messages have no legal claim to privacy
 Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne                mailto:[email protected]
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3



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

Reply via email to