| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Sun, 28 Dec 2003 10:24:42 +0100 |
| From: | "Gerrit P. Haase" <gp AT familiehaase DOT de> |
| Reply-To: | "Gerrit @ cygwin" <cygwin AT cygwin DOT com> |
| Organization: | Esse keine toten Tiere |
| Message-ID: | <6948700617.20031228102442@familiehaase.de> |
| To: | Marcus Vinicius Ferreira <marcus_ferreira AT yahoo DOT com> |
| CC: | cygwin AT cygwin DOT com |
| Subject: | Re: Apache 2.0.48 installation |
| In-Reply-To: | <20031224222114.73327.qmail@web40111.mail.yahoo.com> |
| References: | <20031224222114 DOT 73327 DOT qmail AT web40111 DOT mail DOT yahoo DOT com> |
| MIME-Version: | 1.0 |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |