Results 1 to 4 of 4

Thread: Ampache installation - Maverick - Ubuntu 10.10

  1. #1
    Join Date
    Jul 2010
    Beans
    85

    Question Ampache installation - Maverick - Ubuntu 10.10

    Hi,

    I have just tried to install ampache server following the tutorial:
    https://help.ubuntu.com/community/ampache

    When I go thought the following:
    Code:
    sudo apt-get install ampache mysql-server-5.0 phpmyadmin
    It seems the installation does not go to the end:
    Code:
    Creating config file /etc/phpmyadmin/config-db.php with new version
    granting access to database phpmyadmin for phpmyadmin@localhost: success.
    verifying access for phpmyadmin@localhost: success.
    creating database phpmyadmin: success.
    verifying database phpmyadmin exists: success.
    populating database via sql...  done.
    dbconfig-common: flushing administrative password
     * Reloading web server config apache2                                   [ OK ] 
    Processing triggers for python-support ...
    Processing triggers for libc-bin ...
    ldconfig deferred processing now taking place
    /sbin/ldconfig.real: /usr/lib/libgdk_pixbuf_xlib.so.2 is not a symbolic link

    Link to http://localhost/ampache does not work.

    Link to http://localhost/ shows
    Code:
    It works!
    
     This is the default web page for this server.
     The web server software is running but no content has been added, yet.
    Any idea how I should proceed?

    Thanks,

  2. #2
    Join Date
    Jul 2010
    Beans
    85

    Re: Ampache installation - Maverick - Ubuntu 10.10

    I have installed the missing library but the link to apache was not there.

    I have added the following
    sudo ln -s /usr/share/ampache/www/ /var/www/ampache

    Is the correct way to proceed?

  3. #3
    Join Date
    Mar 2011
    Beans
    3

    Re: Ampache installation - Maverick - Ubuntu 10.10

    Thanks for this, was having the same problem. I created the link as you posted and it resolved my problem!

    Cheers,
    TB.

  4. #4
    Join Date
    Jun 2007
    Beans
    60

    Re: Ampache installation - Maverick - Ubuntu 10.10

    See this thread for the proper way, but nice work around!
    Last edited by nymusicman; June 16th, 2012 at 06:47 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •