Freebsd – Firebird on FreeBSD

firebirdfreebsd

Does anybody know on how to install Firebird 2.0 on FreeBSD 7.2? I have updated the ports and the kernels, but when I try to do a "make install", I get the error:

Please do not build firebird as 'root' because this may cause conflicts with SysV semaphores of running services.

Any ideas?

Best Answer

Thanks for the reply, guys. I finally figured it out. Here's how:

make -DPACKAGE_BUILDING

make install

that finally got it compiled and installed.