You are not logged in.

#1 2014-09-07 19:44:34

fschiff
Member
Registered: 2011-10-06
Posts: 71

[SOLVED] Error while loading shared library libboost_system

$ xx
cnf-lookup: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
bash: xx: command not found

Current version of libboost_system.so.1.56.0

How do I figure out which package/command is looking for the previous version of libboost_system?

Edit: I have the command-not-found interface from pkgfile installed.  That explains the xx above.

Last edited by fschiff (2014-09-08 00:10:33)

Offline

#2 2014-09-07 19:46:29

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: [SOLVED] Error while loading shared library libboost_system

I am confused. Why did you replace the command name with "xx". That is the command you are looking for.

Offline

#3 2014-09-07 19:59:13

fschiff
Member
Registered: 2011-10-06
Posts: 71

Re: [SOLVED] Error while loading shared library libboost_system

That was just showing you what I got when I typed a command that does not exist in the system.
I have the command-not-found interface from pkgfile installed.

Offline

#4 2014-09-07 20:31:28

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: [SOLVED] Error while loading shared library libboost_system

Do you suspect that this is a problem with pkgfile? What happens when you are calling pkgfile directly?

Offline

#5 2014-09-07 20:43:38

fschiff
Member
Registered: 2011-10-06
Posts: 71

Re: [SOLVED] Error while loading shared library libboost_system

pkgfile works fine

Offline

#6 2014-09-07 20:51:27

nagaseiori
Member
Registered: 2012-09-22
Posts: 72

Re: [SOLVED] Error while loading shared library libboost_system

Try restarting your shell. This could be from a recent upgrade and the currently running shell can't find that version of libboost.

Offline

#7 2014-09-07 21:01:14

fschiff
Member
Registered: 2011-10-06
Posts: 71

Re: [SOLVED] Error while loading shared library libboost_system

no difference.

I reinstalled both bash and pkgfile, and reloaded bash.

Last edited by fschiff (2014-09-07 21:38:04)

Offline

#8 2014-09-07 23:38:27

nagaseiori
Member
Registered: 2012-09-22
Posts: 72

Re: [SOLVED] Error while loading shared library libboost_system

Try running `pacman -S boost-libs`

Offline

#9 2014-09-07 23:41:16

fschiff
Member
Registered: 2011-10-06
Posts: 71

Re: [SOLVED] Error while loading shared library libboost_system

you do understand that the error is in something that is using the libs, not the lib itself?
No change.

Offline

#10 2014-09-08 00:09:17

fschiff
Member
Registered: 2011-10-06
Posts: 71

Re: [SOLVED] Error while loading shared library libboost_system

pactree --reverse boost-libs
told me that AUR package command-not-found was dependent on this.

I removed command-not-found (which I don't really need after putting in the pkgfile bash "command-not-found" hook)  The AUR command-not-found more than likely did not work.

I think I discovered this a while back, but couldn't make the connection of what was going on.  Still confused but happily arching away.

Offline

#11 2014-09-08 01:40:25

anatolik
Developer
Registered: 2012-09-27
Posts: 458

Re: [SOLVED] Error while loading shared library libboost_system

Your AUR package command-not-found was compiled with previous version of boost. boost recently was upgraded. The new *.so files were installed to your system and the old libs have gone.

Arch package maintainers recompiled all the [core/extra/community] packages with the new boost version. But your package is from AUR and you should recompile it yourself.

Last edited by anatolik (2014-09-08 03:43:17)


Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster

Offline

#12 2015-04-12 17:26:47

eNTi
Member
Registered: 2006-04-30
Posts: 109

Re: [SOLVED] Error while loading shared library libboost_system

i'm having the exact same problem with openmw... yesterday it worked and all of a sudden it stopped!. i have not idea what's going on or how to fix it. any idea how to find out, what was built against libboost_system.so.1.55.0? i've tried to rebuild openwm and everything related to it. maybe i missed something? my current boost-libs is libboost_system.so.1.57.0.

this is so strange!

Offline

Board footer

Powered by FluxBB