PHP5 install error on FreeBSD 7.0

Joseph Simmons josephdsimmons at gmail.com
Sat Apr 12 19:29:20 UTC 2008


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)


On Sat, Apr 12, 2008 at 2:22 PM, Mel
<fbsd.questions at rachie.is-a-geek.net> wrote:
> On Saturday 12 April 2008 20:59:48 Joseph Simmons wrote:
>  > /usr/local/include/apache22 does not exist.
>  > Apache seems to work fine, though, when I install apache from
>  > /usr/ports/www/apache22, at the end, I get some errors:
>  > Installing configuration files
>  > Installing HTML documents
>  > *** Error code 1
>  >
>  > Stop in /usr/ports/www/apache22/work/httpd-2.2.6.
>  > *** Error code 1
>  >
>  > Stop in /usr/ports/www/apache22/work/httpd-2.2.6.
>  > *** Error code 1
>  >
>  > Stop in /usr/ports/www/apache22.
>  > *** Error code 1
>  >
>  > Stop in /usr/ports/www/apache22.
>  >
>  >
>  >
>  > I don't know where to look to find more information about the errors.
>
>  That happens in the install from apache itself.
>
>  Could you do the following:
>  cd /usr/ports/www/apache22/work/httpd-2.2.6
>  make -n install-htdocs
>
>  And show the output here.
>
>
>  > Is there a place I can get the header files from, would you know why
>  > they are missing?
>
>  They're missing because the install failed before they got installed.
>
>  --
>
>
> Mel
>
>  Problem with today's modular software: they start with the modules
>     and never get to the software part.
>


More information about the freebsd-questions mailing list