ok, i found that mod_ntlm is obsolete so now i'm trying to compile the mm_mod_auth_ldap3.11 on the same environment but during compilation i get following error:
***Creating module** mod_auth_ldap v3.11 for Apache 2.2.x *******
/usr/local/apache2/bin/apxs -c mm_mod_auth_ldap.o -Wl,-G -L/usr/local/apache2//lib -L/opt/freeware//lib -L./libs/libghthash/src/.libs -lghthash -lldap -llber
/usr/local/apache2/build/libtool --silent --mode=link gcc -o mm_mod_auth_ldap.la -rpath /usr/local/apache2/modules -module -avoid-version -Wl,-brtl mm_mod_auth_ldap.o -Wl,-G -L/usr/local/apache2//lib -L/opt/freeware//lib -L./libs/libghthash/src/.libs -lghthash -lldap -llber
libtool: link: cannot build libtool library `mm_mod_auth_ldap.la' from non-libtool objects on this host: mm_mod_auth_ldap.o
apxs:Error: Command failed with rc=65536
.
make: 1254-004 The error code from the last command is 1.
Stop.
and during the configure process:
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
and this messages i get even if i specify LDFLAGS to -Wl,-G which should tell the libtool to link dynamic shared object... anyone has similar trouble?