ldd

package
v0.0.0-...-4810326 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2016 License: MIT Imports: 8 Imported by: 3

README

ldd

List dynamic dependencies - dynamic loader introspection.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConfigFiles = []string{

	"/etc/ld.so.conf",
}

Functions

func GetDynLibDirs

func GetDynLibDirs() (dirs []string, err error)

GetDynLibDirs returns locations (directories) where the dynamic linker (DL) looks for .so libraries when it launches applications.

This information is read from /etc/ld.so.conf file

func GetDynLibs

func GetDynLibs(name string) ([]string, error)

func GetDynLoader

func GetDynLoader() string

func ParseDynLibConf

func ParseDynLibConf(configFile string) (dirs []string, err error)

ParseDynLibConf reads/parses DL config files defined as a pattern and returns a list of directories found in there (or an error).

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL