Search:

Type: Posts; User: Legion81; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    18
    Views
    7,825

    [ubuntu] Re: Problems installing ROOT

    You can also do what it says in the user manual and type:

    export PATH=$ROOTSYS/bin:$PATH
    export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH

    but the . bin/thisroot.sh seems to be easier and...
  2. Replies
    18
    Views
    7,825

    [ubuntu] Re: Problems installing ROOT

    Yes, you want to do ctrl+x and save. I should have mentioned that. The "cd root" was assuming you put the ROOT folder in /home/username/ so if it is somewhere else, you will want the actual path.
    ...
  3. Replies
    18
    Views
    7,825

    [ubuntu] Re: Problems installing ROOT

    Oh good, it's working. Open a terminal and type this:

    nano ./.bashrc

    A file will open. Scroll to the bottom and add these three lines:

    cd root
    . bin/thisroot.sh
    cd
  4. Replies
    18
    Views
    7,825

    [ubuntu] Re: Problems installing ROOT

    It looks like v5-28-00d has a fix for that:
    http://root.cern.ch/drupal/content/root-version-v5-28-00-patch-release-notes

    You can rename (or delete) your current root folder and download this one....
  5. Replies
    18
    Views
    7,825

    [ubuntu] Re: Problems installing ROOT

    You can fix that by opening root/config/Makefile.linuxx8664gcc and a few lines down you will see:

    OPTFLAGS = -O2

    delete the "2" so you have OPTFLAGS = -O

    You will probably want to run "make...
  6. Replies
    18
    Views
    7,825

    [ubuntu] Re: Problems installing ROOT

    Oh, I just noticed that you were looking for the files in /usr/lib32. lib32 is not the correct place. You want to get look for the file in lib. It will probably be in /usr/lib/x86_84-linux-gnu if you...
  7. Replies
    18
    Views
    7,825

    [ubuntu] Re: Problems installing ROOT

    I was just having the same problem.

    I linked libX11.so to the actual file with:
    sudo ln -s /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 /usr/lib/libX11.so

    When I ran ./configure again, the libX11...
  8. Replies
    7
    Views
    891

    [ubuntu] Re: Adobe Flash problem

    Are you suggesting to use an older version of Linux or an older version of flash? To be able to watch most videos, don't you need at least flash 9?
  9. Replies
    7
    Views
    891

    [ubuntu] Adobe Flash problem

    I just installed 10.04 on an old computer (900 MHz AMD Athlon) and flash is acting weird. When I go to Youtube or any other page with flash, I get audio just fine but the video freezes on the first...
  10. Replies
    6
    Views
    681

    [ubuntu] Re: adding a recovery mode password

    I don't log in as root and I'm trying to make my computer "safer" than it already is. So how could I make a password required to load recovery mode?
  11. Replies
    6
    Views
    681

    [ubuntu] Re: adding a recovery mode password

    What other ways are there to get to a root shell from Grub? I've only been using Ubuntu for a week or two, so I'm not too familiar with it yet.
  12. Replies
    6
    Views
    681

    [ubuntu] adding a recovery mode password

    I recently installed Ubuntu and noticed when I load 'Recovery Mode' from Grub, I am not asked for a password. Since you can change the login password from there, is there a way to add a password to...
  13. Replies
    1
    Views
    1,134

    [ubuntu] Mathematica installation problem

    I'm installing Mathematica 6.0 on Ubuntu 10.04 (64bit). I almost got all the way through installation (typing in my license number and password) and then the installation failed:

    "Creating...
  14. [ubuntu] Re: Encrypt everything except boot without reinstalling

    I was hoping I wouldn't have to reinstall everything. Oh well, at least I won't be bored, :)

    Thanks anyways.
  15. [ubuntu] Encrypt everything except boot without reinstalling

    I already have Ubuntu 9.10 on my system and don't want to have to reinstall all my programs after a clean install. I want to encrypt my hard drive so it will boot and ask for a password. Does anyone...
  16. Replies
    1
    Views
    1,494

    [SOLVED] Sage math program

    I just installed Linux 2 days ago, so I'm not too familiar with it yet. I downloaded a program called "Sage" with the terminal and it appears to have installed. I used "sudo apt-get install sagemath"...
Results 1 to 16 of 17