Quoting Dan Scott <[EMAIL PROTECTED]>:

On 10/01/2008, Ingalls, Niles <[EMAIL PROTECTED]> wrote:

On 1/10/08 4:27 PM, "Brandon W. Uhlman" <[EMAIL PROTECTED]>
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/";



Hey Niles:

Two things: your install.conf looks incredibly short. Mine (OpenSRF trunk,
mind you) is 37 lines of variable definitions. Did you run "make config" to
create this?

Also, I'm not sure how many people have tried installing with a PREFIX of
anything other than "/openils/" - it might work fine to go with a more
FHS-friendly approach, but it might be wise in the short term to stick with
the herd.

--
Dan Scott
Laurentian University

Hey, Niles and Dan.

I suspect Niles was only quoting the section of install.conf(.default) in which the definitions I referred to were being made.

Niles - try adding a trailing slash to your value of PREFIX. All the other examples I've seen include one...

~B

======================================
Brandon W. Uhlman, Systems Consultant
Public Library Services Branch
Ministry of Education
Government of British Columbia
605 Robson Street, 5th Floor
Vancouver, BC  V6B 5J3

Phone: (604) 660-2972
E-mail: [EMAIL PROTECTED]
        [EMAIL PROTECTED]

Reply via email to