bug-ncurses
[Top][All Lists]
Advanced

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

libcdk.so.6.2.4 symlink not installed by make install


From: Brownridge, Tom
Subject: libcdk.so.6.2.4 symlink not installed by make install
Date: Fri, 1 Mar 2019 17:43:06 +0000

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?

I'm using centos7, and ran the following:
../cdk-5.0-20190224/configure --srcdir=../cdk-5.0-20190224 --with-shared
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.



reply via email to

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