Airtime Installation Issue
  • Vote Up0Vote Down VerheekVerheek
    Posts: 158Member
    Hi,

    I've been periodically following the developments with git on a test Lucid server.  That went fine until at some point I started getting

    * Waiting for media-monitor processes to start...
    * Detecting OS: ...  Found Ubuntu 10.04.4 LTS (lucid) on i386 architecture
     * Installing Liquidsoap binary
    Unsupported OS/system architecture.
    [Errno 2] No such file or directory: '/usr/lib/airtime/pypo/bin/liquidsoap_bin/liquidsoap_lucid_i386'

    There are no files in the liquidsoap_lucid_i386 folder.  It seems like there is a version mismatch somewhere.  Uninstalling and reinstalling Airtime does not fix it and this is the latest git pull origin devel. 

  • 3 Comments sorted by
  • We put some of the Liquidsoap files into a git submodule. However this has introduced some other problems such as this. Until we find a better way to handle this, simply enter the following two commands:

    git submodule init
    git submodule update

    from the root of the AIrtime git repository.
    Airtime Pro Hosting: http://airtime.pro
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    currently liquidsoap binaries are available via separate git repo: git://github.com/sourcefabric/airtime-liquidsoap.git

  • Vote Up0Vote Down VerheekVerheek
    Posts: 158Member
    Thanks guys.

    Jeremy