39 | | * Give each shared library a name of the form PHYSICAL=LOGICAL, and mark it as <link_file/>. This will cause the BOINC client to create a symbolic link (with the logical name) to the file in the project directory. |
40 | | * Mark the application as <local_libs>. This will cause the BOINC client to add "." (i.e. the slot directory) to its LD_LIBRARY_PATH. |
| 39 | * Give each shared library a name of the form PHYSICAL=LOGICAL. |
| 40 | * Require client version 6.1.11 or greater. On Unix, these clients create symbolic links from the slot directory to the project directory, and the append the slot directory to LD_LIBRARY_PATH. |
| 41 | |