ubuntu 6.10 on MacMini can’t get mt-daapd to work….

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues ubuntu 6.10 on MacMini can’t get mt-daapd to work….

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #752
    hsl
    Guest

    Hello,

    I’m runnin Ubuntu 6.10 (edgy) on my G4 MacMini, but there’s no way I can get it to work. Did anyone got it to work on a ppc linux machine?

    Best regards,

    Harold

    #7175
    rpedde
    Participant

    @hsl wrote:

    Hello,

    I’m runnin Ubuntu 6.10 (edgy) on my G4 MacMini, but there’s no way I can get it to work. Did anyone got it to work on a ppc linux machine?

    Best regards,

    Harold

    What have you tried?

    You’ll need to compile it with avahi-howl-compat libs… What did you use for a configure command?

    #7176
    hsl
    Guest

    (sorry for the late reaction, but i forgot to be notified when a reaction was posted. ๐Ÿ˜€

    ok, completely reinstalled the machine, it was quite buggy with a lot of other things.

    now i got it working with this:


    wget ftp://ftp.nl.debian.org/debian/pool/main/m/mt-daapd/mt-daapd_0.2.4+r1376-1.diff.gz
    wget ftp://ftp.nl.debian.org/debian/pool/main/m/mt-daapd/mt-daapd_0.2.4+r1376-1.dsc
    wget ftp://ftp.nl.debian.org/debian/pool/main/m/mt-daapd/mt-daapd_0.2.4+r1376.orig.tar.gz
    dpkg-source -x mt-daapd_0.2.4+r1376-1.dsc
    cd mt-daapd_0.2.4+r1376
    dpkg-buildpackage -rfakeroot -uc -uc

    and now i get these errors:


    2006-11-16 10:14:50 (310284f0): Unknown meta code: com.apple.itunes.episode-num-str
    2006-11-16 10:14:50 (310284f0): Unknown meta code: com.apple.itunes.episode-sort
    2006-11-16 10:14:50 (310284f0): Unknown meta code: com.apple.itunes.season-num
    2006-11-16 10:14:50 (310284f0): Unknown meta code: daap.songgapless
    2006-11-16 10:14:50 (310284f0): Unknown meta code: com.apple.itunes.gapless-enc-del
    2006-11-16 10:14:50 (310284f0): Unknown meta code: com.apple.itunes.gapless-heur
    2006-11-16 10:14:50 (310284f0): Unknown meta code: com.apple.itunes.gapless-enc-dr
    2006-11-16 10:14:50 (310284f0): Unknown meta code: com.apple.itunes.gapless-dur
    2006-11-16 10:14:50 (310284f0): Unknown meta code: com.apple.itunes.gapless-resy
    2006-11-16 10:14:50 (310284f0): Error getting dmap size: Misc SQL Error: library routine called out of sequence

    i understand that only the last is a problem to get it to work and that i have to compile it with sqlite2 instead of 3, but I don’t have a clue how to do that, can you help me?

    regards,

    Harold

    #7177
    rpedde
    Participant

    @hsl wrote:

    i understand that only the last is a problem to get it to work and that i have to compile it with sqlite2 instead of 3, but I don’t have a clue how to do that, can you help me?

    The other option is to have sqlite3 > 3.3.0.

    I’m guessing you must have 3.2.something. This is edgy? I would have thought it would have a newer sqlite. ๐Ÿ™

    In any event, check the debian/rules file and make sure the configure command has both –enable-sqlite and –enable-sqlite3.

    You’ll need to have libsqlite0-dev installed, and then rebuild the package.

    Then just change the config file (/etc/mt-daapd.conf), and change the db_type from “sqlite3” to “sqlite”. You should be in business.

    — Ron

    #7178
    hsl
    Guest

    no, it’s not edgy, it’s the dapper server install.

    wget ftp://ftp.nl.debian.org/debian/pool/main/m/mt-daapd/mt-daapd_0.2.4+r1376-1.diff.gz
    wget ftp://ftp.nl.debian.org/debian/pool/main/m/mt-daapd/mt-daapd_0.2.4+r1376-1.dsc
    wget ftp://ftp.nl.debian.org/debian/pool/main/m/mt-daapd/mt-daapd_0.2.4+r1376.orig.tar.gz
    dpkg-source -x mt-daapd_0.2.4+r1376-1.dsc
    cd mt-daapd_0.2.4+r1376

    now I repeated the first 4 steps, do i have to configure, make & make install it manually or do I have to do it with fakeroot?

    ๐Ÿ™‚

    #7179
    rpedde
    Participant

    @hsl wrote:

    no, it’s not edgy, it’s the dapper server install.

    wget ftp://ftp.nl.debian.org/debian/pool/main/m/mt-daapd/mt-daapd_0.2.4+r1376-1.diff.gz
    wget ftp://ftp.nl.debian.org/debian/pool/main/m/mt-daapd/mt-daapd_0.2.4+r1376-1.dsc
    wget ftp://ftp.nl.debian.org/debian/pool/main/m/mt-daapd/mt-daapd_0.2.4+r1376.orig.tar.gz
    dpkg-source -x mt-daapd_0.2.4+r1376-1.dsc
    cd mt-daapd_0.2.4+r1376

    now I repeated the first 4 steps, do i have to configure, make & make install it manually or do I have to do it with fakeroot?

    ๐Ÿ™‚

    once you’ve done the steps above, add the “–enable-sqlite” to the debian/rules and then do a buildpackage.

    (or just “fakeroot debian/rules binary” — either way).

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.