-
Notifications
You must be signed in to change notification settings - Fork 1
Ronenii/Linux-Assignment
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
README: if you encounter the following error- "error while loading shared libraries: libshared_library.so: cannot open shared object file: No such file or directory" you will need to run the following command in the terminal in order to tell the program where to look for the shared library during runtime- $ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD" you can also use 'echo' and check that the correct directory (in which the shared library .so file exists) was added to LD_LIBRARY_PATH- $ echo $LD_LIBRARY_PATH
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published