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
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
The text was updated successfully, but these errors were encountered:
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
changed the title
stops working and won't recompile with newer software/libraries (protobuf?)
stops working and won't recompile with newer software/libraries (absl, protobuf?)
Dec 10, 2023
Oddly it started working again, but I still can no longer compile: does dependency list need updating to add libabsl and dependencies?
dchmelik
changed the title
stops working and won't recompile with newer software/libraries (absl, protobuf?)
stops working and won't recompile with newer software/libraries (absl new dependencies, protobuf?)
Dec 10, 2023
Sometimes symbolic linking to newer library works, which I did (libprotobuf.so.31.0.1) but following happened.
The text was updated successfully, but these errors were encountered: