[Qt-interest] "phonon backend plugin could not be loaded"

KC Jones kc at asperasoft.com
Thu Feb 18 21:21:41 CET 2010


Are the phonon related libraries installed in the correct plugin paths?  Its
not good enough to just put them along side other libs.  I can't point you
to the right doc pages, but they should be somewhere around here:
http://doc.trolltech.com/4.6/deployment-x11.html

On my Mac app, which uses WebKit, which transatively includes phonon, the
libraries are located on a path within my application bundle:

./Contents/Plugins/phonon_backend/libphonon_qt7.dylib

Presumably, the important detail for other platforms would be ensuring that
your plugins directory, whatever you call it, is on your plugin search path,
and that the phonon libs be in  a subdirectory named "phonon_backend".  Then
again, I have no experience deploying apps on linux.  Maybe others can weigh
in to verify the details?

On Mon, Dec 14, 2009 at 10:38 PM, Akshey Jawa <aksheyjawa at gmail.com> wrote:

> Hello,
>
>
> I think I have all the required packages installed in my system but I still
> get a run-time warning while running phonon music player example(
> http://pepper.troll.no/s60prereleases/doc/phonon-musicplayer.html) and so
> the play, pause and stop buttons are shown as disabled in the application.
> The warning is-
>
> *WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend
> plugin could not be loaded*
>
>
> The following packages are already installed in my ubuntu system through
> the package manager-
>
> libgstreamer0.10-0
>
> libgstreamer0.10-dev
>
> libgstreamer-plugins-base0.10-0
>
> libgstreamer-plugins-base0.10-dev
>
>
> and phonon, libphonon-dev, libqt4-phonon, libqt4-phonon-dev, libphonon4,
> and phonon-backend-gstreamer are also installed
>
>
> Please note that I am using ubuntu 9.10
>
>
> Any help is appreciated.
>
>
> Thanks,
>
> Akshey
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100218/817cdf7f/attachment.html 


More information about the Qt-interest-old mailing list