#2802: Download bundle for Linux libedit2 has reference to libedit0 in editline
lib
-------------------------------+--------------------------------------------
    Reporter:  Ashley Yakeley  |        Owner:        
        Type:  bug             |       Status:  new   
    Priority:  normal          |    Milestone:        
   Component:  Build System    |      Version:  6.10.1
    Severity:  normal          |   Resolution:        
    Keywords:                  |     Testcase:        
Architecture:  x86_64 (amd64)  |           Os:  Linux 
-------------------------------+--------------------------------------------
Comment (by duncan):

 That is not the cause of not being able to find `-ledit`. The shared lib
 name is the same for `libedit.so.0` and `libedit.so.2`. Check that you
 have one of these two files installed in `/usr/lib` or some other dir
 that's on the linker path.

 It's slightly odd though as if ld cannot find it, it makes one wonder how
 come ghc runs, given that it also links to libedit. Perhaps check the
 output of ldd on the ghc binary (not the shell script) to see exactly
 where it is finding the `libedit.so.*`. eg:

 {{{
 ldd /usr/local/lib/ghc-6.10.1/ghc-6.10.1
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2802#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to