Description Usage Arguments Details Value Author(s) Examples
Check shared libraries on current system
1 | checkSharedLibs(vec, db)
|
vec |
A (optional) character vector of shared libraries, typcially with major soname. If missing a default vector is used as fallback. |
db |
An optional identifier for a library package database, should be one of "18.04" or "19.10". |
This function examine the shared libraries in argument
vec
. It runs ldd
on these, filters for “not
found” to identify unresolved shared libraries and tries to map
these against (stored) information on distribution packages (where
Ubuntu 18.04 and 19.10 are currently supported).
The internal helper function .libs()
can be used to
identify shared libraries from packages in the current
.libPaths()
. Because search all packages in each
.libPaths()
entry at once (using shell tools) it does
not currently associate finds with the packages they originate
from.
Nothing currently but information is printed.
Dirk Eddelbuettel
1 | checkSharedLibs(c("libxml2.so.2"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.