Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4654 | minor | always | 07-04-11 09:18 | 07-05-11 10:02 | |
|
|||||
Reporter: | domdorn | Platform: | Ubuntu x64 | ||
Assigned To: | ferg | OS: | Linux | ||
Priority: | normal | OS Version: | 10.10 | ||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.20 | ||
|
|||||
Summary: | 0004654: usability: missleading compile hint | ||||
Description: |
When downloading and starting a resin-pro server through the eclipse plugin, the following error is printed on the console [11-07-04 18:14:35.571] {main} JNI file: Unable to find native library 'resin' for com.caucho.vfs.JniFilePathImpl. Resin expects to find this library in: (Unix) /home/domdorn/resin-pro-4.0/libexec64/libresin.so On Unix, run ./configure; make; make install. The JVM exception was: java.lang.UnsatisfiedLinkError: no resin in java.library.path This is missleading, because even after fixing bug 0004653, the command should be: ./configure --prefix=/home/domdorn/resin-pro-4.0/ && make && make install (./configure --prefix=`pwd` && make && make install as a simple ./configure without --prefix would install resin system wide. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
System Description: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |