[OPEN-ILS-DEV] proper client
Raymond Norton
admin at lctn.org
Wed Apr 8 14:02:56 EDT 2009
> For example, if you have an /openils/var/web/xul/current (which is
> likely symlinked to rel_1_2_2_3/), you can do something like this to
> support the 1.2.4.0 client:
>
> su - opensrf
> cd /openils/var/web/xul/
> ln -s current rel_1_2_4_0
>
I swear I am temporarily blind at times:)
I found this as the last line of instruction on the vmware install page:
$ cd /openils/var/web/xul
$ sudo ln -sf rel_1_2_3_0 rel_1_2_3_1
Id did this, restarted the server, ran the following commands:
su - opensrf
cd /openils/bin
osrf_ctl.sh -c /openils/conf/opensrf_core.xml -a start_router
osrf_ctl.sh -c /openils/conf/opensrf_core.xml -a start_perl
osrf_ctl.sh -c /openils/conf/opensrf_core.xml -a start_c
As root ran :
evergreen-server:~# /etc/init.d/apache2 start
I still get the wrong version of client error (using rel_1_2_3_1)
More information about the Open-ils-dev
mailing list