Re: Install path problem on Debian


Subject: Re: Install path problem on Debian
From: Mike Johnson (ffp_randjohnson@yahoo.com)
Date: Thu Apr 19 2001 - 12:19:33 EDT


It sounds like you need to run the configure again. Just cd into the
directory and run ./configure, then run "make clean" and "make uninstall".

I think you still have stuff on your system that needs to be removed. Then
you can run configure and make again (your configure line looks good, but you
might want --with-shadow if you're using shadow passwords).

-
mike johnson

On Thursday 19 April 2001 06:50, Rory Campbell-Lange wrote:
> 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