FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › ubuntu 6.10 on MacMini can’t get mt-daapd to work….
- This topic has 5 replies, 2 voices, and was last updated 18 years ago by rpedde.
-
AuthorPosts
-
06/11/2006 at 9:07 PM #752hslGuest
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
08/11/2006 at 4:21 AM #7175rpeddeParticipant@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?
16/11/2006 at 9:46 PM #7176hslGuest(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 sequencei 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
17/11/2006 at 5:12 AM #7177rpeddeParticipant@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
17/11/2006 at 9:48 AM #7178hslGuestno, 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+r1376now 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?
๐
18/11/2006 at 4:50 AM #7179rpeddeParticipant@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+r1376now 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).
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.