Having trouble with make install

I have attempted to do an RT install, but I am getting an error. I end up with an extra /bin in some paths. I do not know enough to know where it is pulling this info from. I have included my edited Make file, and the error message I get.

Any help would be appreciated

Raymond Norton

Makefile.txt (12.1 KB)

rt.log (1.6 KB)

Raymond Norton wrote:

I have attempted to do an RT install, but I am getting an error. I
end up with an extra /bin in some paths. I do not know enough to know
where it is pulling this info from. I have included my edited Make file,
and the error message I get.

DB_HOME is where the Database’s commandline tools live

Note: $DB_HOME/bin is where the database binary tools are installed.

DB_HOME = /usr/bin

There. You want that to be /usr.