Re: postfix with OpenLDAP 2.3

2006-04-27 Thread Pierre-Francois LAURAND

Per olof Ljungmark wrote:


Hi,

When I try to install postfix from ports (postfix or postfix-current) 
with LDAP lookups I get:


[tw] /usr/ports/mail/postfix-current# make WITH_OPENLDAP_VER=2.3.21
===  postfix-2.3.20060418,2 is marked as broken: unknown OpenLDAP 
version: 2.3.21.

*** Error code 1

Stop in /usr/ports/mail/postfix-current.

I've got:
openldap-sasl-client-2.3.21
openldap-server-2.3.21

How can I make postfix build with this version of OpenLDAP? It wants 2.2...

Thanks


Have a try with WANT_OPENLDAP_VER=23 instead of WITH_OPENLDAP_VER=2.3.21


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



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


Re: postfix with OpenLDAP 2.3

2006-04-27 Thread Per olof Ljungmark

openldap-server-2.3.21

How can I make postfix build with this version of OpenLDAP? It wants 
2.2...


Thanks


Have a try with WANT_OPENLDAP_VER=23 instead of WITH_OPENLDAP_VER=2.3.21


Thank you, that worked fine!
Now I have the same issue with php5-extensions that also wants the 2.2.7 
ldap libraries from openldap22. I cant find a switch here unfortunately.

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


Re: postfix with OpenLDAP 2.3

2006-04-27 Thread Joerg Pulz

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Thu, 27 Apr 2006, Per olof Ljungmark wrote:


openldap-server-2.3.21

How can I make postfix build with this version of OpenLDAP? It wants 
2.2...


Thanks


Have a try with WANT_OPENLDAP_VER=23 instead of WITH_OPENLDAP_VER=2.3.21


Thank you, that worked fine!
Now I have the same issue with php5-extensions that also wants the 2.2.7 ldap 
libraries from openldap22. I cant find a switch here unfortunately.


It's the same thing as for postfix. WANT_OPENLDAP_VER=23 is your friend.
The OpenLDAP version decision is made by Mk/bsd.port.mk if the port uses 
USE_OPENLDAP=yes like it is in lang/php5/Makefile.ext which is actually 
the dependency handler of lang/php5-extensions.
The default OpenLDAP version is set by Mk/bsd.port.mk and currently it is 
WANT_OPENLDAP_VER?=22 .
I'm currently investigating how many ports will break when we change the 
system wide default of WANT_OPENLDAP_VER from 22 to 23. If anything 
runs fine, we will probably have 23 as default soon.


You should add WANT_OPENLDAP_VER=23 to your /etc/make.conf to get rid of 
this problem, otherwise you will hit the same problem again for every 
OpenLDAP dependent port.


Regards
Joerg

- -- 
The beginning is the most important part of the work.

-Plato
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (FreeBSD)

iD8DBQFEURDpSPOsGF+KA+MRAlBwAJ9C4CvPzf+VMxA9CuumtggCggUX8gCfXVPZ
BxuvdENnUCPHDqkJEXMAcmQ=
=o7Jq
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: postfix with OpenLDAP 2.3

2006-04-27 Thread Per olof Ljungmark

Joerg Pulz wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Thu, 27 Apr 2006, Per olof Ljungmark wrote:


openldap-server-2.3.21

How can I make postfix build with this version of OpenLDAP? It wants 
2.2...


Thanks


Have a try with WANT_OPENLDAP_VER=23 instead of WITH_OPENLDAP_VER=2.3.21


Thank you, that worked fine!
Now I have the same issue with php5-extensions that also wants the 
2.2.7 ldap libraries from openldap22. I cant find a switch here 
unfortunately.


It's the same thing as for postfix. WANT_OPENLDAP_VER=23 is your friend.
The OpenLDAP version decision is made by Mk/bsd.port.mk if the port uses 
USE_OPENLDAP=yes like it is in lang/php5/Makefile.ext which is actually 
the dependency handler of lang/php5-extensions.
The default OpenLDAP version is set by Mk/bsd.port.mk and currently it 
is WANT_OPENLDAP_VER?=22 .
I'm currently investigating how many ports will break when we change the 
system wide default of WANT_OPENLDAP_VER from 22 to 23. If anything 
runs fine, we will probably have 23 as default soon.


You should add WANT_OPENLDAP_VER=23 to your /etc/make.conf to get rid 
of this problem, otherwise you will hit the same problem again for every 
OpenLDAP dependent port.


Thank you very much for this valuable piece of information! I must admit 
I've been lazy here, I could have found this out myself through RTFM.


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


postfix with OpenLDAP 2.3

2006-04-26 Thread Per olof Ljungmark

Hi,

When I try to install postfix from ports (postfix or postfix-current) 
with LDAP lookups I get:


[tw] /usr/ports/mail/postfix-current# make WITH_OPENLDAP_VER=2.3.21
===  postfix-2.3.20060418,2 is marked as broken: unknown OpenLDAP 
version: 2.3.21.

*** Error code 1

Stop in /usr/ports/mail/postfix-current.

I've got:
openldap-sasl-client-2.3.21
openldap-server-2.3.21

How can I make postfix build with this version of OpenLDAP? It wants 2.2...

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