Re: OpenSSL Base vs. OpenSSL Port?

2009-06-17 Thread b. f.
I had been running 6.2 with openssl base for quite a while. Then I attempted to implement the dkim-filter port which required using openssl to generate keys. That's when I noticed that openssl is broken on my machine. See this example: # openssl genrsa -out rsa.private 1024 Error configuring

Re: OpenSSL Base vs. OpenSSL Port?

2009-06-17 Thread b. f.
On 6/17/09, b. f. bf1...@googlemail.com wrote: Put WITH_OPENSSL_PORT=yes in your build environment -- /etc/make.conf is a good way -- and then rebuild all ports that depend on openssl. There are many different ways to do this -- you could use: pkgdb -L portupgrade -fur openssl-* (The

Re: OpenSSL Base vs. OpenSSL Port?

2009-06-17 Thread b. f.
On 6/17/09, b. f. bf1...@googlemail.com wrote: On 6/17/09, b. f. bf1...@googlemail.com wrote: Put WITH_OPENSSL_PORT=yes in your build environment -- /etc/make.conf is a good way -- and then rebuild all ports that depend on openssl. There are many different ways to do this -- you could

Re: OpenSSL Base vs. OpenSSL Port?

2009-06-17 Thread b. f.
On 6/17/09, b. f. bf1...@googlemail.com wrote: On 6/17/09, b. f. bf1...@googlemail.com wrote: Put WITH_OPENSSL_PORT=yes in your build environment -- /etc/make.conf is a good way -- and then rebuild all ports that depend on openssl. There are many different ways to do this -- you could

OpenSSL Base vs. OpenSSL Port?

2009-06-16 Thread Drew Tomlinson
I had been running 6.2 with openssl base for quite a while. Then I attempted to implement the dkim-filter port which required using openssl to generate keys. That's when I noticed that openssl is broken on my machine. See this example: # openssl genrsa -out rsa.private 1024 Error