all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glen <cnglen@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Any way to use newer Emacs on a Linux where I don't have root permission?
Date: Mon, 15 Apr 2013 14:18:47 +0800	[thread overview]
Message-ID: <CAPHdHNSi7F8RN8kWV2Q5ywtucVbVK3jgG5kahjgt8-bkn71PjA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1125 bytes --]

Hi.

I have to work in a Linux server without root permission. In this server,
the emacs's version is 21.4.1(too old for me).  I want to use a newer
version in the server.

Two methods tried:
1. Compile emacs-24.3 in the old linux server, I tried to install lots of
libraries manually.  At last, I can't build emacs successfully. I give up.
2. Try to compile emacs-24.3 in my local linux where I have root
permission. Then, copy it to the server linux.

On local linux:
# cd /opt/local_build/emacs-24.3/build
# ../configure --prefix=/home/cnglen/opt   --without-all --without-x
# make
# make install

On server linux after copying /home/cnglen/opt from local linux:
Running emacs-24.3:
a) It shows: libtinfo.so.5 not found.  After I copying libtinfo.so.5 from
local linux, It's OK.
b) /lib64/libc.so.6: version "GLIBC_2.6" not found. version "GLIBC_2.11"
not found.  In the server "GLIBC's versio is 2.5".


I just want to use a newer emacs on the local server where I don't have
root permission. Any suggestions?
Is there someway  to compile emacs with static library (NOT shared
library)?

Thanks.


-- 
Best Regards,
Glen

[-- Attachment #2: Type: text/html, Size: 1493 bytes --]

             reply	other threads:[~2013-04-15  6:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-15  6:18 Glen [this message]
2013-04-15 16:05 ` Any way to use newer Emacs on a Linux where I don't have root permission? Peter Dyballa
2013-04-15 16:26 ` Ludwig, Mark
2013-04-15 17:10   ` Peter Dyballa
2013-04-17 14:56 ` XeCycle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPHdHNSi7F8RN8kWV2Q5ywtucVbVK3jgG5kahjgt8-bkn71PjA@mail.gmail.com \
    --to=cnglen@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.