Date: Sat, 12 Apr 2008 21:22:06 +0200 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Joseph Simmons <josephdsimmons@gmail.com> Subject: Re: PHP5 install error on FreeBSD 7.0 Message-ID: <200804122122.07061.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <1ba9cd9a0804121159u718d815fve5493eae6061afaa@mail.gmail.com> References: <1ba9cd9a0804111713h53374c26j9ef138e616deb65f@mail.gmail.com> <200804122046.40030.fbsd.questions@rachie.is-a-geek.net> <1ba9cd9a0804121159u718d815fve5493eae6061afaa@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804122122.07061.fbsd.questions>