Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2008 13:23:17 -0500
From:      "Joseph Simmons" <josephdsimmons@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: PHP5 install error on FreeBSD 7.0
Message-ID:  <1ba9cd9a0804131123r52b2348au523908c59bddabd8@mail.gmail.com>
In-Reply-To: <200804122207.17953.fbsd.questions@rachie.is-a-geek.net>
References:  <1ba9cd9a0804111713h53374c26j9ef138e616deb65f@mail.gmail.com> <200804122122.07061.fbsd.questions@rachie.is-a-geek.net> <1ba9cd9a0804121229n4078d19fhdc11054b3da2ad98@mail.gmail.com> <200804122207.17953.fbsd.questions@rachie.is-a-geek.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Updating the port tree worked with no problems. Thanks

On Sat, Apr 12, 2008 at 3:07 PM, Mel
<fbsd.questions@rachie.is-a-geek.net> wrote:
> On Saturday 12 April 2008 21:29:18 Joseph Simmons wrote:
>  > cougar# pwd
>  > /usr/ports/www/apache22/work/httpd-2.2.6
>  > cougar# make -n install-htdocs
>  > echo Installing HTML documents ;
>  > /usr/ports/www/apache22/work/httpd-2.2.6/build/mkdir.sh
>  > /usr/local/www/apache22/data ;  test -d
>  > /usr/ports/www/apache22/work/httpd-2.2.6/docs/docroot && (cd
>  > /usr/ports/www/apache22/work/httpd-2.2.6/docs/docroot && cp -rp
>  > index.html ) &&  ( [ ! -f /usr/local/www/apache22/data/index.html ] &&
>  > cp -p /index.html /usr/local/www/apache22/data/index.html)
>
>  Apparently they fixed that in 2.2.8, because my version ends in ||true which
>  makes any failure not fatal.
>  Part of the problem is that htdocsdir is not set, so cp -p /index.html fails,
>  even though config.log shows the value, it's not translated to the Makefile.
>
>  Hmm, the quick fix would be to run:
>  cd /usr/ports/www/apache22/work/httpd-2.2.6 && make -k install
>
>  The longer but probably better fix is to update your ports tree, using csup or
>  portsnap. In that case the handbook is your friend:
>  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
>
>  One reason it is the better fix, is that 2.2.8 fixes a few security issues:
>  http://www.apache.org/dist/httpd/CHANGES_2.2.8
>
>  --
>
>
> Mel
>
>  Problem with today's modular software: they start with the modules
>     and never get to the software part.
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1ba9cd9a0804131123r52b2348au523908c59bddabd8>