Find the answer to your Linux question:
Results 1 to 7 of 7
I am installing xine, and after much help from the members of these forums, I have successfully unpacked it! The instructions are to run a shell script called "configure", but ...
  1. #1
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13

    Running Shell Scripts

    I am installing xine, and after much help from the members of these forums, I have successfully unpacked it! The instructions are to run a shell script called "configure", but when I go to the directory and try to run it it tells me: "bash: configure: command not found". Please tell me how to run this script, as it creates the needed makefile, thanks!

  2. #2
    Linux Newbie
    Join Date
    Oct 2006
    Posts
    101
    make sure you are executing it from its directory. try:
    "./configure"
    --Erik

  3. #3
    Linux Newbie objuan's Avatar
    Join Date
    Jul 2006
    Location
    california
    Posts
    218
    Change to the dir were you installed the xine program and there should be a file configure, to execute it type this ./configure after this runs type make install
    then you should be done
    I am assume that you have debian installed, this thread is in the deb area.
    if so, and if you used apt-get or synaptic to install xine it won't need to be compiled it is ready to run. it should have put a xine icon in your start menu in the gui.

  4. #4
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    Well, it installed, but it didn't add a shortcut, and I can't find an executable (Do those exist in Linux?). How do I run the program?

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    execute 'xine' in terminal and if xine pops up, create its shortcut on Desktop.







    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    Typing "xine" does nothing, but "xine-config" does yield a list of options:

    user@system:~# xine-config
    Usage: xine-config [OPTIONS] [LIBRARIES]
    Options:
    [--prefix[=DIR]]
    [--exec-prefix[=DIR]]
    [--version]
    [--libs]
    [--acflags]
    [--cflags]
    [--plugindir]
    [--datadir]
    [--scriptdir]
    [--localedir]
    [--objcflags]

    The fact that this happens means it exists somewhere on my system now, right?

  7. #7
    Linux Newbie
    Join Date
    Oct 2006
    Posts
    101
    type 'exit' to get out of root, then try 'xine'.
    --Erik

Posting Permissions

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