[OPEN-ILS-DEV] Issue building Evergreen-ILS-1.2.2.1

Ingalls, Niles nilesi at zionsville.lib.in.us
Thu Jan 10 16:33:08 EST 2008




On 1/10/08 4:27 PM, "Brandon W. Uhlman" <brandon.uhlman at bclibrary.ca> wrote:

> Hi, Niles.
> 
> Take a look at install.conf, or if you don't have one,
> install.conf.default, in the same folder as config.sh and install.sh.
> Did you introduce any spaces, or remove the quotation marks from the
> lines starting around line 40, specifically PREFIX and TMP. The output
> of 'make install' makes me think you might have something like
> 
> PREFIX=" /usr/local/openils" and
> TMP=" /tmp/ilstmp"
> 
> in that file.
> 
> I've never run into the problem myself, so it's only a best guess.
> 
> Good luck,
> 
> Brandon Uhlman
> System Administrator
> BC Pines Project
>

Brandon,
Nope, it install.conf appears to be intact.
Thanks for the reply


# --------------------------------------------------------------------
# Global install prefix.  Binaries will be installed into PREFIX/bin,
# libraries will be installed into PREFIX/lib, etc.  The user
# running 'install.sh install' must have write permissions to PREFIX
# --------------------------------------------------------------------
PREFIX="/usr/local/openils";
BINDIR="$PREFIX/bin/";
LIBDIR="$PREFIX/lib/";
PERLDIR="$LIBDIR/perl5/";
INCLUDEDIR="$PREFIX/include/";
ETCDIR="$PREFIX/etc/";
WEBDIR="$PREFIX/web/";
CGIDIR="$PREFIX/cgi-bin/";
TEMPLATEDIR="$PREFIX/templates";


# --------------------------------------------------------------------
# Temporary build files go here.  The User running 'install.sh build'
# must have write permissions to TMP
# --------------------------------------------------------------------
TMP="/tmp/ilstmp/";



Niles Ingalls
UNIX & Web Administrator
Hussey-Mayfield Memorial Public Library
250 N. Fifth Street
P.O. Box 840
Zionsville, IN. 46077

Phone   317-873-3149 x13280
Fax     317-873-8339

"Confidence is what you have before you understand the problem." - Woody
Allen




More information about the Open-ils-dev mailing list