We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c282fe3 commit f43c8acCopy full SHA for f43c8ac
openslide_symlink.sh
@@ -5,8 +5,9 @@ if [ -n "$lib_path" ]; then
5
# Navigate to the directory containing libopenslide.so.1
6
cd "$(dirname "$lib_path")"
7
8
- # Create a symbolic link from libopenslide.so.1 to libopenslide.so.0
+ # Create a symbolic link from libopenslide.so.1 to libopenslide.so.0, and another in /usr/local/lib directly
9
ln -s libopenslide.so.1 libopenslide.so.0
10
+ ln -s libopenslide.so.1 /usr/local/lib/libopenslide.so.0
11
else
12
echo "libopenslide.so.1 not found in /usr/local/lib/"
-fi
13
+fi
0 commit comments