<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I am hoping someone will put me out of my misery here :(<br><br>I have restarted my current build of Pure64 several times lately and keep getting stuck here.<br><br>My issue is that every time I install ncurses (and to let you know I have resorted to copy and pasting directly from the web site into my terminal) the installed programs seem to be linking incorrectly.<br><br>I know I have probably missed something simple, as I have been past this stage before, but for the life of me I cannot find where.<br><br>So my test to tell me i am doing something wrong is the following:<br><br>1. Complete install of ncurses (this includes both with all extra move after make install and without)<br><br>2. Run /usr/bin/clear, which is installed by ncurses<br><br>output:<br><br>clear: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory<br><br>3. Run find / -name libncursesw.so.5<br><br>output:<br><br>/lib/libncursesw.so.5<br><br>4. Test linkages - ldd /usr/bin/clear<br><br>output:<br><br>    linux-vdso.so.1 =>  (0x00007ffff6b8b000)<br>    libncursesw.so.5 => not found<br>    libc.so.6 => /tools/lib/libc.so.6 (0x00007f0ee4a02000)<br>    /tools/lib/ld-linux-x86-64.so.2 (0x00007f0ee4d60000)<br><br>As you can see it is linking against /tools/<blah> and yet both libc.so.6 and ld-linux-x86x64.so.2 exist in /lib<br><br>My only deviation from the rest of CLFS Pure64 is to install glibc instead of eglibc. Can't see why this would cause issues?? And on testing other applications in the Chapter 10 section they all seemed to be linked ok.<br><br>Any advice would be greatly appreciated<br><br>cheers grail<br>                                      <br /><hr />Find it at CarPoint.com.au <a href='http://clk.atdmt.com/NMN/go/206222968/direct/01/' target='_new'>New, Used, Demo, Dealer or Private?</a></body>
</html>