On Sun, Jul 18, 2021 at 11:44 PM Tomasz Torcz <tomek@???> wrote:
>
> On Sun, Jul 18, 2021 at 12:42:15PM -0500, o1bigtenor via Dng wrote:
> > # less /var/log/ejabberd/error.log
> > 2021-07-18 09:43:36.985 [error]
> > <0.82.0>@ejabberd_config:validate_opts:1095 Unknown option 'echo
> > <PREFIX>/lib > /etc/ld.so.conf.d/opensrf.conf what'
> > 2021-07-18 09:43:36.985 [error] <0.82.0>@ejabberd_config:start:88
> > Failed to load configuration file /etc/ejabberd/ejabberd.yml
>
> Looks like you have some junk (“echo <PREFIX>/lib > /etc/ld.so.conf.d/opensrf.conf”)
> in /etc/ejabberd/ejabberd.yml config file.
> This is a part of install instructions:
> https://evergreen-ils.org/~bshum/OpenSRF-README.html#_adjust_the_system_dynamic_library_path
> but it should be executed, not put in ejabberd config.
>
Not sure what you mean by 'clean this up'.
The install destructions indicate to use the command
# echo openils/lib > /etc/ld.so.conf.d/opensrf.conf
as part of the install process.
please advise