You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is A Libaray and A Excutable in ProjeA. The Libaray and Excutable use The Glog Libaray. conan create .
Will Done When Create the Proja and c++ projects.
Error: /usr/bin/lib: warning: libglfags_nothreads.so.2.2 , needed by /usr/lib/libglog.so.0, not found (try using -rpath or -rpath-link) //root/.coan2/p/glog46e0c3677c070/p/lib/libglog.so.0.3.5: gflags::FlagRegisterer::FlagRegisterer.... undifined symbol
Recreate The Project sh cd projeb && conan create . --build
This Result the Project B Not Build Success. Found The Error Like This. No ':' in export LD_LIBRARY_PATH=xxx
conanbuildenv-release-x86_64.sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH /root/.conan2/p/gflags46e0c3677c070/p/lib
May Be Is A Bug or I use it with a mistake.
How To Fixed It quickly.
How to reproduce it
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
StepA
proja
There is A Libaray and A Excutable in ProjeA. The Libaray and Excutable use The Glog Libaray.
conan create .
Will Done When Create the Proja and c++ projects.
projb
And Use Create.
conan create . --build
Error: /usr/bin/lib: warning: libglfags_nothreads.so.2.2 , needed by /usr/lib/libglog.so.0, not found (try using -rpath or -rpath-link) //root/.coan2/p/glog46e0c3677c070/p/lib/libglog.so.0.3.5: gflags::FlagRegisterer::FlagRegisterer.... undifined symbol
Step2
Recreate The Project
sh cd projeb && conan create . --build
This Result the Project B Not Build Success. Found The Error Like This. No ':' in export LD_LIBRARY_PATH=xxx
conanbuildenv-release-x86_64.sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH /root/.conan2/p/gflags46e0c3677c070/p/lib
May Be Is A Bug or I use it with a mistake.
How To Fixed It quickly.
How to reproduce it
No response
The text was updated successfully, but these errors were encountered: