Re: dynamic ELF -> static executable?



Denes Molnar <molnar@xxxxxxxxxxxxxxxxxx> writes:

> Thanks for the quick reply.

Please do not top-post.

> The humble goal was to install VNC (at least the server) on an a SE
> Linux AS 3.0 system for which there is only an unreliable 4.0.0 beta
> version RPM and where anyway I am only of the hundreds of average Joe
> users (no root access).

Your best bet is to find a binary VNC package built for glibc
which is older then the glibc installed on your "SE Linux AS 3.0"
(whatever that is).

> An alternative solution could have been to take a binary
> from somewhere else, say Fedora 4. The main issue there is that the SE
> Linux system is glibc-2.2, while Fedora uses version 2.3. I tried
> including via LD_LIBRARY_PATH all the Fedora 4 shared libraries that
> Xvnc is linked against (at least as reported via ldd),

Right. That doesn't work, as explained e.g. here:

http://groups.google.com/group/comp.os.linux.development.system/browse_frm/thread/c7ca9f38d355718c

> and even Fedora's ld-linux.so, but that did not work.

That actually might work, if you invoke Xvnc via the "magic"

/path/to/fc4/ld-linux.so.2 --library-path /path/to/fc4/libraries Xvnc

command line. I don't believe Xvnc starts any children, so the
complications mentioned in the above thread do not arise.

> Too bad it looks like there is no free lunch in this business - must
> have been too naive...

Actually, getting Xvnc compiled for glibc-2.2 should easily solve
all of your problems.

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.



Relevant Pages

  • Re: Utility running application after logout
    ... In these days of windows users using linux, I suspect he means a ... graphical app. ... In which case something like xvnc would be of use, ...
    (uk.comp.os.linux)
  • Re: Which distro for a server?
    ... > My servers do not have X windows installed, I have one that runs xvnc ... Someone who has started with linux just a few weeks ago;) ... everything that I need with only a text console. ... possible, but how in the world do I find some command, for example, ...
    (comp.os.linux)
  • Re: Completely confused by VNC packaging in Fedora 10
    ... Arthur Pemberton wrote: ... Neither of these are in Fedora 10. ... That page also talks about XVNC, ... My F11 laptop is sitting in the car ...
    (Fedora)
  • Completely confused by VNC packaging in Fedora 10
    ... First of all, I was looking for TightVNC, through the wiki I came here: ... Neither of these are in Fedora 10. ... That page also talks about XVNC, ...
    (Fedora)