Help, How to install ldap module in kamailio
Regards Husna
________________________________ This e-mail and the attachments are intended solely for the person to whom it has been addressed. It contains privileged and/or confidential information and is privileged or otherwise protected from disclosure. If you are not the person for whom this e-mail was intended, or the e-mail has reached you by mistake, please delete it immediately and inform us of the error. Our e-mail address is administrator@uniten.edu.my.
All opinions, conclusions and other information in this message that do not relate to the official business of Universiti Tenaga Nasional (UNITEN) shall be understood as neither given nor endorsed by UNITEN. UNITEN shall not be responsible for any activity that may be considered as illegal and/or improper use of e-mail and UNITEN further is claims and shall not accept liability for any content of this e-mail, or for the consequences of any actions taken on the basis of the information provided, unless that information is subsequently confirmed in writing.
WARNING Internet communications cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, arrive late or contain viruses. As such, we do not accept liability for any errors or omissions in the content of this message which may arise as a result of internet transmission.
UNITEN does not authorize any of its employees to make any defamatory or seditious statements or commit any offence which is contrary to the laws of Malaysia. Any such communications and/or actions by such employees are outside the scope of employment of the said individuals and UNITEN shall not be liable for such communications and/or actions.
On 01/29/2009 11:23 AM, Iñaki Baz Castillo wrote:
El Jueves, 29 de Enero de 2009, Husna Bte Mad Baguri escribió:
Help, How to install ldap module in kamailio
Read the module doc and install the required dependencies.
and after that edit Makefile and remove the ldap module from excluded_modules variable or use:
make include_modules="ldap" install
Cheers, Daniel
2009/1/29 Daniel-Constantin Mierla miconda@gmail.com:
On 01/29/2009 11:23 AM, Iñaki Baz Castillo wrote:
El Jueves, 29 de Enero de 2009, Husna Bte Mad Baguri escribió:
Help, How to install ldap module in kamailio
Read the module doc and install the required dependencies.
and after that edit Makefile and remove the ldap module from excluded_modules variable or use:
make include_modules="ldap" install
Since I use "make deb-etch" I have no that need. Can I ask why excluded modules are just excludes in normal "make" and are not excluded in "make deb*"?
Hello,
On 01/29/2009 01:11 PM, Iñaki Baz Castillo wrote:
[...]
and after that edit Makefile and remove the ldap module from excluded_modules variable or use:
make include_modules="ldap" install
Since I use "make deb-etch" I have no that need. Can I ask why excluded modules are just excludes in normal "make" and are not excluded in "make deb*"?
generating the packages for various distributions takes in consideration most of the modules (practically all modules that can be compiled with the libraries shipped with the distribution are included).
Default 'make' compiles the modules that do not need special libraries - they compile with stock gcc and glibc.
Cheers, Daniel