[campcaster-support] I/O warning : failed to load external entity "" error parsing configu
  • Hi


    I am the co-director of Musix GNU+Linux (a Debian/Etch based Live-CD distro)

    I am trying to run campcaster-studio here, installed from your repository:

    deb http://code.campware.org/debian etch main



    marcos@musix1:/opt/campcaster/bin$ ./campcaster-studio
    ./campcaster-studio: error while loading shared libraries:
    libgstreamer-0.8.so.1: cannot open shared object file: No such file or
    directory

    so:

    sudo apt-get install libgstreamer0.8-0

    then it ask me for libxmlrpc++0


    so:

    sudo apt-get install libxmlrpc++0


    then:

    ./campcaster-studio
    ./campcaster-studio: error while loading shared libraries: libserial.so.0:
    cannot open shared object file: No such file or directory



    http://libserial.sourceforge.net/mediawiki/index.php/Main_Page

    wget -c
    http://ufpr.dl.sourceforge.net/sourceforge/libserial/libserial-0.5.2.tar.gz

    tar -xzf libserial-0.5.2.tar.gz

    ./configure --prefix=/usr

    make

    make install

    All ok, I made a debian package for the Musix's repository:
    ftp://musix.ourproject.org/pub/musix/deb/libserial-0.5.2_0.5.2-1_i386.deb


    Here we go again:


    marcos@musix1:/opt/campcaster/bin$ ./campcaster-studio
    I/O warning : failed to load external entity ""
    error parsing configuration file: Couldn't create parsing context






    So, I dont know what's the problem...



    marcos@musix1:/opt/campcaster$ ls lib/

    gstreamer-0.8 libgstplay-0.8.so.0.1.0
    libodbc++-mt.so.4.0.0
    libcppunit-1.10.so.2 libgstreamer-0.8.a libserial.a
    libcppunit-1.10.so.2.0.0 libgstreamer-0.8.la
    libserial.la
    libcppunit.a libgstreamer-0.8.so
    libserial.so
    libcppunit.la libgstreamer-0.8.so.1
    libserial.so.0
    libcppunit.so libgstreamer-0.8.so.1.4.0
    libserial.so.0.0.0
    libgstcontrol-0.8.a liblivesupport_authentication.a libtag_c.la
    libgstcontrol-0.8.la liblivesupport_core.a libtag_c.so
    libgstcontrol-0.8.so liblivesupport_db.a
    libtag_c.so.0
    libgstcontrol-0.8.so.1 liblivesupport_event_scheduler.a
    libtag_c.so.0.0.0
    libgstcontrol-0.8.so.1.4.0 liblivesupport_gstreamerelements.a libtag.la
    libgstinterfaces-0.8.la liblivesupport_minimalaudiosmil.so libtag.so
    libgstinterfaces-0.8.so liblivesupport_oneshotreader.so libtag.so.1
    libgstinterfaces-0.8.so.0 liblivesupport_partialplay.so
    libtag.so.1.4.0
    libgstinterfaces-0.8.so.0.1.0 liblivesupport_playlist_executor.a
    libxmlrpc++.a
    libgstmedia-info-0.8.la liblivesupport_scheduler_client.a
    libxmlrpc++.la
    libgstmedia-info-0.8.so liblivesupport_storage_client.a
    libxmlrpc++.so
    libgstmedia-info-0.8.so.0 liblivesupport_switcher.so
    libxmlrpc++.so.0
    libgstmedia-info-0.8.so.0.1.0 liblivesupport_widgets.a
    libxmlrpc++.so.0.0.0
    libgstplay-0.8.la libodbc++-mt.la pear
    libgstplay-0.8.so libodbc++-mt.so pkgconfig
    libgstplay-0.8.so.0 libodbc++-mt.so.4




    Someone could help me?

    Regards,



    --
         `&'
          #    Marcos Guglielmetti, co-director de              
          #   Musix GNU+Linux, 100% Software Libre para artistas      
         _#_       http://www.musix.org.ar          
         (#)    
        / O \    + archivos: ftp://musix.ourproject.org/pub/musix
       ( === )   Ecología: http://autosus.wordpress.com    
        `---'    Personal: http://marcospcmusica.wordpress.com

    "Nadie combate la libertad; a lo sumo combate la libertad de los demás. La
    libertad ha existido siempre, pero unas veces como privilegio de algunos,
    otras veces como derecho de todos."
    Karl Marx

    http://es.wikiquote.org/wiki/Libertad
  • 2 Comments sorted by
  • Hi Marcos,

    Try '/opt/campcaster/bin/campcaster-studio.sh'.

    You did not need to install gstreamer, xmlrpc++ and libserial, either;
    patched versions of these are included with Campcaster. When you
    start it with '...-studio.sh', the LD_LIBRARY_PATH variable is set so
    these can be found; and the config file location is set to something
    other than "".

    Thank you for your bug report; it has been filed as
    http://code.campware.org/projects/campcaster/ticket/2245
    and
    http://code.campware.org/projects/campcaster/ticket/2246
    and we will fix them as soon as we can.

    Ferenc


    On 7/22/07, Marcos Guglielmetti wrote:
    > Hi
    >
    >
    > I am the co-director of Musix GNU+Linux (a Debian/Etch based Live-CD distro)
    >
    > I am trying to run campcaster-studio here, installed from your repository:
    >
    > deb http://code.campware.org/debian etch main
    >
    >
    >
    > marcos@musix1:/opt/campcaster/bin$ ./campcaster-studio
    > ./campcaster-studio: error while loading shared libraries:
    > libgstreamer-0.8.so.1: cannot open shared object file: No such file or
    > directory
    >
    > so:
    >
    > sudo apt-get install libgstreamer0.8-0
    >
    > then it ask me for libxmlrpc++0
    >
    >
    > so:
    >
    > sudo apt-get install libxmlrpc++0
    >
    >
    > then:
    >
    > ./campcaster-studio
    > ./campcaster-studio: error while loading shared libraries: libserial.so.0:
    > cannot open shared object file: No such file or directory
    >
    >
    >
    > http://libserial.sourceforge.net/mediawiki/index.php/Main_Page
    >
    > wget -c
    > http://ufpr.dl.sourceforge.net/sourceforge/libserial/libserial-0.5.2.tar.gz
    >
    > tar -xzf libserial-0.5.2.tar.gz
    >
    > ./configure --prefix=/usr
    >
    > make
    >
    > make install
    >
    > All ok, I made a debian package for the Musix's repository:
    > ftp://musix.ourproject.org/pub/musix/deb/libserial-0.5.2_0.5.2-1_i386.deb
    >
    >
    > Here we go again:
    >
    >
    > marcos@musix1:/opt/campcaster/bin$ ./campcaster-studio
    > I/O warning : failed to load external entity ""
    > error parsing configuration file: Couldn't create parsing context
    >
    >
    >
    >
    >
    >
    > So, I dont know what's the problem...
    >
    >
    >
    > marcos@musix1:/opt/campcaster$ ls lib/
    >
    > gstreamer-0.8 libgstplay-0.8.so.0.1.0
    > libodbc++-mt.so.4.0.0
    > libcppunit-1.10.so.2 libgstreamer-0.8.a libserial.a
    > libcppunit-1.10.so.2.0.0 libgstreamer-0.8.la
    > libserial.la
    > libcppunit.a libgstreamer-0.8.so
    > libserial.so
    > libcppunit.la libgstreamer-0.8.so.1
    > libserial.so.0
    > libcppunit.so libgstreamer-0.8.so.1.4.0
    > libserial.so.0.0.0
    > libgstcontrol-0.8.a liblivesupport_authentication.a libtag_c.la
    > libgstcontrol-0.8.la liblivesupport_core.a libtag_c.so
    > libgstcontrol-0.8.so liblivesupport_db.a
    > libtag_c.so.0
    > libgstcontrol-0.8.so.1 liblivesupport_event_scheduler.a
    > libtag_c.so.0.0.0
    > libgstcontrol-0.8.so.1.4.0 liblivesupport_gstreamerelements.a libtag.la
    > libgstinterfaces-0.8.la liblivesupport_minimalaudiosmil.so libtag.so
    > libgstinterfaces-0.8.so liblivesupport_oneshotreader.so libtag.so.1
    > libgstinterfaces-0.8.so.0 liblivesupport_partialplay.so
    > libtag.so.1.4.0
    > libgstinterfaces-0.8.so.0.1.0 liblivesupport_playlist_executor.a
    > libxmlrpc++.a
    > libgstmedia-info-0.8.la liblivesupport_scheduler_client.a
    > libxmlrpc++.la
    > libgstmedia-info-0.8.so liblivesupport_storage_client.a
    > libxmlrpc++.so
    > libgstmedia-info-0.8.so.0 liblivesupport_switcher.so
    > libxmlrpc++.so.0
    > libgstmedia-info-0.8.so.0.1.0 liblivesupport_widgets.a
    > libxmlrpc++.so.0.0.0
    > libgstplay-0.8.la libodbc++-mt.la pear
    > libgstplay-0.8.so libodbc++-mt.so pkgconfig
    > libgstplay-0.8.so.0 libodbc++-mt.so.4
    >
    >
    >
    >
    > Someone could help me?
    >
    > Regards,
    >
    >
    >
    > --
    > `&'
    > # Marcos Guglielmetti, co-director de
    > # Musix GNU+Linux, 100% Software Libre para artistas
    > _#_ http://www.musix.org.ar
    > (#)
    > / O \ + archivos: ftp://musix.ourproject.org/pub/musix
    > ( === ) Ecología: http://autosus.wordpress.com
    > `---' Personal: http://marcospcmusica.wordpress.com
    >
    > "Nadie combate la libertad; a lo sumo combate la libertad de los demás. La
    > libertad ha existido siempre, pero unas veces como privilegio de algunos,
    > otras veces como derecho de todos."
    > Karl Marx
    >
    > http://es.wikiquote.org/wiki/Libertad
    >
  • El Lunes, 23 de Julio de 2007 12:39, Ferenc Gerlits escribió:
    | Hi Marcos,
    |
    | Try '/opt/campcaster/bin/campcaster-studio.sh'.

    Hi, yes, it works... hehe. But it just shows a play and stop button, the time,
    a logo and a Log in button: fine, I just dont know how to use it, but, if it
    works, that's OK! (now, we must read manuals)

    | You did not need to install gstreamer, xmlrpc++ and libserial, either;
    | patched versions of these are included with Campcaster. When you
    | start it with '...-studio.sh', the LD_LIBRARY_PATH variable is set so
    | these can be found; and the config file location is set to something
    | other than "".

    Fantastic

    | Thank you for your bug report; it has been filed as
    | http://code.campware.org/projects/campcaster/ticket/2245
    | and
    | http://code.campware.org/projects/campcaster/ticket/2246
    | and we will fix them as soon as we can.
    |
    | Ferenc

    Ok... you are welcome. And thanks for doing it, and for packaging it for
    Debian/Stable, now, we will have to learn how to use it Wink


    Cheers,

    | On 7/22/07, Marcos Guglielmetti wrote:
    | > Hi
    | >
    | >
    | > I am the co-director of Musix GNU+Linux (a Debian/Etch based Live-CD
    | > distro)
    | >
    | > I am trying to run campcaster-studio here, installed from your
    | > repository:
    | >
    | > deb http://code.campware.org/debian etch main
    | >
    | >
    | >
    | > marcos@musix1:/opt/campcaster/bin$ ./campcaster-studio
    | > ./campcaster-studio: error while loading shared libraries:
    | > libgstreamer-0.8.so.1: cannot open shared object file: No such file or
    | > directory
    | >
    | > so:
    | >
    | > sudo apt-get install libgstreamer0.8-0
    | >
    | > then it ask me for libxmlrpc++0
    | >
    | >
    | > so:
    | >
    | > sudo apt-get install libxmlrpc++0
    | >
    | >
    | > then:
    | >
    | > ./campcaster-studio
    | > ./campcaster-studio: error while loading shared libraries:
    | > libserial.so.0: cannot open shared object file: No such file or
    | > directory
    | >
    | >
    | >
    | > http://libserial.sourceforge.net/mediawiki/index.php/Main_Page
    | >
    | > wget -c
    | > http://ufpr.dl.sourceforge.net/sourceforge/libserial/libserial-0.5.2.tar
    | >.gz
    | >
    | > tar -xzf libserial-0.5.2.tar.gz
    | >
    | > ./configure --prefix=/usr
    | >
    | > make
    | >
    | > make install
    | >
    | > All ok, I made a debian package for the Musix's repository:
    | > ftp://musix.ourproject.org/pub/musix/deb/libserial-0.5.2_0.5.2-1_i386.de
    | >b
    | >
    | >
    | > Here we go again:
    | >
    | >
    | > marcos@musix1:/opt/campcaster/bin$ ./campcaster-studio
    | > I/O warning : failed to load external entity ""
    | > error parsing configuration file: Couldn't create parsing context
    | >
    | >
    | >
    | >
    | >
    | >
    | > So, I dont know what's the problem...
    | >
    | >
    | >
    | > marcos@musix1:/opt/campcaster$ ls lib/
    | >
    | > gstreamer-0.8 libgstplay-0.8.so.0.1.0
    | > libodbc++-mt.so.4.0.0
    | > libcppunit-1.10.so.2 libgstreamer-0.8.a
    | > libserial.a libcppunit-1.10.so.2.0.0 libgstreamer-0.8.la
    | > libserial.la
    | > libcppunit.a libgstreamer-0.8.so
    | > libserial.so
    | > libcppunit.la libgstreamer-0.8.so.1
    | > libserial.so.0
    | > libcppunit.so libgstreamer-0.8.so.1.4.0
    | > libserial.so.0.0.0
    | > libgstcontrol-0.8.a liblivesupport_authentication.a
    | > libtag_c.la libgstcontrol-0.8.la liblivesupport_core.a
    | > libtag_c.so libgstcontrol-0.8.so liblivesupport_db.a
    | > libtag_c.so.0
    | > libgstcontrol-0.8.so.1 liblivesupport_event_scheduler.a
    | > libtag_c.so.0.0.0
    | > libgstcontrol-0.8.so.1.4.0 liblivesupport_gstreamerelements.a
    | > libtag.la libgstinterfaces-0.8.la
    | > liblivesupport_minimalaudiosmil.so libtag.so libgstinterfaces-0.8.so
    | > liblivesupport_oneshotreader.so libtag.so.1
    | > libgstinterfaces-0.8.so.0 liblivesupport_partialplay.so
    | > libtag.so.1.4.0
    | > libgstinterfaces-0.8.so.0.1.0 liblivesupport_playlist_executor.a
    | > libxmlrpc++.a
    | > libgstmedia-info-0.8.la liblivesupport_scheduler_client.a
    | > libxmlrpc++.la
    | > libgstmedia-info-0.8.so liblivesupport_storage_client.a
    | > libxmlrpc++.so
    | > libgstmedia-info-0.8.so.0 liblivesupport_switcher.so
    | > libxmlrpc++.so.0
    | > libgstmedia-info-0.8.so.0.1.0 liblivesupport_widgets.a
    | > libxmlrpc++.so.0.0.0
    | > libgstplay-0.8.la libodbc++-mt.la pear
    | > libgstplay-0.8.so libodbc++-mt.so
    | > pkgconfig libgstplay-0.8.so.0 libodbc++-mt.so.4
    | >
    | >
    | >
    | >
    | > Someone could help me?
    | >
    | > Regards,
    | >
    | >
    | >
    | > --
    | > `&'
    | > # Marcos Guglielmetti, co-director de
    | > # Musix GNU+Linux, 100% Software Libre para artistas
    | > _#_ http://www.musix.org.ar
    | > (#)
    | > / O \ + archivos: ftp://musix.ourproject.org/pub/musix
    | > ( === ) Ecología: http://autosus.wordpress.com
    | > `---' Personal: http://marcospcmusica.wordpress.com
    | >
    | > "Nadie combate la libertad; a lo sumo combate la libertad de los demás.
    | > La libertad ha existido siempre, pero unas veces como privilegio de
    | > algunos, otras veces como derecho de todos."
    | > Karl Marx
    | >
    | > http://es.wikiquote.org/wiki/Libertad

    --
    "Es toda una experiencia vivir con miedo, ¿verdad? Eso es lo que significa ser
    un esclavo." - Roy Batty

    http://es.wikiquote.org/wiki/Blade_Runner