Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Installing Programs to a specified directory

  • 22-02-2005 4:42pm
    #1
    Registered Users, Registered Users 2 Posts: 7,496 ✭✭✭


    I'm trying to install xmms to my home directory. There are 3 steps as far as i can tell. Configure. Make. Make install.

    When i run configure it says this at the end:

    Install Path: /usr
    Current XMMS: /usr/bin/xmms

    I want it here: /home/me/xmms

    How do i do it?


Comments

  • Registered Users, Registered Users 2 Posts: 10,846 ✭✭✭✭eth0_


    in /usr/bin/xmms
    type:

    mv xmms /home/me/xmms


  • Registered Users, Registered Users 2 Posts: 7,496 ✭✭✭quarryman


    eth0_ wrote:
    in /usr/bin/xmms
    type:

    mv xmms /home/me/xmms

    i'm not sure that's it. i've only run ./configure so i wouldn't have thought the xmms directory was created yet. Does it create a config file for itself that I can edit manually.

    thanks for the reply.


  • Registered Users, Registered Users 2 Posts: 406 ✭✭bigfeller


    At the configure stage run a
    ./configure -help

    Should give and option to install to a set directory.

    should be something like:
    ./configure -install-dir=/home/me/xmms


  • Registered Users, Registered Users 2 Posts: 10,846 ✭✭✭✭eth0_


    well once its installed you can just move its directory no bother..


  • Registered Users, Registered Users 2 Posts: 7,496 ✭✭✭quarryman


    bigfeller wrote:
    At the configure stage run a
    ./configure -help

    Should give and option to install to a set directory.

    should be something like:
    ./configure -install-dir=/home/me/xmms

    i'll try that.
    well once its installed you can just move its directory no bother..

    i'm not admin. don't think i have access to that folder

    EDIT: ok problem solved command was ./configure --prefix=/home/me/xmms

    thanks for the help guys.


  • Advertisement
Advertisement