Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004654 [Resin] minor always 07-04-11 09:18 07-05-11 10:02
Reporter domdorn View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version
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.

Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
07-04-11 09:18 domdorn New Issue
07-04-11 09:18 domdorn Relationship added related to 0004653
07-05-11 10:02 ferg Assigned To  => ferg
07-05-11 10:02 ferg Status new => closed
07-05-11 10:02 ferg Resolution open => fixed
07-05-11 10:02 ferg Fixed in Version  => 4.0.20


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker