Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dchmelik opened this issue Jul 16, 2023 · 3 comments

Comments

@dchmelik
Copy link

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
@iv4nhoe
Copy link

iv4nhoe commented Jul 30, 2023

protoc-c: error while loading shared libraries:

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

@dchmelik
Copy link
Author

dchmelik commented Jul 31, 2023

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 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
@dchmelik
Copy link
Author

dchmelik commented 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants