Installing on PPC Ubuntu 9.10
  • Dear All,

    Before I describe my issues perhaps it is simpler to ask is it at all possible. Maybe an earlier version of Campcaster under an earlier version of Ubuntu would be successful.

    I have installed the development environment (detailed under the wiki) as well as packages that, through browsing the forum I thought were required Libodbc++, unixODBC , as well as the dependencies.
    ./configure --prefix=/opt/campcaster --with-apache-group=www-data

    completes without any errors but
    sudo make install
    ends with:

    make[4]: *** [resultset.lo] Error 1
    make[4]: Leaving directory `/home/chris/Downloads/campcaster-1.4.0/src/tools/libodbc++/libodbc++-0.2.4pre4/tmp/libodbc++-0.2.4pre4/src'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/chris/Downloads/campcaster-1.4.0/src/tools/libodbc++/libodbc++-0.2.4pre4/tmp/libodbc++-0.2.4pre4'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/chris/Downloads/campcaster-1.4.0/src/tools/libodbc++/libodbc++-0.2.4pre4/tmp/libodbc++-0.2.4pre4'
    make[1]: *** [tmp/all.stamp] Error 2
    make[1]: Leaving directory `/home/chris/Downloads/campcaster-1.4.0/src/tools/libodbc++/libodbc++-0.2.4pre4'
    make: *** [tmp/tools_setup.stamp] Error 2


    Any light shed would be most welcome!

    kind regards,

    Chris

    P.S Perhaps there are some PPC debs knocking around someplace?
  • 3 Comments sorted by
  • If I am well, Ferenc did upgrade libodbc++ to version 0.2.5 in January in the sources. That's solving some compile errors, true.
  • Is there an up to date list of dependencies? That would greatly help compiling from sources.
  • Vote Up0Vote Down Micz FlorMicz Flor
    Posts: 184Administrator
    hi chris,

    this was sent a few weeks back from robin gareus, who has been responsible for lifting campcaster into ubuntu 9.10 and debian. currenty we are discussion the possibility of a "out of the box" install using 64studio. but i don't know if that solves the PPC issues (don't even know if there are any...) here are the dependencies as listed by robin:

    The easiest way (automatically gets all the dependencies):
    apt-get source campcaster
    cd campcaster-<version>
    dpkg-buildpackage -rfakeroot

    -=-=-=-=- CAMPCASTER DEPENDS -=-=-=-=-
    autotools-dev,
    libtool,
    pkg-config (>= 0.15),
    doxygen,
    automake,
    unzip, bzip2,
    curl,
    graphviz,
    xsltproc,
    libcppunit-dev,
    unixodbc-dev (>= 2.2),
    odbc-postgresql,
    fontconfig,
    libfontconfig1-dev,
    libpng12-dev,
    libjpeg62-dev | libjpeg8-dev,
    libssl-dev,
    libxml2-dev,
    libpopt-dev,
    libmad0-dev,
    libogg-dev,
    libvorbis-dev,
    libbz2-dev,
    libtar-dev (>= 1.2.11),
    libcurl3-dev (>= 7.12.3) | libcurl4-openssl-dev (>= 7.16.4),
    libboost-date-time-dev (>= 1.33.1),
    libgtk2.0-dev (>= 2.6.10),
    libgtkmm-2.4-dev (>= 1:2.6.5),
    libglademm-2.4-dev (>= 2.6.2),
    libxml++2.6-dev (>= 2.8.1),
    libicu-dev,
    apache2,
    php5-pgsql,
    libapache2-mod-php5,
    php5-gd,
    postgresql (>= 8.1),
    postgresql-client (>= 8.1),
    libgstreamer0.10-dev (>= 0.10.17),
    php-pear,
    php-db,
    libserial-dev (>= 0.5.2)