I am using macports for the installation Run sudo port install postgresql92 and then sudo port install postgresql92-server Once the server has been installed, run the following To create a database instance, after install do sudo mkdir -p /opt/local/var/db/postgresql92/defaultdb sudo chown postgres:postgres /opt/local/var/db/postgresql92/defaultdb sudo su postgres -c ‘/opt/local/lib/postgresql92/bin/initdb -D /opt/local/var/db/postgresql92/defaultdb’ The output you will see The files …
I found an excellent article for this subject under this following link. http://tomyeah.com/howto-convert-bin-cue-to-iso-in-mac-os-x/ Just in case if the other site goes down (which has happened a few times in the past) and I lose this wonderful information, I had to copy paste the comments here. I’ve found a freeware solution, using the open source software …
When I was trying to upgrade my packages using the macports port command, I got the following error Can’t map the URL ‘file://.’ to a port description file (“Could not find Portfile in /“).Please verify that the directory and portfile syntax are correct.To use the current port, you must be in a port’s directory.(you might …