root required for make
Bug #461753 reported by
Brian Aker
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
InfiniDB Community |
Confirmed
|
Medium
|
Bob Dempsey |
Bug Description
bzr branch ... && ./configure && make
produces ->
test -z "/usr/local/
mkdir: /usr/local/Calpont: Permission denied
make[3]: *** [install-
make[2]: *** [bootstrap] Error 2
make[1]: *** [bootstrap] Error 2
make: *** [all] Error 2
Changed in infinidb: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in infinidb: | |
assignee: | nobody → Bob Dempsey (rdempsey-calpont) |
To post a comment you must log in.
The file INSTALL has all the steps necessary to build from source.
Need to work on the source build to be closer to:
bzr branch lp:infinidb ; cd infinidb; ./configure --prefix=... ; make && make install