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

budgie-panel: error while loading shared libraries: libbudgie-plugin.so.0: cannot open shared object file: No such file or directory #57

Closed
Robbilie opened this issue Jul 20, 2014 · 4 comments

Comments

@Robbilie
Copy link

running from ubuntu

downloaded 5.1
extracted
./configure
installed peas & gee
./configure
make
sudo make install

budgie-panel

->

budgie-panel: error while loading shared libraries: libbudgie-plugin.so.0: cannot open shared object file: No such file or directory

starting the budgie session -> no panel

@ikeydoherty
Copy link
Member

you're probably installing to /usr/local not /usr, so your libraries aren't being found.
Please configure with "./configure --prefix=/usr"

@ikeydoherty
Copy link
Member

Also if this solves the problem, please close.

@Robbilie
Copy link
Author

jupp that solves it, now i just have to overwrite the alternatives because it always opens the old version :D

@ikeydoherty
Copy link
Member

So if the old one is left around, reconfigure as you did before, make and sudo make uninstall that one :)

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