I received this error message when I tried to do a 'make install-ca' from SNAP-20020321
<BEGIN ERROR MSG> make[8]: Entering directory `/usr/src/rootsrc/openca-0.9/src/cgi-bin/cgi-ca/cmds' /usr/bin/install -c -o root -g root -m 644 add_module /usr/local/OpenCA/Test/test1/OpenCA/lib/cmds/add_module ln -s /usr/local/OpenCA/Test/test1/OpenCA/lib/cmds/add_module /usr/local/OpenCA/Test/test1/OpenCA/lib/servers//usr/local/OpenCA/Test/test1 /OpenCA/cmds/add_module ln: `/usr/local/OpenCA/Test/test1/OpenCA/lib/servers//usr/local/OpenCA/Test/test 1/OpenCA/cmds/add_module': File exists <END ERROR MSG> That path seems needlessly redundant to me. I checked, and it actually exists in that form. <BEGIN> # ls -ld /usr/local/OpenCA/Test/test1/OpenCA/lib/servers//usr/local/OpenCA/Test/test1 /OpenCA/cmds/ drwxr-xr-x 2 root root 4096 Mar 21 12:52 /usr/local/OpenCA/Test/test1/OpenCA/lib/servers//usr/local/OpenCA/Test/test1 /OpenCA/cmds/ <END> There are lots of modules in the directory. Is this a problem with my configure script, or is this a problem with the make install-ca command? <CONFIGURE> ./configure \ --with-engine=no \ --with-httpd-user=nobody \ --with-httpd-group=nobody \ --with-ca-prefix=/usr/local/OpenCA/Test/test1/OpenCA \ --with-ca-htdocs-fs-prefix=/usr/local/apache/htdocs/ca \ --with-ca-cgi-fs-prefix=/usr/local/apache/cgi-ca \ --with-ca-htdocs-url-prefix= \ --with-ca-cgi-url-prefix=/cgi-ca \ --with-ext-prefix=/usr/local/OpenCA/Test/test1/RAServer \ --with-ra-htdocs-fs-prefix=/usr/local/apache/htdocs/ra \ --with-ra-cgi-fs-prefix=/usr/local/apache/cgi-ra \ --with-ra-htdocs-url-prefix= \ --with-ra-cgi-url-prefix=/cgi-ra \ --with-web-host=pca.tcs.tulane.edu \ --with-pub-htdocs-fs-prefix=/usr/local/apache/htdocs/public \ --with-pub-cgi-fs-prefix=/usr/local/apache/cgi-public \ --with-pub-htdocs-url-prefix= \ --with-pub-cgi-url-prefix=/cgi-public \ --with-base-url=tcs.tulane.edu \ --with-ca-organization="Tulane University Test CA" \ --with-ca-country="US" \ --with-ca-locality="New Orleans" \ --with-ldap-url=green.tcs.tulane.edu \ --with-ldap-port=389 \ --with-ldap-root="cn=Directory Manager" \ --with-ldap-root-pwd="sssh,don'ttell" \ --with-module-prefix=/usr/local/OpenCA/Test/test1/modules \ --with-openssl-prefix=/usr/local/ssl \ --with-scep-openssl-prefix=/usr/local/ssl_stable \ --disable-db \ --enable-dbi \ --enable-rbac \ --enable-dbis \ --with-db-type=mysql \ --with-db-name=openca \ --with-db-host=localhost \ --with-db-port=3306 \ --with-db-user="openca" \ --with-db-passwd="sssh,don'ttell" \ --prefix=/usr/local/OpenCA/Test/test1 \ --exec-prefix=/usr/local/OpenCA/Test/test1 \ --with-service-mail-account="[EMAIL PROTECTED]" </CONFIGURE> Thanks in advance. Chris _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
