hello, fly - BTW "Ubuntu 8.04" [sorry did not specify before!]; i added to the correct php.ini file, in the area that looks like where the extension statement would go, by simply pasting: "extension=mod_ldap.so" no quotes. here is the section of the php.ini:
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
; extension=modulename.extension
;
; For example, on Windows:
;
; extension=msql.dll
;
; ... or under UNIX:
;
; extension=msql.so
extension=mod_ldap.so
;
; Note that it should be the name of the module only; no directory information
; needs to go here. Specify the location of the extension with the
; extension_dir directive above.
THEN restarted apache, reran phpinfo(), and there is no LDAP section. i even added to my code what your salutation footer shows: "error_reporting(E_ALL);" and "ini_set('display_errors', 1);" the phpinfo() when searching for LDAP via ctl-f and by eye - no LDAP section; mention of some ldap files but no ldap section. any ideas?