Re: freebsd-questions Digest, Vol 210, Issue 6

2008-04-10 Thread Mel
On Wednesday 09 April 2008 06:43:23 Tim DeBoer wrote:
 --

  Message: 16
  Date: Tue, 8 Apr 2008 21:24:58 +0200
  From: Mel [EMAIL PROTECTED]
  Subject: Re: Apache22 Port Install Problem
  To: freebsd-questions@freebsd.org
  Cc: Tim DeBoer [EMAIL PROTECTED]
  Message-ID: [EMAIL PROTECTED]
  Content-Type: text/plain;  charset=iso-8859-1
 
  On Tuesday 08 April 2008 07:11:47 Tim DeBoer wrote:
   The install goes fine, no obvious errors anyway, when I do apachectl
   configtest, I get
   # apachectl configtest
   Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf:
   Invalid command 'Order', perhaps misspelled or defined by a module not
 
  snip
 
  Is this line present and active?
  LoadModule authz_host_module libexec/apache22/mod_authz_host.so
 
 
  --
  Mel
 
  Problem with today's modular software: they start with the modules
 and never get to the software part.

 No.
 I do have LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so
 though.

 I tried recompiling again without auth_basic, and used the authz options
 instead, but it's not actually installing them for some reason.

 # make deinstall
 ===  Deinstalling for www/apache22
 ===   Deinstalling apache-2.2.8
 pkg_delete: file '/usr/local/libexec/apache22/mod_authz_dbm.so' doesn't
 exist
 pkg_delete: file '/usr/local/libexec/apache22/mod_authz_default.so' doesn't
 exist
 pkg_delete: file '/usr/local/libexec/apache22/mod_authz_groupfile.so'
 doesn't exist
 pkg_delete: file '/usr/local/libexec/apache22/mod_authz_host.so' doesn't
 exist

Well, authz_host is the module that provides the Order directive, so the only 
reason I can think of that it didn't get installed after redoing make config 
is that you didn't make clean so that it just reinstalled the previously 
built version.
If you're sure thats not the case, could you show:
cat /var/db/ports/apache22/options
and the output of:
cd /usr/ports/www/apache22  make -V CONFIGURE_ARGS

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd-questions Digest, Vol 210, Issue 6

2008-04-08 Thread Tim DeBoer
--

 Message: 16
 Date: Tue, 8 Apr 2008 21:24:58 +0200
 From: Mel [EMAIL PROTECTED]
 Subject: Re: Apache22 Port Install Problem
 To: freebsd-questions@freebsd.org
 Cc: Tim DeBoer [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain;  charset=iso-8859-1

 On Tuesday 08 April 2008 07:11:47 Tim DeBoer wrote:

  The install goes fine, no obvious errors anyway, when I do apachectl
  configtest, I get
  # apachectl configtest
  Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf:
  Invalid command 'Order', perhaps misspelled or defined by a module not

 snip

 Is this line present and active?
 LoadModule authz_host_module libexec/apache22/mod_authz_host.so


 --
 Mel

 Problem with today's modular software: they start with the modules
and never get to the software part.


No.
I do have LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so
though.

I tried recompiling again without auth_basic, and used the authz options
instead, but it's not actually installing them for some reason.

# make deinstall
===  Deinstalling for www/apache22
===   Deinstalling apache-2.2.8
pkg_delete: file '/usr/local/libexec/apache22/mod_authz_dbm.so' doesn't
exist
pkg_delete: file '/usr/local/libexec/apache22/mod_authz_default.so' doesn't
exist
pkg_delete: file '/usr/local/libexec/apache22/mod_authz_groupfile.so'
doesn't exist
pkg_delete: file '/usr/local/libexec/apache22/mod_authz_host.so' doesn't
exist
pkg_delete: file '/usr/local/libexec/apache22/mod_authz_owner.so' doesn't
exist
pkg_delete: file '/usr/local/libexec/apache22/mod_authz_user.so' doesn't
exist
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)

It looks like it never really tried to install to begin with?

I'm selecting my options via 'make config', then I run make, make install.
In theory it should read the new config each time.


-- 
Tim DeBoer
Understeer is when you hit the wall with the front of the car.
Oversteer is when you hit the wall with the rear of the car.
Horsepower is how fast you hit the wall.
Torque is how far you move the wall.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]