Hi All,

I have answered my own question but I believe this is a problem in the samba.spec file. (Unless I am reading it wrong. I am a bit of a newby)

The spec file for samba assumes that the default for using LDAP in building samba is 'no' but the samba configure has 'yes' or 'auto' as the default. So to build samba without LDAP I made this changed in the spec file.

I changed:

%if "%{with_ldap}" == "yes"
        --with-ldap %endif


to:

%if "%{with_ldap}" == "no"
        --with-ldap=no %endif

The very good news is that samba now is working for me.

I think it's something that could be fixed at your end for others.


Thanks,
Lois
--

**********************************************************************
Lois B. Bennett, MSEE
Senior UNIX System Administrator
Channing Laboratory
Brigham & Women's Hospital
A Teaching Affiliate of
Harvard Medical School and
Harvard School of Public Health
[EMAIL PROTECTED]
617-525-2133 Voice
617-525-0958 FAX
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to