Bug 42496

GemStone/S 64 Bit

3.1.0.1, 3.1

All

3.1.0.2

Logins using gemnetdebug fail due to library load issue

Due to changes in the way libraries are distributed and loaded, logins
using gemnetdebug fail in 3.1 and later.

Workaround

The following changes allow gemnetdebug logins to work

chmod +w $GEMSTONE/sys/gemnetdebug

Edit $GEMSTONE/sys/gemnetdebug:

Replace

   GEMSTONE_LIB="$GEMSTONE/libSlow"

with:

   GEMSTONE_LIB="$GEMSTONE/libSlow/libgcilnk-3.1.0.1-64.so"

using the appropriate library for your version.

Replace

   gemdir="$GEMSTONE_LIB"          # directory where the gem lives

with

   gemdir="$GEMSTONE/libSlow"          # directory where the gem lives

cd $GEMSTONE/libSlow chmod +w . cp $GEMSTONE/lib/libssl-3.1.0.2-64.so .


Last updated: 5/10/14