Add the line: RM=rm after line 26 in the Makefile.
Andy: I don't know if RM is predefined in the Makefile on Linux, but it is not on OpenBSD.
Henry
On Sat, 8 Nov 2003 16:48:43 -0500, <[EMAIL PROTECTED]> wrote:
Sorry to be annoying, but why is this error happenning:
www# make cert
Generating a 1024 bit RSA private key
...++++++
......++++++
writing new private key to '/tmp/openssl.RSmjDq'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:
State or Province Name (full name) [Some-State]:
Locality Name (eg, city) []:
Organization Name (eg, company) [Internet Widgits Pty Ltd]:
Organizational Unit Name (eg, section) []:
Common Name (eg, YOUR name) []:
Email Address []:
/tmp/openssl.RSmjDq: permission denied
*** Error code 126
Stop in /usr/ports/mail/bincimap/work/bincimap-1.2.3.
www# ls /tmp/openssl.RSmjDq /tmp/openssl.RSmjDq www# ls -al /tmp/openssl.RSmjDq -rw------- 1 root wheel 887 Nov 8 13:47 /tmp/openssl.RSmjDq
I am root when I made the cert? Thanks again.
-- Henry Baragar Principal, Technical Architecture 416-453-5626 Instantiated Software Inc. http://www.instantiated.ca
