|
From: Christian M. <chr...@ta...> - 2010-07-14 11:26:56
|
guy, thank you for your interest in the JSW. Wrapper versions prior to 3.3.5 are linking to libm.so.2. However this file is not available on Solaris 8. there are 2 options now for using the wrapper: either create a softlink of /usr/lib/libm.so.1 to /usr/lib/libm.so.2 or (more recommended) try using a newer version of the wrapper. Since (I think) 3.3.6 or 3.3.7 we use an older sparc version for building the releases. so they are linking with libm.so.1 and should be fine to use also on Solaris 8 machines. If you have anymore questions please don't hesitate asking. Cheers, christian On Wed, Jul 14, 2010 at 8:14 PM, Guy <guy...@gm...> wrote: > Hi all, > > we have an application using the wrapper and are running version 3.3.5 of > the wrapper (wrapper-solaris-sparc-32-3.3.5.tar). We are running on Solaris > 5.8: > > # uname -a > SunOS sbedskav 5.8 Generic_127721-01 sun4u sparc SUNW,Sun-Fire-V240 > > But when we run our application we get the following error: > > ld.so.1: wrapper: fatal: libm.so.2: open failed: No such file or directory. > > We tried older versions of the wrapper, but these resulted in other errors. > > Any help would be appreciated ! > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |