Dan, Thanks for your help but I'm still here. It is obvious that I'm missing something here. When I run the instructions which you gave I get the following:
XXXXXXXXXXXXXXXXXXXXXX [EMAIL PROTECTED]:/home/opensrf/Evergreen-ILS-1.2.2.3# make Building... -------------- [ openils_all ] ------------------------------------------- c_apps oils_auth.so oils_cstore.so oils_rstore.so oils_dataloader client-xul Building staff client Removing convenience symlinks from server/ and chrome/ before copying to build/ ********************************************************* Kludge, make sure these directories exists ********************************************************* Creating and populating build/ ********************************************************* Grabbing lang.dtd from the OPAC code ********************************************************* Grabbing more OPAC code and legacy code and custom code ********************************************************* Placeholder for debugging tweaks Stamping with Build ID: 20080918.002019 To test the staff client: cd build/ xulrunner application.ini mod_xmlent [EMAIL PROTECTED]:/home/opensrf/Evergreen-ILS-1.2.2.3# STAFF_CLIENT_BUILD_ID=rel_1_2_3_0 install install: missing file operand Try `install --help' for more information. [EMAIL PROTECTED]:/home/opensrf/Evergreen-ILS-1.2.2.3# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX I am definitely not doing something right. The requisite directory shows that the expected version of the staf-client software is 1.2.2.0 XXXXXXXXXXXXXXXX [EMAIL PROTECTED]:/openils/var/web/xul$ ls -l total 8 drwxr-xr-x 3 opensrf opensrf 4096 2008-09-08 21:22 20080908.212011 drwxr-xr-x 3 opensrf opensrf 4096 2008-09-18 00:18 20080918.001753 lrwxrwxrwx 1 opensrf opensrf 15 2008-09-17 23:55 rel_1_2_3_0 -> 20080917.234045 lrwxrwxrwx 1 opensrf opensrf 18 2008-09-16 23:46 server -> rel_1_2_2_0/server xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Please advise. Thomas Thomas "Rebirth, renew, Starting a new Life." ---------------------------------------- > Date: Wed, 17 Sep 2008 22:31:16 -0400 > From: [EMAIL PROTECTED] > To: [email protected] > Subject: Re: [OPEN-ILS-DEV] Installation issues/problems "Thanks but ...one > more problem" <>; > > Hi Thomas: > > 2008/9/17 Thomas Edward : >> >> >> Hi Dan, >> >> I hate to be a bother but I still have the same problem; I have reviewed >> all files mentioned in the installation document. >> >> 1. Apache >> >> ********************* >> [EMAIL PROTECTED]:/etc/apache2/ssl# /etc/init.d/apache2 start >> * Starting web server apache2 apache2: Could not reliably determine the >> server's fully qualified domain name, using 127.0.1.1 for ServerName >> httpd (pid 14277) already running >> ********************* > d /openils/var/web/xul > You can ignore the "Could not reliably determine... " message, that's > just noise. > > As for the "httpd (pid 14277) already running), did you stop apache2 > before trying to start it again? > >> 2. Staff client: >> When I insert the server name (thomas-desktop.uwichill.edu.bb) re-Test >> Server, I get the following error message: >> >> ******************** >> This server does not support your version of staff client. >> Please check with the system administrator. >> ********************* >> >> I have tried both versions for Windows: versions 1.2.3.0 and 1.2.2.2 >> Ping work fine and I can reach thomas-desktop.uwichill.edu.bb > > When you install Evergreen, if you issue "sudo make > STAFF_CLIENT_BUILD_ID=rel_1_2_3_0 install" then it will install the > server part of the staff client in a directory that the packaged > Windows staff client can find. > > Otherwise, you'll need to issue the following commands (where > "200809dd.hhmmss" is replaced by whatever the newest directory in > /openils/var/web/xul is): > > cd /openils/var/web/xul > sudo ln -sf 200809dd.hhmmss rel_1_2_3_0 > > -- > Dan Scott > Laurentian University _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
