From: Sebastián Moreno on 13 Aug 2010 16:10 FYI: I follow this threads but I don't have any lucky, same problem: http://lists.samba.org/archive/samba/2004-November/095983.html http://www.mail-archive.com/samba(a)lists.samba.org/msg25673.html http://www.mail-archive.com/samba(a)lists.samba.org/msg25538.html I hope someone can help me!! Regards! -- Sebastián Moreno Mobile: +598-95-356960 BB PIN - 2092C859 Montevideo | Uruguay Please consider the impact on the environment before printing this e-mail!! / Por favor, considere el impacto sobre el medio ambiente antes de imprimir este email!! -----Mensaje original----- De: Sebastián Moreno <smoreno.uy(a)gmail.com> Para: Lista Samba <samba(a)lists.samba.org> Asunto: samba-3.5.4 + OpenLDAP Fecha: Fri, 13 Aug 2010 16:52:17 -0300 Hi folks, I having a problem compiling Samba (Last Stable Version) from source on a Debian fresh install. Escenario: OS: Debian Lenny 5 64 bits Kernel: 2.6.26-2-amd64 Samba Version: 3.5.4 OpenLDAP Version: slapd_2.4.11-1 I tried this before and after the OpenLDAP installation and always have the same error: ./configure --with-ldap --with-ldapsam . . . . . checking for LDAP support... yes checking ldap.h usability... no checking ldap.h presence... no checking for ldap.h... no checking lber.h usability... no checking lber.h presence... no checking for lber.h... no configure: error: ldap.h is needed for LDAP support Someone can help me? Really sorry my English (Isn't my native lenguage) Thank's a lot!! Best regards -- Sebastián Moreno Mobile: +598-95-356960 BB PIN - 2092C859 Montevideo | Uruguay Please consider the impact on the environment before printing this e-mail!! / Por favor, considere el impacto sobre el medio ambiente antes de imprimir este email!! -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Jimmy Montano on 13 Aug 2010 16:40 ---------------------- 2010/8/13 Sebastián Moreno <smoreno.uy(a)gmail.com>: > FYI: > > > I follow this threads but I don't have any lucky, same problem: > > > > http://lists.samba.org/archive/samba/2004-November/095983.html > > http://www.mail-archive.com/samba(a)lists.samba.org/msg25673.html > > http://www.mail-archive.com/samba(a)lists.samba.org/msg25538.html > > > I hope someone can help me!! > > Regards! > > -- > > Sebastián Moreno > > Mobile: +598-95-356960 BB PIN - 2092C859 > Montevideo | Uruguay Sebastian Try installing libldap-dev ----------------- Prueba instalando libldap-dev apt-get install libldap-dev ----------------- Jimmy. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Ryan Whelan on 13 Aug 2010 16:40 Do you have the development openldap package installed? Im not sure what it would be called, I am not a Debian user. Maybe libldap2-dev? or openldap-devel? 2010/8/13 Sebastián Moreno <smoreno.uy(a)gmail.com> > FYI: > > > I follow this threads but I don't have any lucky, same problem: > > > > http://lists.samba.org/archive/samba/2004-November/095983.html > > http://www.mail-archive.com/samba(a)lists.samba.org/msg25673.html > > http://www.mail-archive.com/samba(a)lists.samba.org/msg25538.html > > > I hope someone can help me!! > > Regards! > > -- > > Sebastián Moreno > > Mobile: +598-95-356960 BB PIN - 2092C859 > Montevideo | Uruguay > > > > > > > > Please consider the impact on the environment before printing this > e-mail!! / Por favor, considere el impacto sobre el medio ambiente > antes de imprimir este email!! > > > > -----Mensaje original----- > De: Sebastián Moreno <smoreno.uy(a)gmail.com> > Para: Lista Samba <samba(a)lists.samba.org> > Asunto: samba-3.5.4 + OpenLDAP > Fecha: Fri, 13 Aug 2010 16:52:17 -0300 > > Hi folks, > > > I having a problem compiling Samba (Last Stable Version) from source on > a Debian fresh install. > > > Escenario: > > OS: Debian Lenny 5 64 bits > Kernel: 2.6.26-2-amd64 > Samba Version: 3.5.4 > OpenLDAP Version: slapd_2.4.11-1 > > > I tried this before and after the OpenLDAP installation and always have > the same error: > > > ./configure --with-ldap --with-ldapsam > . > . > . > . > . > checking for LDAP support... yes > checking ldap.h usability... no > checking ldap.h presence... no > checking for ldap.h... no > checking lber.h usability... no > checking lber.h presence... no > checking for lber.h... no > configure: error: ldap.h is needed for LDAP support > > > > Someone can help me? > > Really sorry my English (Isn't my native lenguage) > > > Thank's a lot!! > > Best regards > > -- > > Sebastián Moreno > > Mobile: +598-95-356960 BB PIN - 2092C859 > Montevideo | Uruguay > > > > > > > > > Please consider the impact on the environment before printing this > e-mail!! / Por favor, considere el impacto sobre el medio ambiente > antes de imprimir este email!! > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Sebastián Moreno on 13 Aug 2010 16:50 Hi jimmy! Really thank's for your quick response! That do the trick! I run this: >apt-get install libldap-dev But tell me that it's a virtual package of libldap2-dev. Sooo: >apt-get install libldap2-dev Excellent! I pass the configure ;-) I'm ready for the next error ehehehehhe Best regards from Uruguay! and thank's again!! -- Sebastián Moreno Mobile: +598-95-356960 BB PIN - 2092C859 Montevideo | Uruguay Please consider the impact on the environment before printing this e-mail!! / Por favor, considere el impacto sobre el medio ambiente antes de imprimir este email!! -----Mensaje original----- De: Jimmy Montano <jmontano(a)gmail.com> Para: Sebastián Moreno <smoreno.uy(a)gmail.com> Asunto: Re: [Samba] samba-3.5.4 + OpenLDAP Fecha: Fri, 13 Aug 2010 15:29:17 -0500 Sebastian Try installing libldap-dev ----------------- Prueba instalando libldap-dev apt-get install libldap-dev ----------------- - Jimmy. ---------------------- 2010/8/13 Sebastián Moreno <smoreno.uy(a)gmail.com>: > FYI: > > > I follow this threads but I don't have any lucky, same problem: > > > > http://lists.samba.org/archive/samba/2004-November/095983.html > > http://www.mail-archive.com/samba(a)lists.samba.org/msg25673.html > > http://www.mail-archive.com/samba(a)lists.samba.org/msg25538.html > > > I hope someone can help me!! > > Regards! > > -- > > Sebastián Moreno > > Mobile: +598-95-356960 BB PIN - 2092C859 > Montevideo | Uruguay > > > > > > > > Please consider the impact on the environment before printing this > e-mail!! / Por favor, considere el impacto sobre el medio ambiente > antes de imprimir este email!! > > > > -----Mensaje original----- > De: Sebastián Moreno <smoreno.uy(a)gmail.com> > Para: Lista Samba <samba(a)lists.samba.org> > Asunto: samba-3.5.4 + OpenLDAP > Fecha: Fri, 13 Aug 2010 16:52:17 -0300 > > Hi folks, > > > I having a problem compiling Samba (Last Stable Version) from source on > a Debian fresh install. > > > Escenario: > > OS: Debian Lenny 5 64 bits > Kernel: 2.6.26-2-amd64 > Samba Version: 3.5.4 > OpenLDAP Version: slapd_2.4.11-1 > > > I tried this before and after the OpenLDAP installation and always have > the same error: > > > ./configure --with-ldap --with-ldapsam > . > . > . > . > . > checking for LDAP support... yes > checking ldap.h usability... no > checking ldap.h presence... no > checking for ldap.h... no > checking lber.h usability... no > checking lber.h presence... no > checking for lber.h... no > configure: error: ldap.h is needed for LDAP support > > > > Someone can help me? > > Really sorry my English (Isn't my native lenguage) > > > Thank's a lot!! > > Best regards > > -- > > Sebastián Moreno > > Mobile: +598-95-356960 BB PIN - 2092C859 > Montevideo | Uruguay > > > > > > > > > Please consider the impact on the environment before printing this > e-mail!! / Por favor, considere el impacto sobre el medio ambiente > antes de imprimir este email!! > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
|
Pages: 1 Prev: [Samba] samba-3.5.4 + OpenLDAP |