When I try to make install-ext using this SNAP, I get lot of errors about
pre-existing files.  I could remove all the directories that are affected by
this before installing, but it seems like this is something new with the
last few SNAPs.

Is there something I should be doing differently when I install?  Here is my
configure script:

./configure \
  --with-engine=no \
  --with-httpd-user=nobody \
  --with-httpd-group=nobody \
  --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-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="password" \
  --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="password" \
  --prefix=/usr/local/OpenCA/Test/test1 \
  --exec-prefix=/usr/local/OpenCA/Test/test1 \
  --with-service-mail-account="[EMAIL PROTECTED]"


<ERROR MESSAGE FROM  #make install-ext >
make[7]: Entering directory
`/usr/src/rootsrc/openca-0.9/src/cgi-bin/cgi-raserver'
cd cmds && /usr/bin/make install
make[8]: Entering directory
`/usr/src/rootsrc/openca-0.9/src/cgi-bin/cgi-raserver/cmds'
/usr/bin/install -c -o root -g root -m 644 addCertsLDAP
/usr/local/OpenCA/Test/test1/OpenCA/lib/cmds/addCertsLDAP
ln -s /usr/local/OpenCA/Test/test1/OpenCA/lib/cmds/addCertsLDAP
/usr/local/OpenCA/Test/test1/OpenCA/lib/servers/ra/cmds/addCertsLDAP
ln: `/usr/local/OpenCA/Test/test1/OpenCA/lib/servers/ra/cmds/addCertsLDAP':
File exists
make[8]: *** [/usr/local/OpenCA/Test/test1/OpenCA/lib/cmds/addCertsLDAP]
Error 1
make[8]: Leaving directory
`/usr/src/rootsrc/openca-0.9/src/cgi-bin/cgi-raserver/cmds'
make[7]: *** [cmds] Error 2
make[7]: Leaving directory
`/usr/src/rootsrc/openca-0.9/src/cgi-bin/cgi-raserver'
make[6]: *** [install] Error 2
make[6]: Leaving directory
`/usr/src/rootsrc/openca-0.9/src/cgi-bin/cgi-raserver'
make[5]: *** [cgi-raserver] Error 2
make[5]: Leaving directory `/usr/src/rootsrc/openca-0.9/src/cgi-bin'
make[4]: *** [install-ra] Error 2
make[4]: Leaving directory `/usr/src/rootsrc/openca-0.9/src/cgi-bin'
make[3]: *** [cgi-bin] Error 2
make[3]: Leaving directory `/usr/src/rootsrc/openca-0.9/src'
make[2]: *** [install-ra] Error 2
make[2]: Leaving directory `/usr/src/rootsrc/openca-0.9/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/usr/src/rootsrc/openca-0.9'
make: *** [install-ra] Error 2

</ERROR MESSAGE>


If I remove the /usr/local/OpenCA/Test/test1/OpenCA/lib directory, and do an
install-ext, there are files in the /usr/local/apache/htdocs/public
directory which fail to link because they already exist.

Your advice is appreciated.

Chris


_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to