Re: more libedit.so.0 issues

2008-11-17 Thread Simon Marlow
James Swaine wrote: we tried it exactly as you describe below (twice). after it failed the first time, we deleted everything, redownloaded, and tried again. but i know the process works - i've done it successfully on two other machines (though this is the only red hat machine i've ever attemp

Re: more libedit.so.0 issues

2008-11-14 Thread Brandon S. Allbery KF8NH
On 2008 Nov 14, at 13:09, James Swaine wrote: /home/jswaine/ghc/ghc-6.10.1/ghc/ghc -Wall -DCABAL_VERSION=1,6,0,1 - odir /home/jswaine/ghc/ghc-6.10.1/libraries/bootstrapping -hidir / home/jswaine/ghc/ghc-6.10.1/libraries/bootstrapping -i/home/jswaine/ ghc/ghc-6.10.1/libraries/Cabal -i/home/jswai

Re: more libedit.so.0 issues

2008-11-14 Thread James Swaine
us back to the original error message. ugh. > > > >-james > > > >On Fri, Nov 14, 2008 at 12:02 PM, Don Stewart <[EMAIL PROTECTED]> > wrote: > > > > Is your LD_LIBRARY_PATH environment variable exported, and set to > > include t

Re: more libedit.so.0 issues

2008-11-14 Thread Duncan Coutts
On Fri, 2008-11-14 at 12:09 -0600, James Swaine wrote: > we tried that, but then we got this error: > ghc: missing -B option > which still looks to me like it's somewhat related to linking (the > assumption was that -B is used for this sort of thing - linking to > libraries in unusual di

Re: more libedit.so.0 issues

2008-11-14 Thread Don Stewart
t; include the path to the lib dir that libedit lives in? > > e.g. > $ echo $LD_LIBRARY_PATH > /home/dons/lib > > Allows the system linker to find things in my home dir. > > james.swaine: > >it says: > > >

Re: more libedit.so.0 issues

2008-11-14 Thread James Swaine
he lib dir that libedit lives in? > > e.g. >$ echo $LD_LIBRARY_PATH >/home/dons/lib > > Allows the system linker to find things in my home dir. > > james.swaine: > >it says: > > > >libedit.so.0 => not found > >

Re: more libedit.so.0 issues

2008-11-14 Thread Don Stewart
Is your LD_LIBRARY_PATH environment variable exported, and set to include the path to the lib dir that libedit lives in? e.g. $ echo $LD_LIBRARY_PATH /home/dons/lib Allows the system linker to find things in my home dir. james.swaine: >it says: > >libedit.so.0 =&g

Re: more libedit.so.0 issues

2008-11-14 Thread Don Stewart
believable problems getting past this ridiculous 'unable > to load > > object file or shared library libedit.so.0' error when attempting to > build > > the 6.10.1 source tree. We initially just built editline in a user > > director

Re: more libedit.so.0 issues

2008-11-14 Thread James Swaine
Swaine <[EMAIL PROTECTED]>: > > We've had unbelievable problems getting past this ridiculous 'unable to > load > > object file or shared library libedit.so.0' error when attempting to > build > > the 6.10.1 source tree. We initially just built editline in a

Re: more libedit.so.0 issues

2008-11-14 Thread Judah Jacobson
2008/11/13 James Swaine <[EMAIL PROTECTED]>: > We've had unbelievable problems getting past this ridiculous 'unable to load > object file or shared library libedit.so.0' error when attempting to build > the 6.10.1 source tree. We initially just built editline in a

Re: more libedit.so.0 issues

2008-11-14 Thread James Swaine
it says: libedit.so.0 => not found libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x0039e220) libutil.so.1 => /lib64/libutil.so.1 (0x0039dba0) libdl.so.2 => /lib64/libdl.so.2 (0x0039cfc0) libm.so.6 => /lib64/libm.so.6 (0x0039cf80)

Re: more libedit.so.0 issues

2008-11-14 Thread James Swaine
.10 for 64-bit Linux (the one that expects the libedit.so.0 as opposed to libedit.so.2). so maybe we should drop back to 6.8 and use the Red Hat-specific distro? -james On Fri, Nov 14, 2008 at 1:00 AM, Don Stewart <[EMAIL PROTECTED]> wrote: > james.swaine: > >We've had

