bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libcdk.so.6.2.4 symlink not installed by make install


From: Thomas Dickey
Subject: Re: libcdk.so.6.2.4 symlink not installed by make install
Date: Sat, 2 Mar 2019 15:40:10 -0500
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Mar 01, 2019 at 04:28:17PM -0500, Thomas Dickey wrote:
> On Fri, Mar 01, 2019 at 05:43:06PM +0000, Brownridge, Tom wrote:
> > Hi,
> > 
> > Although configuring and building with --make-shared creates the symlink
> > libsdk.so.6.2.4, make install doesn't install it.  Is this a bug?
> 
> perhaps - but the RPMs I made (Fedora, Mageia, SUSE) have the link.
> Ditto for the DEBs.
>  
> > I'm using centos7, and ran the following:
> > ../cdk-5.0-20190224/configure --srcdir=../cdk-5.0-20190224 --with-shared
> 
> perhaps the relative path is the problem (for rpms and deb's, I'm
> building in a -- temporary -- source-tree).

I see the problem, will put out a fix (am working on ncurses now).
 
> > make
> > sudo make install
> > 
> > I then went back and built/ran the demos and got "libcdk.so.6.2.4: cannot 
> > open shared object file"
> > 
> > I looked back at the install log and top Makefile and it seems install 
> > copies libcdk.so.5.0 but not the symlink libcdk.so.6.2.4, which my compiler 
> > happily found and linked to.
> > 
> > As an investigation step, I created the symlink and set LD_LIBRARY_PATH and 
> > the application ran:
> > 
> > sudo ln -s /usr/local/lib/libcdk.so.5.0 /usr/local/lib/libcdk.so.6.2.4
> > export LD_LIBRARY_PATH=/usr/local/lib
> > ./clock
> > 
> > Sincerely,
> > 
> > Tom Brownridge
> > 
> > ________________________________
> > 
> > This message is intended only for the use of the individual or entity to 
> > which it is addressed. If the reader of this message is not the intended 
> > recipient, or the employee or agent responsible for delivering the message 
> > to the intended recipient, you are hereby notified that any dissemination, 
> > distribution or copying of this message is strictly prohibited. If you have 
> > received this communication in error, please notify us immediately by 
> > replying to the sender of this E-mail by return E-mail or by telephone.
> > 
> > _______________________________________________
> > Bug-ncurses mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/bug-ncurses
> 
> -- 
> Thomas E. Dickey <address@hidden>
> https://invisible-island.net
> ftp://ftp.invisible-island.net



> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-ncurses


-- 
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]