Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 99414 invoked by uid 500); 25 Feb 2003 21:47:06 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 99403 invoked from network); 25 Feb 2003 21:47:06 -0000 Sender: trev@shotgun.corp.sgi.com Message-ID: <3E5BE419.D7875F04@sgi.com> Date: Tue, 25 Feb 2003 13:46:01 -0800 From: Trevor Hurst Organization: SGI X-Mailer: Mozilla 4.79C-SGI [en] (X11; I; IRIX 6.5 IP32) X-Accept-Language: en MIME-Version: 1.0 To: dev@apr.apache.org Subject: Build problems with apr-util-0.9.1 src Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I am in need of building the apr-util source because a project of mine requires that I build auth-ldap into my Apache 2.0.44 server. System is running IRIX 6.5.19 with all of the tools; I have autoconf and automake installed and gnu make as well as all the other gnu tools like gcc and gnu libtool, etc ,etc.. My problem appears to be that when I run ./buildconf it complains of my acconfig.h.. for the autoconf stuff??? Here's the output: eskimo [359] ./buildconf Creating include/private/apu_config.h ... autoheader: `include/private/apu_config.h.in' is unchanged Creating configure ... Invoking xml/expat/buildconf.sh ... Incorporating /usr/local/share/aclocal/libtool.m4 into aclocal.m4 ... Copying libtool helper files ... Creating config.h.in ... WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. autoheader: `config.h.in' is unchanged Creating configure ... Then when I run ./configure it cannot find the install-sh: eskimo [361] ./configure configure: error: cannot find install-sh or install.sh in ../apr/build ./../apr/build ..and it's looking in the wrong directory (?) Please help! Thanks! ;-) -- Trev