Subject: Re: Install path problem on Debian
From: Rory Campbell-Lange (rory@campbell-lange.net)
Date: Thu Apr 19 2001 - 09:50:12 EDT
On 19/4/01, jasonq@mac.com (Jason Quigley) wrote:
> I just configured with --with-config-dir=/usr/local/etc/atalk and 
> everything was fine.
Jason
Thanks a ton for your useful info. I've done what you have suggested but
it still doesn't work.
I wonder if this is because I've got netatalk installed already. The
make programme doesn't seem to be deleting this.
Thanks again!
Rory
---------------------
.configure setup:
./configure --prefix=/usr --with-config-dir=/etc \
               --with-uams-path=/etc/uams
My Makefile includes the following as a result:
---------------------
    SHELL = /bin/sh
    srcdir = .
    top_srcdir = .
    prefix = /usr
    exec_prefix = ${prefix}
    bindir = ${exec_prefix}/bin
    sbindir = ${exec_prefix}/sbin
    libexecdir = ${exec_prefix}/libexec
    datadir = ${prefix}/share
    sysconfdir = ${prefix}/etc
    sharedstatedir = ${prefix}/com
    localstatedir = ${prefix}/var
    libdir = ${exec_prefix}/lib
    infodir = ${prefix}/info
    mandir = ${prefix}/man
    includedir = ${prefix}/include
    oldincludedir = /usr/include
    DESTDIR =
    pkgdatadir = $(datadir)/netatalk
    pkglibdir = $(libdir)/netatalk
    pkgincludedir = $(includedir)/netatalk
---------------------
    make check
    
reports stuff like
    make[1]: Entering directory         
`/home/rory/netatalk_source/netatalk-1.5pre6/config'
        sed -e s@:UAMS_PATH:@/etc@ \
            -e s@:NLS_PATH:@/etc/nls@ \
            -e s@:ETCDIR:@/etc@ \
 
 and
 
     sed -e s@:SBINDIR:@/usr/sbin@ \
        -e s@:BINDIR:@/usr/bin@ \
        -e s@:ETCDIR:@/etc@ \
        -e s@:LIBDIR:@/usr/lib@ \
        <AppleVolumes.default.5.tmpl >AppleVolumes.default.5
    sed -e s@:SBINDIR:@/usr/sbin@ \
        -e s@:BINDIR:@/usr/bin@ \
        -e s@:ETCDIR:@/etc@ \
        -e s@:LIBDIR:@/usr/lib@ \
        <afpd.conf.5.tmpl >afpd.conf.5
    sed -e s@:SBINDIR:@/usr/sbin@ \
        -e s@:BINDIR:@/usr/bin@ \
        -e s@:ETCDIR:@/etc@ \
        -e s@:LIBDIR:@/usr/lib@ \
        <atalkd.conf.5.tmpl >atalkd.conf.5
    sed -e s@:SBINDIR:@/usr/sbin@ \
        -e s@:BINDIR:@/usr/bin@ \
        -e s@:ETCDIR:@/etc@ \
        -e s@:LIBDIR:@/usr/lib@ \
        <netatalk.conf.5.tmpl >netatalk.conf.5
    sed -e s@:SBINDIR:@/usr/sbin@ \
        -e s@:BINDIR:@/usr/bin@ \
        -e s@:ETCDIR:@/etc@ \
        -e s@:LIBDIR:@/usr/lib@ \
        <papd.conf.5.tmpl >papd.conf.5
This archive was generated by hypermail 2b28 : Sun Oct 14 2001 - 03:04:37 EDT