all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Trouble in installing emacs-22.1
@ 2008-03-30 20:37 mreshmi
  2008-03-30 22:12 ` Christian Herenz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mreshmi @ 2008-03-30 20:37 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I am trying to install emacs-22.1 on my home machine. I have already
finished the following steps without any errors:

1	./configure
2	make
3	src/emacs -q

But when I try to install the make file, then the following error is
coming up. It says that is it unable to create directory "/usr/local/
share/emacs".

Thanks in advance,
Reshmi Mitra


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Trouble in installing emacs-22.1
  2008-03-30 20:37 Trouble in installing emacs-22.1 mreshmi
@ 2008-03-30 22:12 ` Christian Herenz
  2008-03-31  8:35 ` Peter Dyballa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Christian Herenz @ 2008-03-30 22:12 UTC (permalink / raw)
  To: help-gnu-emacs

mreshmi@gmail.com schrieb:

> But when I try to install the make file, then the following error is
> coming up. It says that is it unable to create directory "/usr/local/
> share/emacs".
> 

Maybe a stupid question from me, but are you root on that machine? If you make 
install you must be root. If you are not able to gain root priviliges on a 
machine, either ask your sysadmin if he will install it for you or make a local 
install, the INSTALLation instructions teach you how.

Greets,
Christian


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Trouble in installing emacs-22.1
  2008-03-30 20:37 Trouble in installing emacs-22.1 mreshmi
  2008-03-30 22:12 ` Christian Herenz
@ 2008-03-31  8:35 ` Peter Dyballa
  2008-03-31  8:35 ` Peter Dyballa
  2008-03-31 11:46 ` Rupert Swarbrick
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2008-03-31  8:35 UTC (permalink / raw)
  To: mreshmi; +Cc: help-gnu-emacs


Am 30.03.2008 um 22:37 schrieb mreshmi@gmail.com:
> But when I try to install the make file, then the following error is
> coming up. It says that is it unable to create directory "/usr/local/
> share/emacs".


Could you try 'sudo make install'?

--
Greetings

   Pete

Think of XML as Lisp for COBOL programmers.
				- Tony-A (some guy on /.)







^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Trouble in installing emacs-22.1
  2008-03-30 20:37 Trouble in installing emacs-22.1 mreshmi
  2008-03-30 22:12 ` Christian Herenz
  2008-03-31  8:35 ` Peter Dyballa
@ 2008-03-31  8:35 ` Peter Dyballa
  2008-03-31 11:46 ` Rupert Swarbrick
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2008-03-31  8:35 UTC (permalink / raw)
  To: mreshmi; +Cc: help-gnu-emacs


Am 30.03.2008 um 22:37 schrieb mreshmi@gmail.com:
> But when I try to install the make file, then the following error is
> coming up. It says that is it unable to create directory "/usr/local/
> share/emacs".


Could you try 'sudo make install'?

--
Greetings

   Pete

Think of XML as Lisp for COBOL programmers.
				- Tony-A (some guy on /.)







^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Trouble in installing emacs-22.1
  2008-03-30 20:37 Trouble in installing emacs-22.1 mreshmi
                   ` (2 preceding siblings ...)
  2008-03-31  8:35 ` Peter Dyballa
@ 2008-03-31 11:46 ` Rupert Swarbrick
  3 siblings, 0 replies; 5+ messages in thread
From: Rupert Swarbrick @ 2008-03-31 11:46 UTC (permalink / raw)
  To: help-gnu-emacs

On Sun, 30 Mar 2008 13:37:12 -0700, mreshmi wrote:

> Hi,
> 
> I am trying to install emacs-22.1 on my home machine. I have already
> finished the following steps without any errors:
> 
> 1	./configure
> 2	make
> 3	src/emacs -q
> 
> But when I try to install the make file, then the following error is
> coming up. It says that is it unable to create directory "/usr/local/
> share/emacs".
> 
> Thanks in advance,
> Reshmi Mitra

Hmm, I answered in the first ng I found this in, but in case I'm right, 
it might be helpful to have this for posterity:

"make install" for various packages fails when it tries to make 
subdirectories of a nonexistent directory. Specifically, if /usr/local 
doesn't have much in it yet: and has no share subdirectory, then the make 
install will fail.

Just do, say, "sudo mkdir /usr/local/share" and everything should be rosy.

Rupert


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-31 11:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-30 20:37 Trouble in installing emacs-22.1 mreshmi
2008-03-30 22:12 ` Christian Herenz
2008-03-31  8:35 ` Peter Dyballa
2008-03-31  8:35 ` Peter Dyballa
2008-03-31 11:46 ` Rupert Swarbrick

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.