[OPEN-ILS-DEV] Apache modules

Dan Scott denials at gmail.com
Sat Apr 21 07:01:31 EDT 2007


Hi Hennie:

osrf_json_gateway.so tries to dynamically load libobjson.so, but can't
find it in your ldpath.

This problem is described here:
http://open-ils.org/dokuwiki/doku.php?id=troubleshooting - you
probably want to modify /etc/ld.so.conf to include /openils/lib.

You're getting there!

Dan

On 21/04/07, Hennie Rautenbach <hennie at sabinet.co.za> wrote:
> I have created the necesarry "LoadModule" entries into apache2:
>
> LoadModule perl_module modules/mod_perl.so
> LoadModule osrf_json_gateway_module modules/osrf_json_gateway.so
> LoadModule xmlent_module      modules/mod_xmlent.so
>
>
> When I try and restart apache2 I get the following error:
>
> leo:/etc/apache2# cd ../init.d
> leo:/etc/init.d# ./apache2 restart
> Forcing reload of web server (apache2)...apache2: Syntax error on line
> 185 of /etc/apache2/apache2.conf: Syntax error on line 1 of
> /etc/apache2/mods-enabled/evergreen.load: Cannot load
> /usr/lib/apache2/modules/osrf_json_gateway.so into server: libobjson.so:
> cannot open shared object file: No such file or directory
>  failed!
> leo:/etc/init.d# ls -alF /usr/lib/apache2/modules/osrf_json_gateway.so
> -rw-r--r-- 1 root root 66450 2007-04-21 08:53
> /usr/lib/apache2/modules/osrf_json_gateway.so
>
> What am I doing wrong ?
>
> I appreciate your patience.
>
> Regards,
>
> Hennie
>
>


More information about the Open-ils-dev mailing list