Hello Fran�ois,

    The first error message occurrs because you executed make install-ext
before make install-pub. When you execute make install-ext, you don't need
execute make install-pub (read the Makefile file) ;-).
    The second error message happen because some files has a wrong path of
pwd.html. You must search at your CA and RA web page directory for a file
all.js and change the line var msgWindow =
window.open("/htdocs-ra/pwd.html", "Password", par); to var msgWindow =
window.open("/pwd.html", "Password", par);.
      Some files at OpenCA directory (in lib/servers) refers to pwd.html. A
grep command like grep -d recurse pwd.html . solve this problem.


Cheers,

Marco


----- Original Message -----
From: "Fran�ois D�sarm�nien" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 15, 2002 4:02 PM
Subject: [Openca-Users] Installation problems



Hello, you all,

First, I want to thank everyone for the great job beeing done there !

I just want to submit an installation problem using SNAP-20020410:

when doing the install-pub target , if ends with the following error
message:

make[8]: Entering directory
`/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs/htdocs-public/crl'
/usr/bin/install -c -o root -g root -m 644 index.html
/usr/local/OpenCA/apache/htdocs/pub/crl/index.html
ln: `/usr/local/OpenCA/apache/htdocs/pub/crl/cacrl.crl': File exists
make[8]: *** [/usr/local/OpenCA/var/crypto/crls/cacrl.crl] Error 1
make[8]: Leaving directory
`/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs/htdocs-public/crl'
make[7]: *** [crl] Error 2
make[7]: Leaving directory
`/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs/htdocs-public'
make[6]: *** [install] Error 2
make[6]: Leaving directory
`/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs/htdocs-public'
make[5]: *** [htdocs-public] Error 2
make[5]: Leaving directory
`/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs'
make[4]: *** [install-pub] Error 2
make[4]: Leaving directory
`/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs'
make[3]: *** [htdocs] Error 2
make[3]: Leaving directory `/usr/src/archives/OpenCA-SNAP-20020410/src'
make[2]: *** [install-pub] Error 2
make[2]: Leaving directory `/usr/src/archives/OpenCA-SNAP-20020410/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/usr/src/archives/OpenCA-SNAP-20020410'
make: *** [install-pub] Error 2

The '/usr/local/OpenCA/apache/htdocs/pub/crl/cacrl.crl' should be instead
understood as '/usr/local/OpenCA/var/crypto/crls/cacrl.crl', to which it
should be linked does not exists...

My 'config' command has been :

  ./configure \
  --prefix=/usr/local/OpenCA \
  --with-openca-prefix=/usr/local/OpenCA \
  --with-web-host=myhostname \
  --with-httpd-user=www-data \
  --with-httpd-group=www-data \
  --with-ca-organization="blah" \
  --with-ca-locality=Here \
  --with-ca-country=FR


Am I doing something wrong, or is it a known problem (I haven't seen it
reported in archives AFAIK) ?

Is there a problem in specifying both 'prefix' and 'openca-prefix' to
the same location ?

It leads me to a second problem when I want to issue the initial
administrator
certificate: it tries to load the page '.../apache/htdocs/ca/ca/pwd.html'
 -- ie with one '/ca' too many -- which, of course does not exist.
Could it be related ? (I saw a similar report in '2000 archives, but it was
rather another installation problem).


Thank you in advance for your time,

Fran�ois D�sarm�nien

PS: sorry to ask two questions in a single message, but most of the
    base information is the same for both, so I didn't want to duplicate
    it.


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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to