Hello, 
Thank you I was thinking the same. Ran the following as the root
echo <PREFIX>/lib > /etc/ld.so.conf.d/opensrf.conf
ldconfig
 
<PREFIX> = openils
 
Then ran osrf_control and all the c services still faild to load. 
 
I then stopped and started ejabberd, and ran osrf_control. 
Still nothing. 
 
I then went hunting for the loaded files and there is a file located at /etc/ld.so.conf.d labbled opensrf.conf
inside the file is one line with the following
openils/lib
 
Thank you so much for your help. As I am writing this email I noticed that then line was missing "/" before openils. 
I edited the file, ran ldconfig and now all is functioning as it should. 
 
Thank you so much for your help. 
 
Willie
Sent: Monday, October 23, 2023 at 4:08 PM
From: "Jason Stephenson via Evergreen-general" <evergreen-general@list.evergreen-ils.org>
To: evergreen-general@list.evergreen-ils.org
Cc: "Jason Stephenson" <ja...@sigio.com>
Subject: Re: [Evergreen-general] Help with install
Hello,

That looks like you missed running ldconfig as the root user, or if you
did ldconfig, the /etc/ld.so.conf.d/opensrf.conf file is either missing
or may have a typo in it.

Double check that file exists and contains one line like the following:

/openils/lib

in it.

Then, run ldconfig as the root user.

If you start the services after that, it should work. If not, follow up
with any more information you can give.

HtH,
Jason Stephenson

On 10/23/23 16:29, Willie Cooper via Evergreen-general wrote:
> Hello,
> I am trying to install Opensrf-3.2.3. for an Evergreen install
> on debian bullseye
> following all steps
> I am now at Testing the default OpenSRF services
> Srfsh# request opensrf.math add 2,2
> All of the C services do not start when I issue the osrf_control
> --localhost --start-all
> logs give errors
>         opensrf.cslow 2023-10-23 15:05:08 [ERR
> :54774:osrf_application.c:151:] Failed to dlopen library file
> libosrf_cslow.so: libosrf_cslow.so:    cannot open shared object file:
> No such file or directory
> Thank you
>
> _______________________________________________
> Evergreen-general mailing list
> Evergreen-general@list.evergreen-ils.org
> http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general
_______________________________________________
Evergreen-general mailing list
Evergreen-general@list.evergreen-ils.org
http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general
_______________________________________________
Evergreen-general mailing list
Evergreen-general@list.evergreen-ils.org
http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Reply via email to