Re: How to know about with-options?

2003-12-08 Thread Michael Schloh von Bennewitz
On Mon, Dec 08, 2003, [EMAIL PROTECTED] wrote: I cantt get a list for avaiable compile optons. If someone could show me for example how to get the avaiable compile (--with_xxx) options for purftpd. I know that at least ther should be something to enable ldap authentication. Here's how it

Re: How to know about with-options?

2003-12-08 Thread Michael Schloh von Bennewitz
On Mon, Dec 08, 2003, Michael Schloh von Bennewitz wrote: On Mon, Dec 08, 2003, [EMAIL PROTECTED] wrote: I cantt get a list for avaiable compile optons. If someone could show me for example how to get the avaiable compile (--with_xxx) options for purftpd. I know that at least ther should be

Re: How to know about with-options?

2003-12-08 Thread alexb
Looking at the source of pureftpd and issuing ./configure --help I got: [EMAIL PROTECTED] pure-ftpd-1.1.0]# ./configure --help `configure' configures this package to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC,

No -devel package in OpenPKG ?

2003-12-08 Thread alexb
When compiling a package that should support some facility I used to install first the -devel package. Let say, to have pam support for pureftpd I needed to have pam-devel installed first. Wher does OpenPKG get the pam-devel stuff from when compiling pureftpd --with_pam Alex

Re: How to know about with-options?

2003-12-08 Thread Michael Schloh von Bennewitz
On Mon, Dec 08, 2003, [EMAIL PROTECTED] wrote: Looking at the source of pureftpd and issuing ./configure --help I got: [EMAIL PROTECTED] pure-ftpd-1.1.0]# ./configure --help `configure' configures this package to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]...

Re: No -devel package in OpenPKG ?

2003-12-08 Thread Michael Schloh von Bennewitz
On Mon, Dec 08, 2003, Michael Schloh von Bennewitz wrote: OpenPKG doesn't use anything called 'pam-devel'. If you want to install pureftpd with the PAM option turned on then: $ rpm --rebuild pam-20030715-1.3.0.src.rpm $ rpm --rebuild --define 'with_pam yes' pureftpd-1.1.0-1.3.0.src.rpm

Re: How to know about with-options?

2003-12-08 Thread Michael Schloh von Bennewitz
On Mon, Dec 08, 2003, [EMAIL PROTECTED] wrote: I do not understand enouth of rpm build .spec file, but I took a look at pure-ftpd.spec where I got: %build if [ ! -f configure ]; then CFLAGS=$RPM_OPT_FLAGS ./autogen.sh --prefix=%{prefix} \ %if %{con_pam} --with-pam \ %endif [...]

Why most packages default to PAM=NO

2003-12-08 Thread alexb
I thought pam was a good authentication method used by lots of distros as standard. It seams to me that OpenPKG prefers to default there packages to not support PAM. Is there a known reason for that choice ? __ The OpenPKG

Re: LDAP and SASL (chicken and egg)

2003-12-08 Thread Thomas Lotterer
On Mon, Dec 08, 2003, [EMAIL PROTECTED] wrote: I whant to enable sasl in OpenLDAP, that required me to install sasl. This in turn have an option to enable LDAP, but if set, it requires OpenLDAP to be installed. How should I proceed ? Do I need to install OpenLDAP without sasl to be able

Re: LDAP and SASL (chicken and egg)

2003-12-08 Thread Ralf S. Engelschall
On Mon, Dec 08, 2003, [EMAIL PROTECTED] wrote: I whant to enable sasl in OpenLDAP, that required me to install sasl. This in turn have an option to enable LDAP, but if set, it requires OpenLDAP to be installed. How should I proceed ? Do I need to install OpenLDAP without sasl to be able to

Re: LDAP and SASL (chicken and egg)

2003-12-08 Thread alexb
I thought that enabling sasl in OpenLDAP allows sasl auth mechanism (but not neccessarily agains ldap just because I build sasl with_ldap) and having sasl --with_ldap let other aplications (like postfix) authenticate against LDAP. Mainly I whant postix to be able to auth clients agains LDAP, so