Opened 14 years ago
Closed 12 years ago
#52 closed defect (wontfix)
Installation (configure) bug
Reported by: | rmihalyi | Owned by: | Peter Baumann |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | manuals_and_examples | Version: | 8.1 |
Keywords: | installation, configure | Cc: | |
Complexity: | Medium |
Description
In the Installation and Administration Guide (inst-guide.pdf) to be found here: http://kahlua.eecs.jacobs-university.de/trac/rasdaman/browser/manuals_and_examples/manuals/pdf/inst-guide.pdf
the user is advised to run
./configure
("Step 1: The following command will prepare compilation for your system. ./configure").
However, if the user does not provide a prefix, for example:
./configure --prefix=/usr/local/rasdaman-8.0.0
the installation path will automatically be
/usr/local/bin
which, in itself is not that much of a problem, should the start_rasdaman.sh script not require writing of log files in the above mentioned directory.
This, of course, yields a permission denied error in writing the nohup.out file and translates as inability to view log files.
Change History (2)
comment:1 by , 13 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Peter please review this, maybe the installation guide needs to be updated?