Problems with 1417_i386.deb on Ubuntu

FireFly Media Server Firefly Media Server Forums Firefly Media Server Nightlies Feedback Problems with 1417_i386.deb on Ubuntu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #738
    grav
    Guest

    I am having troubles getting 1417 to work on Ubuntu 6.10.

    First of all, if I do

    dpkg -i mt-daapd_0.9-svn-1417_i386.deb 

    I am told that it depends on package libflac6.
    This package doesn’t exist for Ubuntu, so instead I make a symbolic link to libflac7:

    ln -s  /usr/lib/libFLAC.so.7 /usr/lib/libFLAC.so.6

    and then install 1417, ignoring the dependency:

    dpkg --ignore-depends=libflac6 --install mt-daapd_0.9-svn-1417_i386.deb

    Now mt-daapd is installed, and it also runs when doing mt-daapd start, but I can’t reach the server on port 3689.

    Any advice?

    #7123
    rpedde
    Participant

    @grav wrote:

    I am having troubles getting 1417 to work on Ubuntu 6.10.

    First of all, if I do

    dpkg -i mt-daapd_0.9-svn-1417_i386.deb 

    I am told that it depends on package libflac6.
    This package doesn’t exist for Ubuntu, so instead I make a symbolic link to libflac7:

    ln -s  /usr/lib/libFLAC.so.7 /usr/lib/libFLAC.so.6

    and then install 1417, ignoring the dependency:

    dpkg --ignore-depends=libflac6 --install mt-daapd_0.9-svn-1417_i386.deb

    Now mt-daapd is installed, and it also runs when doing mt-daapd start, but I can’t reach the server on port 3689.

    Any advice?

    I’d guess the chances of it working that way are probably pretty slim. That package is a “sarge” package, and you are installing it on what’s essentially an “etch” system. Not all too surprising it doesn’t work.

    Is this dapper? I’m installing dapper now on my build system, and I”ll probably be dropping dapper packages next nightlies.

    — Ron

    #7124
    grav
    Guest

    Is this dapper? I’m installing dapper now on my build system, and I”ll probably be dropping dapper packages next nightlies.

    Cool. No, it’s Edgy which came out a couple of days ago, but I’ll try the Dapper packages when they’re around 🙂

    #7125
    rpedde
    Participant

    @grav wrote:

    Is this dapper? I’m installing dapper now on my build system, and I”ll probably be dropping dapper packages next nightlies.

    Cool. No, it’s Edgy which came out a couple of days ago, but I’ll try the Dapper packages when they’re around 🙂

    I’ll have edgy in a few days as well… dapper is installed, just getting the prereqs installed.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Nightlies Feedback’ is closed to new topics and replies.