openssl No such file or directory

2004-12-07 Thread Jermaine McBean
I installed Openssl from the prots collection. When I try to generate 
key files i get this error

pc1# openssl gendsa -des3 -out \
? myca.key 1024
1024: No such file or directory
46701:error:02001002:system library:fopen:No such file or 
directory:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:276:fopen('1024','r')
46701:error:20074002:BIO routines:FILE_CTRL:system 
lib:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:278:

I also ran openssl verify -CAfile ca.crt ca.crt command and i get this
Error loading file ca.crt
46724:error:02001002:system library:fopen:No such file or 
directory:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:104:fopen('ca.crt','r')
46724:error:2006D080:BIO routines:BIO_new_file:no such 
file:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:107:
46724:error:0B084002:x509 certificate 
routines:X509_load_cert_crl_file:system 
lib:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509/by_file.c:274:
usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose 
purpose] [-crl_check] [-engine e] cert1 cert2 ...

any help
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeRadius and Mysql server ports

2004-12-02 Thread Jermaine McBean
I have problem adding MySQL server to FreeBSD with FreeRadius. Since I 
already installed FreeRadius /w Mysql client, I cannot do a pkg_add 
Mysql-server because of the FreeRadius' dependancy on a older mysql 
client (mysql-client-4.0.21). Is there a way to upgrade the client so I 
can install pkg_add -r mysql41-server. If there is any better way to 
combine them, it would be helpful. I'm a newbie at this

Jermaine
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"