purple-googlechat icon indicating copy to clipboard operation
purple-googlechat copied to clipboard

stops working and won't recompile with newer software/libraries (absl new dependencies, protobuf?)

Open dchmelik opened this issue 2 years ago • 3 comments

d@cosmos:~/math/src/network/chat/bitlbee/plugins/1Slackware/purple-googlechat$ make
protoc-c --c_out=. googlechat.proto
protoc-c: error while loading shared libraries: libprotobuf.so.23.4.0: cannot open shared object file: No such file or directory
make: *** [Makefile:100: googlechat.pb-c.c] Error 127

Sometimes symbolic linking to newer library works, which I did (libprotobuf.so.31.0.1) but following happened.

d@cosmos:~/math/src/network/chat/bitlbee/plugins/1Slackware/purple-googlechat$ make
protoc-c --c_out=. googlechat.proto
protoc-c: error while loading shared libraries: libabsl_log_internal_check_op.so.2301.0.0: cannot open shared object file: No such file or directory
make: *** [Makefile:100: googlechat.pb-c.c] Error 127

dchmelik avatar Jul 16 '23 10:07 dchmelik

protoc-c: error while loading shared libraries:

This looks to me like a problem of the protobuf-c-compiler.

iv4nhoe avatar Jul 30 '23 14:07 iv4nhoe

I doubt the problem is a compiler; read the bug report title: stops working. What I posted after that was only after it stopped working in BitlBee & Pidgin so I tried to recompile it to see if it'd work again. As for recompiling, I already explained: it's too old (I said what version I have).

dchmelik avatar Jul 31 '23 14:07 dchmelik

Oddly it started working again, but I still can no longer compile: does dependency list need updating to add libabsl and dependencies?

dchmelik avatar Dec 10 '23 02:12 dchmelik