On Wed, Jan 14, 2009 at 12:35:04PM -0500, jkowall wrote: > > Sorry I had some issues getting on the mailinglist. > > You can see the SO is compiled, but for some reason it cannot be loaded. Any > advice? > > I am on Resin Pro. > > [r...@x bin]# ./resin.sh start > Resin/3.2.1 can't start -server '' for watchdog at 127.0.0.1:6600. > com.caucho.config.ConfigException: <user-name> requires compiled JNI. Check > the $RESIN_HOME/libexec or $RESIN_HOME/libexec64 directory for libresin_os.so. > > [r...@x bin]# ls -la ../libexec/ > total 180 > drwxr-xr-x 2 root root 4096 Jan 2 19:38 . > drwxr-xr-x 20 root root 4096 Jan 6 19:48 .. > -rwxr-xr-x 1 root root 170308 Jan 3 00:11 libresin_os.so
Hi, You're missing 2 SOs: libresin.so and libresinssl.so. You'll need to recompile and/or check for compilation errors. Emil ============================================================ Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[email protected] http://blog.caucho.com/ Caucho: Reliable Open Source --> Resin: application server --> Quercus: PHP in Java --> BAM: lightweight high-speed messaging _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
