Simple installation question:: Please help!!!

Hi. I'm sure this is an easy problem for experienced linux users and your help is MOST appreciated. I have configured a program called CLHEP and all tests pass. However my next directive is to type "make install," and here the problem arises. F...




Topic Options
#2143 - 06/26/03 05:29 PM Simple installation question:: Please help!!!
dwinn Offline
stranger

Registered: 06/26/03
Posts: 10
Hi. I'm sure this is an easy problem for experienced linux users and your help is MOST appreciated. I have configured a program called CLHEP and all tests pass. However my next directive is to type "make install," and here the problem arises. For some reason there is a permission issue on my computer. Can anyone please solve this problem????? The following is direct text of where the problem begins.

make[1]: Leaving directory `/home/winn/CLHEP/StdHep/include'
for dir in config Utilities Evaluator GenericFunctions Matrix Vector Random RandomObjects Geometry Units HepPDT HepMC HepMC/include StdHep StdHep/include ; do cd $dir ; make install prefix="/usr/local" MKDIR="mkdir -p" ; cd /home/winn/CLHEP ; done
make[1]: Entering directory `/home/winn/CLHEP/config'
test -d /usr/local/include/CLHEP/config || mkdir -p /usr/local/include/CLHEP/config
mkdir: cannot create directory `/usr/local/include/CLHEP': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/winn/CLHEP/config'
make[1]: Entering directory `/home/winn/CLHEP/Utilities'
test -d /usr/local/include/CLHEP/Utilities || mkdir -p /usr/local/include/CLHEP/Utilities
mkdir: cannot create directory `/usr/local/include/CLHEP': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/winn/CLHEP/Utilities'
make[1]: Entering directory `/home/winn/CLHEP/Evaluator'
test -d /usr/local/include/CLHEP/Evaluator || mkdir -p /usr/local/include/CLHEP/Evaluator
mkdir: cannot create directory `/usr/local/include/CLHEP': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/winn/CLHEP/Evaluator'
make[1]: Entering directory `/home/winn/CLHEP/GenericFunctions'
test -d /usr/local/include/CLHEP/GenericFunctions || mkdir -p /usr/local/include/CLHEP/GenericFunctions

Thank you so much!

Top
Advertisement
#2144 - 06/26/03 09:49 PM Re: Simple installation question:: Please help!!!
blueworm Offline
member

Registered: 03/02/03
Posts: 169
You need to be root to do #make install.
Its ok to be user for $./configure && make
but You must be root for #make install
type $su
Password: *********

Top


Forums
Windows Support Forums
Everything New Technology
Legacy OS
Hardware
Software
Games
Networking
Customization & Tweaking
Security

Linux Support Forums
Everything Linux
Linux Hardware
Linux Software
Linux Games
Linux Networking
Linux Customization & Tweaking
Linux Security

Apple Support Forums
Everything Apple
Recent Topics
Need an database for Dictionary
by shaanspecial
Yesterday at 10:19 AM
Router keeps disconnecting internet
by rfboyd
12/06/09 04:18 PM
Program Running When Starting Computer
by cbk
12/05/09 11:05 AM
System Crashing Error 1000008e, 1000000a, 0000004e
by PapaPrem
11/30/09 06:01 PM
Starcraft Broodwar Campaign Crash Problem
by Lurker02
11/30/09 12:33 PM
Who's Online
1 Registered (Philipp), 185 Guests and 37 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
91295 Members
24 Forums
58589 Topics
189094 Posts

Max Online: 1079 @ 03/12/08 01:36 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22