9050
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'm tryng to install www/apache22 and I get the following error at the end:
Code:
Installing configuration files Installing HTML documents Installing error documents Installing icons Installing CGIs Installing header files Installing build system files Installing man pages and online manual for i in ab apxs dbmmanage htdbm htdigest htpasswd httxt2dbm logresolve; do install -o root -g wheel -m 444 /var/ports/usr/ports/www/apache22/work/httpd-2.2.22/docs/man/$i.1 /usr/local/man/man1; done for i in apachectl htcacheclean httpd rotatelogs suexec; do install -o root -g wheel -m 444 /var/ports/usr/ports/www/apache22/work/httpd-2.2.22/docs/man/$i.8 /usr/local/man/man8; done ===> Installing rc.d startup script(s) *** Error code 1 Stop in /usr/ports/www/apache22. *** Error code 1 Stop in /usr/ports/www/apache22. |
|
#2
|
||||
|
||||
|
I'd check the output from two commands:
Code:
# ls -lod /usr/local/etc/rc.d # ls -lo /usr/local/etc/rc.d/apache22 Failing that, # make distclean, ensure you have the latest port revision, and try again?
__________________
"Do Not Engage in Useless Activity" --Miyamoto Musashi |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] cannot install www/apache22 | ccc | Installation and Maintenance of FreeBSD Ports or Packages | 4 | March 4th, 2012 22:21 |
| [Solved] apache22 and apr, install fails | jonathon | Installation and Maintenance of FreeBSD Ports or Packages | 4 | August 16th, 2010 16:48 |
| [Solved] problem in apache22 | douglasfim | Web & Network Services | 14 | March 14th, 2010 09:48 |
| Install apache 1.3 and apache22 on the same machine? | everypot | Installation and Maintenance of FreeBSD Ports or Packages | 7 | February 18th, 2010 10:12 |
| [Solved] 7.1 Apache22 install error | Lobster | Installation and Maintenance of FreeBSD Ports or Packages | 6 | January 29th, 2009 08:08 |