Mantis - Resin
Viewing Issue Advanced Details
5808 minor always 10-08-14 10:47 10-17-14 17:04
nam  
ferg  
normal  
closed  
no change required  
none    
none  
0005808: make should copy JNI files to libexec
./configure
make

without doing make install should give a runnable Resin Pro instance.


[14-10-08 10:43:28.739] {main} JNI file: Unable to find native library 'resin' for com.caucho.vfs.JniFilePathImpl. Resin expects to find this library in:
                         (Unix) /home/nam/caucho/git/test/resin-pro-4.0.41/libexec64/libresin.so
                       On Unix, run ./configure --prefix=`pwd`; make; make install.
                       
                       The JVM exception was: java.lang.UnsatisfiedLinkError: no resin in java.library.path
                       
[14-10-08 10:43:28.740] {main} JNI keepalive: Unable to find native library 'resin' for com.caucho.network.listen.JniSelectManager. Resin expects to find this library in:
                         (Unix) /home/nam/caucho/git/test/resin-pro-4.0.41/libexec64/libresin.so
                       On Unix, run ./configure --prefix=`pwd`; make; make install.
                       
                       The JVM exception was: java.lang.UnsatisfiedLinkError: no resin in java.library.path
                       
[14-10-08 10:43:28.741] {main} JNI socket: Unable to find native library 'resin_os' for com.caucho.vfs.JniServerSocketImpl. Resin expects to find this library in:
                         (Unix) /home/nam/caucho/git/test/resin-pro-4.0.41/libexec64/libresin_os.so
                       On Unix, run ./configure --prefix=`pwd`; make; make install.
                       
                       The JVM exception was: java.lang.UnsatisfiedLinkError: no resin_os in java.library.path

Notes
(0006539)
ferg   
10-17-14 17:04   
Make targets will not be changed in 4.0.x.