OpenSSL installs on a MacBook Pro but not on a MacBook Air.
*MacBook Pro, Mac OS X 10.6.7, 2.8 GHz Intel Core 2 Duo, 4GB 1067 MHz DDR3, installed Xcode, MacPorts* ... downloaded openssl-1.0.0d.tar.gz ./Configure darwin64-x86_64-cc --openssldir=/usr/bin/openssl make make test sudo make install ... seems to work MBP:/ dbwarner$ openssl version -bash: openssl: command not found MBP:/ dbwarner$ sudo port -v install openssl ... MBP:/ dbwarner$ openssl version OpenSSL 1.0.0d 8 Feb 2011 But the same procedure fails to install on a *MacBook Air, Mac OS X 10.6.7, 1.4 GHz Intel Core 2 Duo, 2GB 1067 MHz DDR3, installed Xcode, MacPorts* ... downloaded openssl-1.0.0d.tar.gz ./Configure darwin64-x86_64-cc --openssldir=/usr/bin/openssl make make test sudo make install ... seems to work MBA:/ David$ openssl version -bash: openssl: command not found MBA:/ David$ sudo port -v install openssl Password: ---> Computing dependencies for openssl. ---> Cleaning openssl ---> Removing work directory for openssl MBA:/ David$ openssl version -bash: openssl: command not foundOpenSSL installs on a MacBook Pro but not on a MacBook Air.
MacBook Pro, Mac OS X 10.6.7, 2.8 GHz Intel Core 2 Duo, 4GB 1067 MHz DDR3, installed Xcode, MacPorts
... downloaded openssl-1.0.0d.tar.gz
./Configure darwin64-x86_64-cc --openssldir=/usr/bin/openssl
make
make test
sudo make install
... seems to work
MBP:/ dbwarner$ openssl version
-bash: openssl: command not found
MBP:/ dbwarner$ sudo port -v install openssl
...
MBP:/ dbwarner$ openssl version
OpenSSL 1.0.0d 8 Feb 2011
But the same procedure fails to install on a
MacBook Air, Mac OS X 10.6.7, 1.4 GHz Intel Core 2 Duo, 2GB 1067 MHz DDR3, installed Xcode, MacPorts
... downloaded openssl-1.0.0d.tar.gz
./Configure darwin64-x86_64-cc --openssldir=/usr/bin/openssl
make
make test
sudo make install
... seems to work
MBA:/ David$ openssl version
-bash: openssl: command not found
MBA:/ David$ sudo port -v install openssl
Password:
---> Computing dependencies for openssl.
---> Cleaning openssl
---> Removing work directory for openssl
MBA:/ David$ openssl version
-bash: openssl: command not found
