Opened 13 years ago
Closed 13 years ago
#109 closed defect (fixed)
Rasdaman v8.3 does not install correctly (SL6.0)
Reported by: | Owned by: | Peter Baumann | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | applications | Version: | |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Hi, I am trying to compile and install the new release of rasdaman but I get the following error when make install (excerpt):
if test -e db/settings.properties; then cp -r db/settings.properties build/web/WEB-INF/classes; fi
mkdir -p build/dist
cd build/web; jar cf ../../build/dist/petascope.war .
cp -r build/dist/petascope.war /usr/local/rasdaman-8.3/share/rasdaman/war
cp: cannot create regular file `/usr/local/rasdaman-8.3/share/rasdaman/war': No such file or directory
make[2]: * [install] Error 1
Manually creating the target directory before installing seem to allow installation process to complete:
mkdir -p /usr/local/rasdaman-8.3/share/rasdaman
I submitted a patch that fixes this. You can specify where should petascope war be installed with —war-dir at configure btw.