facebook / proxygen

A collection of C++ HTTP libraries including an easy to use HTTP server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined reference to `google::kLogSiteUninitialized'

InfinityMin3r opened this issue · comments

Hello Proxygen team,

I'm running into a strange issue while attempting to compile the echo sample. My logs are riddled with this message:
undefined reference to `google::kLogSiteUninitialized'

I've tried linking against it as both a static and dynamic library, and my glog is found by my build system as 0.5.0.

Is this a known issue? If not, any ideas on how to fix it?

I reinstalled glog from the proxygen artifacts directory, and that seems to have corrected the issue.