smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 244 forks source link

daemon.sh overwrites LD_LIBRARY_PATH #3700

Closed Jack-Byrne closed 3 years ago

Jack-Byrne commented 3 years ago

[Delete any non-applicable sections, but we may ask for more information. Please reference the SmartDeviceLink GitHub Best Practices for further instructions on how to enter an issue.]

Bug Report

This line in daemon.sh overwrites env var LD_LIBRARY_PATH

LD_LIBRARY_PATH=$DIR ${DIR}/${CORE_APPLICATION_NAME} &
Reproduction Steps
Expected Behavior

Core starts with 3rd party libs folder

Observed Behavior

Core cannot find lib .SO files.