Dne st 24. duben 2002 10:38 jste napsal(a):
> On 02-04-24 00:40:06 CEST, Josef Vesely wrote:
> > 1. Something wrong is in the root Makefile.
> > When I type "make help" "make ca" or "make ext", it automaticly run "make
> > configure" without any reason.
> there is no rule that runs "make configure" in the top level Makefile.
> do you mean it runs autoconf?

yes, it runs autoconf with some errors and then deletes configure flie.
I found lines
configure:      configure.in
                autoconf
in the root Makefile, so I comment it and then it works.


> > I remember this errorr, from some older snap. (04/10/02 maybe). My
> > solution was to comment lines for the configure option in Makefile, then
> > is it ok.
>
> this usually means that the configure.in is newer than the configure
> file.
> is it?

Yes, you are right:

-rwxr-xr-x    1 root     users      177043 dub 23 15:05 configure*
-rw-r--r--    1 root     users       24194 dub 23 15:16 configure.in

make runs autononf report some errors
NONE:0: /usr/bin/m4: `m4_symbols' from frozen file not found in builtin table!
NONE:0: /usr/bin/m4: `syncoutput' from frozen file not found in builtin table!
NONE:0: /usr/bin/m4: `changesyntax' from frozen file not found in builtin 
table!
"waits cca 45s" and then runs configure making
(I didn't type ^C today, because writing this mail ;-))

sorry fault was in me ...

> > My error-ssl.log is full of "unable to write 'random state'" messages. Do
> > you know, what should be wrong?
>
> for cryptography, you need a lot of random bytes (you don't anyone to
> guess your keys, do you?). since truely random bytes are hard to get, it
> tries to keep them around in a file for later use.
> this file cannot be written.
> you should check the file's permissions.

Is it the RANFILE from openss.cnf?
at destination from openssl.cnf is no file named .rand
I toouched it, set the privileges, but nothing happened.
this message was after using ssl is in the ssl-error again ...
(it looks, it is an off topic for this mailing list, so please, if you 
answer, try my private email)

-- 
 ===================================
 Josef "jose" Vesely
 mail: [EMAIL PROTECTED], ICQ: 27347332
 Faculty of Informatics, Masaryk university
 Brno, Czech Republic
===================================

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

Reply via email to