Hi all, I'm trying to install modXLDapAuth for Apache 2.0.53 on Solaris 8. Apache has been compile with DSO support and it is perfectly working. This is the way i compiled modXLDapAuth on solaris ./configure --with-apxs=/usr/local/apache/bin/apxs --with-ldap-dir=/usr/loca/openldap --with-openssl=/usr/local/openssl make and make install. The two first steps are well working. but there is a problem with make install. I still get the following error and don't know what modXLdapAuth.a is not accessible and not created. Does anyone encountered the same problem ? King Regards, Farid. make install /usr/local/apache/bin/apxs -i -a -c modXLDAPAuth.o modconf.o ldaptools.o -L/usr/local/openldap/lib -lldap -llber -lresolv -lnsl -lsocket /usr/local/apache/build/libtool --silent --mode=link gcc -o modXLDAPAuth.la -rpath /usr/local/apache/modules -module -avoid-version modXLDAPAuth.o modconf.o ldaptools.o -L/usr/local/openldap/lib -lldap -llber -lresolv -lnsl -lsocket *** Warning: Linking the shared library modXLDAPAuth.la against the non-libtool *** objects modXLDAPAuth.o modconf.o ldaptools.o is not portable! /usr/local/apache/build/instdso.sh SH_LIBTOOL='/usr/local/apache/build/libtool' modXLDAPAuth.la /usr/local/apache/modules /usr/local/apache/build/libtool --mode=install cp modXLDAPAuth.la /usr/local/apache/modules/ cp .libs/modXLDAPAuth.so /usr/local/apache/modules/modXLDAPAuth.so chmod +x /usr/local/apache/modules/modXLDAPAuth.so cp .libs/modXLDAPAuth.lai /usr/local/apache/modules/modXLDAPAuth.la cp .libs/modXLDAPAuth.a /usr/local/apache/modules/modXLDAPAuth.a cp: cannot access .libs/modXLDAPAuth.a apxs:Error: Command failed with rc=131072 . *** Error code 1 make: Fatal error: Command failed for target `install' --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx