Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 227 by trivoallan: /usr/lib/libprotobuf.so.6: undefined symbol:
pthread_once
http://code.google.com/p/protobuf/issues/detail?id=227
Hi,
What steps will reproduce the problem?
1. Compile protobuf-2.3.0
2. Try to use it from Pinba
3. There you go with the error
Having compiled http://pinba.org PHP extension on CentOS 5 using
protobuf-2.3.0, the extension cannot be loaded and throws the error :
Unable to load dynamic library '/usr/lib/php/modules/pinba.so' -
/usr/local/lib/libprotobuf.so.6: undefined symbol: pthread_once
As far as i understand (but please bear with my very little C skills), the
error comes from libprotobuf.
I used standard compilation procedure (./configure && make && make install).
regads.
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.