Apache with LDAP from ports failing.

2011-01-07 Thread Paul Halliday
I am trying to build apache22 on a fresh 8.1 box from ports. It is
dying right about here:

mod_authnz_ldap.c:41:2: error: #error mod_authnz_ldap requires
APR-util to have LDAP support built in. To fix add --with-ldap to
./configure.

Help! :)

-- 
Paul Halliday
http://www.pintumbler.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Apache with LDAP from ports failing.

2011-01-07 Thread Matthew Seaman
On 07/01/2011 12:43, Paul Halliday wrote:
 I am trying to build apache22 on a fresh 8.1 box from ports. It is
 dying right about here:
 
 mod_authnz_ldap.c:41:2: error: #error mod_authnz_ldap requires
 APR-util to have LDAP support built in. To fix add --with-ldap to
 ./configure.

Add LDAP support to the OPTIONS for devel/apr1 by running 'make config'

Rebuild and reinstall devel/apr1

Rebuild and reinstall www/apache22

In general, you need to match up the capabilities from devel/apr1 with
the set of modules you want to enable for www/apace22.  So if you want
apache itself[*] to interface with LDAP, MySQL, PostgreSQL or SQLite or
you want to use ndbm format hash files etc. then you need to turn on the
corresponding capability in devel/apr1.

Ditto for www/apache20 and devel/apr0 and (presumably) for the upcoming
www/apache24 and devel/apr2.

Cheers,

Matthew

[*] but not by an embedded language like mod_php or mod_perl

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


csup of ports failing

2006-08-25 Thread stan
I just set up a new cvsup server. It has ginished it's inital update, and
the base system, crypto and doc all seem to work fine when I try to cvsup
from it. However, the ports cvsup keeps failing like this:

 Edit ports/emulators/qemu/Makefile
   Add delta 1.56 2006.08.25.21.16.20 miwi
   Detailer failed: Premature EOF from server
   Will retry at 20:38:47

This is repeatable on 2 client machines (one of which is the cvsup servr
itself).

Any sugestions?


-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ports failing

2003-01-06 Thread John Brooks
this is a new clean install of 4.7 release from cdrom. previously this box
had 4.5 release.

from a boot screen:
  Illegal instruction (core dumped)
  Jan 6 16:30:36 joseph /kernel: pid 94 (sed), uid 0: exited on signal 4 (core dumped)

setting 'update_motd=NO' bypasses this error

release notes on 4.7 indicate:
  sed(1) now takes a -i option to enable in-place editing of files.

also, ports will not compile, returning errors of 'invalid syntax', 'syntax error',
'return makes integer from pointer without a cast', and 'data definition has no type
or storage class' I suspect this is related.

Has anyone dealt with this or seen this before?

--
John Brooks
[EMAIL PROTECTED] 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message