I just tried to install Firebird 2.5.x database server and got a error in the lines of "you must not be root when trying to build this port". I was using the usual command:
Trying to compile as my normal user obviously failed too, as I don't have write access in that directory.
A quick Google search revealed what I had to do instead (as root).
That worked perfectly. Searching these forums I found the same issue mentioned back in 2010-2011. Can't the ports collection be updated for the Firebird DB packages to default to the the correct instructions - instead of tripping up every person that tries to install Firebird server, and then has to Google for a solution? The rest of ports works so seamless, and it is a shame that Firebird server doesn't.
BTW: I was using 64-bit FreeBSD 9.1
# make install cleanTrying to compile as my normal user obviously failed too, as I don't have write access in that directory.
A quick Google search revealed what I had to do instead (as root).
Code:
make -DPACKAGE_BUILDING
make install
make clean
BTW: I was using 64-bit FreeBSD 9.1