Re: libedit.so.0

2008-11-14 Thread Simon Marlow
James Swaine wrote: Aha! That *seems* to have fixed the problem with libedit.so.0. Now ghc is complaining about something else: grep: packages: No such file or directory make -C libraries boot make[1]: Entering directory `/home/jswaine/ghc/ghc-6.10.1/libraries' mkdir bootstrapping

Re: more libedit.so.0 issues

2008-11-13 Thread Don Stewart
james.swaine: >We've had unbelievable problems getting past this ridiculous 'unable to >load object file or shared library libedit.so.0' error when attempting to >build the 6.10.1 source tree. We initially just built editline in a user >directory

more libedit.so.0 issues

2008-11-13 Thread James Swaine
We've had unbelievable problems getting past this ridiculous 'unable to load object file or shared library libedit.so.0' error when attempting to build the 6.10.1 source tree. We initially just built editline in a user directory and attempted to manipulate environment variables to

Re: libedit.so.0

2008-11-12 Thread James Swaine
Aha! That *seems* to have fixed the problem with libedit.so.0. Now ghc is complaining about something else: grep: packages: No such file or directory make -C libraries boot make[1]: Entering directory `/home/jswaine/ghc/ghc-6.10.1/libraries' mkdir bootstrapping mkdir: cannot create dire

Re: libedit.so.0

2008-11-12 Thread Christian Maeder
James Swaine wrote: > That still didn't do anything. Here's the exact error text I'm getting: > > error while loading shared libraries: libedit.so.0: cannot open shared > object file: No such file or directory > make[1]: *** [cabal-bin] Error 127 > make[1]: Lea

Re: libedit.so.0

2008-11-12 Thread James Swaine
That still didn't do anything. Here's the exact error text I'm getting: error while loading shared libraries: libedit.so.0: cannot open shared object file: No such file or directory make[1]: *** [cabal-bin] Error 127 make[1]: Leaving directory `/home/jswaine/ghc/ghc-6.10.1/

Re: libedit.so.0

2008-11-12 Thread Christian Maeder
James Swaine wrote: > That didn't work. My editline build is in the directory > /home/jswaine/libedit, with the actual library being in > /home/jswaine/libedit/lib and the includes being in > /home/jswaine/libedit/include. So when I invoked the configure script, > I did it like so: > > /.configu

Re: libedit.so.0

2008-11-12 Thread James Swaine
;t seem to get the latest source bundle to build (running on Red > > Hat). I run the configure script, then make on the source tree root, > > and ghc gives an error to the effect of 'could not load shared object > > file or library libedit.so.0'. I don't have root perm

Re: libedit.so.0

2008-11-12 Thread Christian Maeder
James Swaine wrote: > I can't seem to get the latest source bundle to build (running on Red > Hat). I run the configure script, then make on the source tree root, > and ghc gives an error to the effect of 'could not load shared object > file or library libedit.so.

libedit.so.0

2008-11-11 Thread James Swaine
I can't seem to get the latest source bundle to build (running on Red Hat). I run the configure script, then make on the source tree root, and ghc gives an error to the effect of 'could not load shared object file or library libedit.so.0'. I don't have root permissions on thi

Re: ghc-6.10.0.20081005 binary refers to (non existent?) libedit.so.0

2008-10-07 Thread Simon Marlow
Johannes Waldmann wrote: Dear all, I tried to install the binary snapshot on Debian (etch) x86_64 and got: /usr/local/lib/ghc-6.10.0.20081005/ghc: error while loading shared libraries: libedit.so.0: cannot open shared object file: No such file or directory I do have libedit (I think

ghc-6.10.0.20081005 binary refers to (non existent?) libedit.so.0

2008-10-07 Thread Johannes Waldmann
Dear all, I tried to install the binary snapshot on Debian (etch) x86_64 and got: /usr/local/lib/ghc-6.10.0.20081005/ghc: error while loading shared libraries: libedit.so.0: cannot open shared object file: No such file or directory I do have libedit (I think): lrwxrwxrwx 1 root root 14