Change History (3)
comment:1 by , 24 years ago
comment:2 by , 24 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 24 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

This is what happens if you have inconsistencies between the make env variables and the make install ones:
make && make libexecdir=/usr/bin install
Change to:
make libexecdir=/usr/bin && make libexecdir=/usr/bin install
fixes this