[OPEN-ILS-DEV] Am I close - revised

Rene Paquin rpaquin at wlu.ca
Fri May 11 10:25:55 EDT 2007


You are correct.  lib.dbd should be lib/dbd.   That little innocent
looking typo was the problem.  Thanks.  

>>> Hennie Rautenbach <hennie at sabinet.co.za> 5/11/2007 9:30:02 AM >>>
Rene Paquin wrote:
> Contents are:
>
> /usr/local/lib
> /usr/local/lib.dbd
> /openils/lib
>   

I got beyond the same problem by adding the following entries just
below 
the shell statement at the top of these three files:

autogen.sh
oils_ctl.sh
osrf_ctl.sh

I added:

export PATH=$PATH:/openils/bin
export PERL5LIB=/openils/lib/perl5
export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib.dbd

Just one question. Are you sure its /usr/local/lib.dbd and not 
/usr/local/lib/dbd ? Just curious.

I also created a "start.sh" file:

#!/bin/bash
export LD_LIBRARY_PATH=/openils/lib:/usr/lib/dbd:/usr/local/lib
export PATH=$PATH:/openils/bin
export PERL5LIB=/openils/lib/perl5
/openils/bin/osrf_ctl.sh -d /tmp/ -p /openils/conf/bootstrap.conf -c 
/openils/conf/opensrf_core.xml -a start_all

Regards,

Hennie


--------------------------------------------------------------------------------

This transmission is for the intended addressee only and is
confidential
information. If you have received this transmission in error, please
delete it and notify the sender. The contents of this e-mail are the
opinion of the writer only and are not endorsed by Sabinet Online
Limited unless expressly stated otherwise.
--------------------------------------------------------------------------------


More information about the Open-ils-dev mailing list