Re: apache-2.2.6 not installing [solved]

2007-11-05 Thread Noah

response in line below


Jason Bourne wrote:

Noah wrote:


Hi List,

Not receive good support on the ports mail list so I will post here now.


Might somebody please explain to me why apache-2.2.6 is not install from
/usr/ports ?  I am attempting to complile with mod_ldap and a bunch of
modules - nothing that should be causing a fuss, though.  All shell
output is below including error message.

Help please,

Noah

[snip]

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.

Sorry to reply by email but I'm not subscribed. I had this problem last 
night. This is a workaround and not a true fix, but it's quick.


After doing make and prior to make install navigate to and open with an 
editor:


/usr/ports/www/apache22/work/httpd-2.2.6/Makefile

Look for line 126:

install-htdocs:
#   @echo Installing HTML documents ; \
#   $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) ; \
#		test -d $(htdocs-srcdir)  (cd $(htdocs-srcdir)  cp -rp index.html 
#$(DESTDIR)$(EXAMPLESDIR))  \
#		( [ ! -f $(DESTDIR)$(htdocsdir)/index.html ]  cp -p 
#$(DESTDIR)$(EXAMPLESDIR)/index.html $(DESTDIR)$(htdocsdir)/index.html)


Comment out the lines like above and then make install will skip over this 
and complete.




thanks Jason - please respond to the list in the future so other can see 
the fixture.


I suppose commenting out brokenness is a solution.

Cheers,

Noah





-Jason

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


apache-2.2.6 not installing

2007-11-04 Thread Noah

Hi List,

Not receive good support on the ports mail list so I will post here now.


Might somebody please explain to me why apache-2.2.6 is not install from
/usr/ports ?  I am attempting to complile with mod_ldap and a bunch of
modules - nothing that should be causing a fuss, though.  All shell 
output is below including error message.


Help please,

Noah






Table of contents
1) uname -a
2) cat Makefile.options  from /usr/ports/www/apache22
3) cat /etc/make.conf
4) make install clean from /usr/ports/www/apache22 with errors at the 
end - but complete output


# uname -a
FreeBSD  6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #1: Sun Aug 12 14:27:32
PDT 2007 root@:/usr/obj/usr/src/sys/SMP  i386

# cat Makefile.options
OPTIONS+= \
 AUTH_BASIC Enable mod_auth_basic ON \
 AUTH_DIGEST Enable mod_auth_digest ON \
 AUTHN_FILE Enable mod_authn_file ON \
 AUTHN_DBD Enable mod_authn_dbd OFF \
 AUTHN_DBM Enable mod_authn_dbm ON \
 AUTHN_ANON Enable mod_authn_anon ON \
 AUTHN_DEFAULT Enable mod_authn_default ON \
 AUTHN_ALIAS Enable mod_authn_alias ON \
 AUTHZ_HOST Enable mod_authz_host ON \
 AUTHZ_GROUPFILE Enable mod_authz_groupfile ON \
 AUTHZ_USER Enable mod_authz_user ON \
 AUTHZ_DBM Enable mod_authz_dbm ON \
 AUTHZ_OWNER Enable mod_authz_owner ON \
 AUTHZ_DEFAULT Enable mod_authz_default ON \
 CACHE Enable mod_cache ON \
 DISK_CACHE Enable mod_disk_cache ON \
 FILE_CACHE Enable mod_file_cache ON \
 MEM_CACHE Enable mod_mem_cache OFF \
 DAV Enable mod_dav ON \
 DAV_FS Enable mod_dav_fs ON \
 BUCKETEER Enable mod_bucketeer OFF \
 CASE_FILTER Enable mod_case_filter OFF \
 CASE_FILTER_IN Enable mod_case_filter_in OFF \
 EXT_FILTER Enable mod_ext_filter OFF \
 LOG_FORENSIC Enable mod_log_forensic OFF \
 OPTIONAL_HOOK_EXPORT Enable mod_optional_hook_export OFF \
 OPTIONAL_HOOK_IMPORT Enable mod_optional_hook_import OFF \
 OPTIONAL_FN_IMPORT Enable mod_optional_fn_import OFF \
 OPTIONAL_FN_EXPORT Enable mod_optional_fn_export OFF \
 LDAP Enable mod_ldap OFF \
 AUTHNZ_LDAP Enable mod_authnz_ldap OFF \
 ACTIONS Enable mod_actions ON \
 ALIAS Enable mod_alias ON \
 ASIS Enable mod_asis ON \
 AUTOINDEX Enable mod_autoindex ON \
 CERN_META Enable mod_cern_meta ON \
 CGI Enable mod_cgi ON \
 CHARSET_LITE Enable mod_charset_lite ON \
 DBD Enable mod_dbd OFF \
 DEFLATE Enable mod_deflate ON \
 DIR Enable mod_dir ON \
 DUMPIO Enable mod_dumpio ON \
 ENV Enable mod_env ON \
 EXPIRES Enable mod_expires ON \
 HEADERS Enable mod_headers ON \
 IMAGEMAP Enable mod_imagemap ON \
 INCLUDE Enable mod_include ON \
 INFO Enable mod_info ON \
 LOG_CONFIG Enable mod_log_config ON \
 LOGIO Enable mod_logio ON \
 MIME Enable mod_mime ON \
 MIME_MAGIC Enable mod_mime_magic ON \
 NEGOTIATION Enable mod_negotiation ON \
 REWRITE Enable mod_rewrite ON \
 SETENVIF Enable mod_setenvif ON \
 SPELING Enable mod_speling ON \
 STATUS Enable mod_status ON \
 UNIQUE_ID Enable mod_unique_id ON \
 USERDIR Enable mod_userdir ON \
 USERTRACK Enable mod_usertrack ON \
 VHOST_ALIAS Enable mod_vhost_alias ON \
 FILTER Enable mod_filter ON \
 VERSION Enable mod_version ON \
 PROXY Enable mod_proxy OFF \
 PROXY_CONNECT Enable mod_proxy_connect OFF \
 PROXY_FTP Enable mod_proxy_ftp OFF \
 PROXY_HTTP Enable mod_proxy_http OFF \
 PROXY_AJP Enable mod_proxy_ajp OFF \
 PROXY_BALANCER Enable mod_proxy_balancer OFF \
 SSL Enable mod_ssl ON \
 SUEXEC Enable mod_suexec OFF \
 CGID Enable mod_cgid OFF \

# cat /etc/make.conf
# $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.80 2003/02/15 16:34:56
trhodes Exp $
#
# NOTE:  Please would any committer updating this file also update the
# make.conf(5) manual page, if necessary, which is located in
# src/share/man/man5/make.conf.5.
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
# your source tree, or anything the source tree installs.
#
# This file must be in valid Makefile syntax.
#
# You have to find the things you can put here in the Makefiles and
# documentation of the source tree.
#
#
# The CPUTYPE variable controls which processor should be targeted for
# generated code.  This controls processor-specific optimizations in
# certain code (currently only OpenSSL) as well as modifying the value
# of CFLAGS to contain the appropriate optimization directive to gcc.
# The automatic setting of CFLAGS may be overridden using the
# NO_CPU_CFLAGS variable below.
#