Re: [Slackbuilds-users] question about libjvm.so symlinks

2017-06-04 Thread Sebastien BALLET
Hello, I know why this symlink is in place. However, there's no documentation which specifies this symlink is a *requirement*. There's no serious softwares which requires it, and there's no other linux distribution which has a jdk with that symlink. Therefore, there's no reason to have this symli

Re: [Slackbuilds-users] question about libjvm.so symlinks

2017-06-03 Thread Harald Achitz
for that other programs can find libjvm.so in the library search path ./$PRGNAM/jre/lib/${LIB_ARCH}/server/ is just some path only the program self knows $PKG/usr/lib${LIBDIRSUFFIX} is a path all other programs also know /Harald 2017-06-02 18:41 GMT+02:00 Sebastien BALLET : > Hello, > > I wo

[Slackbuilds-users] question about libjvm.so symlinks

2017-06-02 Thread Sebastien BALLET
Hello, I would like to know if there is any (documented) reasons why the slackbuilds for (open)jdk create the symlinks below. jdk.SlackBuild: cd $PKG/usr/lib${LIBDIRSUFFIX} ln -sf ./java/jre/lib/${LIB_ARCH}/server/libjvm.so . openjdk.SlackBuild: cd $PKG/usr/lib${LIBDIRSUFFIX} ln -sf ./$PRGN