Error when upgrading 3.8.6 -> 3.8.8

Running CentOS 5.5 - fully patched. Trying to upgrade from 3.8.6 to 3.8.8.

make upgrade

.
.
.
.
All dependencies have been found.
/opt/local/bin/ginstall -c -m 0755 -o root -g www -d /opt/rt3/etc
make: /opt/local/bin/ginstall: Command not found
make: *** [config-install] Error 127

I can’t find anything in the README or UPGRADING doc that would indicate why I am getting this. Thanks for any help.

Never tried make upgrade… I simply compile into a different directory
then link /opt/rt3 to /opt/rt3.8.8 for example.

That way, if something goes wrong, you still have the working install in
/opt/rt3.8.6

JamesOn Fri, Jun 4, 2010 at 10:08 PM, Shannon Adams shannon_adams68@yahoo.comwrote:

Running CentOS 5.5 - fully patched. Trying to upgrade from 3.8.6 to 3.8.8.

make upgrade

.
.
.
.
All dependencies have been found.
/opt/local/bin/ginstall -c -m 0755 -o root -g www -d /opt/rt3/etc
make: /opt/local/bin/ginstall: Command not found
make: *** [config-install] Error 127

I can’t find anything in the README or UPGRADING doc that would indicate
why I am getting this. Thanks for any help.

Running CentOS 5.5 - fully patched. Trying to upgrade from 3.8.6 to 3.8.8.

make upgrade

The interesting part is probably your ./configure line and the output

-kevin