Hello
I am trying to upgrade samba to samba-3.0,
I have source rpm from samba site and I have been trying to recompile rpm
with spec as following
--with-mmap \
--with-pam \
--with-pam_smbpass \
--with-piddir=/var/run \
--with-privatedir=%{_sysconfdir}/samba \
--with-quotas \
--with-smbmount \
--with-swatdir=%{_datadir}/swat \
--with-syslog \
--with-utmp \
--with-vfs \
--without-smbwrapper \
--with-ldap \
--with-ldapsam\
--with-ssl \
--with-acl-support
But compile is throwing error that unknow option --with-ldap and --with-ldapsam
and --with-ssl
does anyone know what options I need to compile LDAP support , and how I can
find out that what options are available, I also looked at .configure , it has
all these options, then why compile is failling
I am using redhat 8.0
rpmbuild -bb samba.spec
Thanks
---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
Sounds like a question for the Samba mailing lists,
see <http://www.samba.org/samba/archives.html>.
Kurt
At 07:18 PM 10/14/2003, jawed abbasi wrote:>Hello
>
> I am trying to upgrade samba to samba-3.0,
>I have source rpm from samba site and I have been trying to recompile rpm
>
>with spec as following
>--with-mmap \
> --with-pam \
> --with-pam_smbpass \
> --with-piddir=/var/run \
> --with-privatedir=%{_sysconfdir}/samba \
> --with-quotas \
> --with-smbmount \
> --with-swatdir=%{_datadir}/swat \
> --with-syslog \
> --with-utmp \
> --with-vfs \
> --without-smbwrapper \
> --with-ldap \
> --with-ldapsam\
> --with-ssl \
> --with-acl-support
>
>But compile is throwing error that unknow option --with-ldap and
--with-ldapsam and --with-ssl
>
>does anyone know what options I need to compile LDAP support , and how I
can find out that what options are available, I also looked at .configure , it
has all these options, then why compile is failling
> I am using redhat 8.0
>
>rpmbuild -bb samba.spec
>
>
>Thanks
>
>
>Do you Yahoo!?
><http://shopping.yahoo.com/?__yltc=s%3A150000443%2Cd%3A22708228%2Cslk%3Atext%2Csec%3Amail>The
New Yahoo! Shopping - with improved product search
> I am trying to upgrade samba to samba-3.0, > I have source rpm from samba site and I have been trying to recompile > rpm with spec as following > --with-mmap \...> --with-ldap \ > --with-ldapsam\ > --with-ssl \ > --with-acl-support > But compile is throwing error that unknow option --with-ldap and > --with-ldapsam and --with-sslIt think --with-ldapsam and --with-ssl are gone in 3.x.> does anyone know what options I need to compile LDAP support , and > how I can find out that what options are available, I also looked at > .configure , it has all these options, then why compile is failling > I am using redhat 8.0 > rpmbuild -bb samba.spec >We build with - CFLAGS="$RPM_OPT_FLAGS $EXTRA" ./configure \ --prefix=%{prefix} \ --localstatedir=/var \ --with-configdir=/etc/samba \ --with-privatedir=/etc/samba \ --with-fhs \ --with-quotas \ --with-smbmount \ --with-pam \ --with-pam_smbpass \ --with-syslog \ --with-utmp \ --with-sambabook=%{prefix}/share/swat/using_samba \ --with-swatdir=%{prefix}/share/swat \ --with-libsmbclient \ --with-acl-support \ --with-ldap \ --with-krb5=/usr/kerberos