|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 1465 | minor | always | 11-20-06 10:08 | 12-04-06 14:32 | |
|
|
|||||
| Reporter: | sam | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | urgent | OS Version: | |||
| Status: | closed | Product Version: | 3.0.22 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.1.0 | ||
|
|
|||||
| Summary: | 0001465: ./configure heuristics for intel 64-bit linux | ||||
| Description: |
(rep by K Paulson) We found an issue with resin running ./configure on a x86-64 architecture system with 64 bit java: the configure script that comes with resin 3.0.22 does not detect 64 bit java because it uses egrep syntax with a grep command on line 8715. Change: grep "(64-Bit|amd64-64)" $tmpname 1> /dev/null to egrep "(64-Bit|amd64-64)" $tmpname 1> /dev/null |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |