Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Sun, 28 Dec 2003 10:24:42 +0100
From: "Gerrit P. Haase" <gp@familiehaase.de>
Reply-To: "Gerrit @ cygwin" <cygwin@cygwin.com>
Organization: Esse keine toten Tiere
Message-ID: <6948700617.20031228102442@familiehaase.de>
To: Marcus Vinicius Ferreira <marcus_ferreira@yahoo.com>
CC: cygwin@cygwin.com
Subject: Re: Apache 2.0.48 installation
In-Reply-To: <20031224222114.73327.qmail@web40111.mail.yahoo.com>
References: <20031224222114.73327.qmail@web40111.mail.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Hallo Marcus,

Am Mittwoch, 24. Dezember 2003 um 23:21 schriebst du:

> Hi, folks.


> I am trying to install httpd-2.0.48 on my cygwin/XP and I am getting a never
> seen (at least to me) error message:
> __________________________________________________________________________

> Installing build system files
> cp: `httpd' and `/usr/local/apache2/bin/#inst.2204#' are the same file
> chmod: getting attributes of `/usr/local/apache2/bin/#inst.2204#': No such file
> or directory
> mv: cannot stat `/usr/local/apache2/bin/#inst.2204#': No such file or directory
> make[1]: Leaving directory `/cygdrive/c/downloads/apache.org/httpd-2.0.48'
> __________________________________________________________________________


> There are no binaries for httpd, httpasswd and so on in /usr/local/apache2/bin.
> And I cannot find these funny "#inst.nnnn#" in the build directory tree.

> What do you suggest to correct this?


> My setup for apache is:

>      $ CC=gcc CFLAGS="-O2"  ./configure  
>      $ make && make install

> My cygwin environment is:

>     WindowsXP
>     cygwin 1.5.5
>     gcc-3.3.1
    

> Thanks for any help,

The Makefiles need to be modified, look for the install targets, they
do things like: `cp httpd /target/path/httpd' which doesn't work
without patched versions of the fileutils.  Change the Makefiles to
include the suffixes (`cp httpd.exe /target/path/httpd.exe').


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

