Hi, I am new to this so if the answer is easy please don't shoot me. I am trying to compile the ldap project under Microsoft Visual C++ 6.0 running on windows 98 se. Following the instructions I have loaded the php_modules.dsw and then selected the ldap classes and set it as the active project. I then selected to build php_ldap.dll and got the following fatal error message
--------------------Configuration: ldap - Win32 Debug_TS SASL--------------------
Compiling...
ldap.c
d:\php-4.2.0\ext\ldap\php_ldap.h(27) : fatal error C1083: Cannot open include file: 'lber.h': No such file or directory
Error executing cl.exe.
php_ldap.dll - 1 error(s), 0 warning(s)
Does anyone know how to resolve this?