[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Installation Problem!
From: |
Linus Nordberg |
Subject: |
Re: Installation Problem! |
Date: |
19 Apr 2001 09:37:58 +0200 |
User-agent: |
Gnus/5.090002 (Oort Gnus v0.02) Emacs/20.6 |
Abhilasha Bhargav <address@hidden> wrote
Wed, 18 Apr 2001 17:02:11 -0500 (EST):
2. Problem during installation:
make install does not work. The following error is given:
install: create: /usr/local/lib/OLD/#inst_XaqlX: Permission denied
Your problem is that you don't have permission to write to the
directory /usr/local/lib. Usually only the system administrator has
permissions to install files there.
Ask your system administrator to install the files or configure GMP
with '--prefix $HOME/usr' in order to make the install go to usr/ in
your home directory. (You may have to create $HOME/usr before you do
make install.)
--linus