Opened 13 years ago
Closed 12 years ago
#110 closed defect (invalid)
Error text file not found but it is present
Reported by: | Owned by: | Heinrich Stamerjohanns | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | rasserver | Version: | |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Hi,
just started a new install of 8.3 and got this in the log:
Using error text file: /usr/local/rasdaman8.3/share/rasdamanerrtxts
No error texts file found at: /usr/local/rasdaman8.3/share/rasdamanerrtxts
but there is indeed the erroror text file at:
/usr/local/rasdaman-8.3/share/rasdaman/errtxts
Change History (6)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
It was indeed a dash issue, removing it from the installation path solved the issue
comment:3 by , 13 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 13 years ago
Status: | assigned → accepted |
---|
I am sorry, but I am not able to reproduce this bug.
I have tried a fresh install of rasdaman-8.3. A './configure —prefix=/usr/local/rasdaman-8.3'
puts the file at /usr/local/rasdaman-8.3/share/rasdamanerrtxts and the error text file
is found.
Could you provide details about OS and compiler used?
comment:5 by , 13 years ago
Distributor ID: Scientific
Description: Scientific Linux release 6.0 (Carbon)
$ g++ —version
g++ (GCC) 4.4.4 20100726 (Red Hat 4.4.4-13)
Copyright © 2010 Free Software Foundation, Inc.
comment:6 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | accepted → closed |
I can't reproduce it on
Distributor ID: Scientific Description: Scientific Linux release 6.1 (Carbon) Release: 6.1 Codename: Carbon
and
g++ (GCC) 4.4.5 20110214 (Red Hat 4.4.5-6)
So closing the ticket as invalid.
/usr/local/rasdaman8.3/share/rasdamanerrtxts
and
/usr/local/rasdaman-8.3/share/rasdaman/errtxts
are different (note the '-'). Maybe rasdaman has a problem with the dash, try with —prefix=/usr/local/rasdaman8.3