Hello,
I am trying to install mod_auth_ldap as a DSO module with Apache 2.0.35. The instructions tell me to check to see if the module compiles with the apxs by doing
I do the following
/usr/local/apache2/bin/apxs -c -I/usr/local/open-ldap/include mod_auth_ldap.c /usr/local/netscape-sdk/lib/libldap.a /usr/local/netscape-sdk/lib/liblber.a
but i get the following error:
ln: cannot create libldap.a: Read-only file system
apxs:Error: Command failed with rc=131072
Can anyone help me?
jim
I am trying to install mod_auth_ldap as a DSO module with Apache 2.0.35. The instructions tell me to check to see if the module compiles with the apxs by doing
I do the following
/usr/local/apache2/bin/apxs -c -I/usr/local/open-ldap/include mod_auth_ldap.c /usr/local/netscape-sdk/lib/libldap.a /usr/local/netscape-sdk/lib/liblber.a
but i get the following error:
ln: cannot create libldap.a: Read-only file system
apxs:Error: Command failed with rc=131072
Can anyone help me?
jim