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

Failed to load plugin stageplugin #14

Closed
puntovale opened this issue Oct 16, 2011 · 5 comments
Closed

Failed to load plugin stageplugin #14

puntovale opened this issue Oct 16, 2011 · 5 comments

Comments

@puntovale
Copy link

Hi,
I have installed Player 3.1 svn and last master Stage 4.0.1 and, even if the installation of both is ok when I launch Stage I get this error message
error : Failed to load plugin stageplugin.
error : libtool reports error: file not found
error : plugin search path: /usr/local/lib:/usr/local/include/player-3.1:/home/vale/stage:.:/usr/local/lib/
error : failed to load plugin: stageplugin

With older version of STAGE 4.0.1 (for example master 17a3632) the problem doesn't exist

@rtv
Copy link
Owner

rtv commented Oct 20, 2011

Does the right version of the stageplugin library exist in one of the directories listed in your plugin search path? (i.e. does the runtime error help you solve the problem?)

@puntovale
Copy link
Author

Thanks for reply,
in the directory /usr/local/lib of the plugin search path, I can see "stageplugin.so" and other Stage libraries (libstage.so.4.0.1 and a link to that libstage.so) but, neverthless, I get the error message "Failed to load plugin stageplugin."

@dkargin
Copy link
Contributor

dkargin commented Dec 19, 2011

I have the same issue.
I am not sure, does it any sense, but command
ld stageplugin.so
gives the following errors:
stageplugin.so: undefined reference to InterfaceModel::Unsubscribe(QueuePointer&)' stageplugin.so: undefined reference toInterfaceModel::Subscribe(QueuePointer&)'

@richmattes
Copy link
Contributor

@rtv
Copy link
Owner

rtv commented Dec 29, 2011

The current version of p_driver.cc implements InterfaceModel::Subscribe(), so that problem should not exist. Many other bugs are also fixed since 4.0.1 so using the latest Stage is recommended.

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

4 participants