[Ndn-interest] Fresh install on Fedora having issues

Alex Afanasyev alexander.afanasyev at ucla.edu
Wed Jun 17 11:23:22 PDT 2015


Yes. Fedora for some reason does not include /usr/local/* paths in the default library search paths.  Just add a new entry into /etc/ld.conf.so.d and it would work.

---
Alex

> On Jun 17, 2015, at 11:18 AM, Chaim Rieger <chaim.rieger at gmail.com> wrote:
> 
> I was correct, on Fedora 22 there seems to be a manual need to add /usr/local/lib64 to the ld lib path
> 
>  ndn-cxx installs properly as shared, and can be run without errors.
> 
> 
> 
> On 06/17/2015 10:59 AM, Junxiao Shi wrote:
>> Hi Chaim
>> 
>> Execute this right after ./waf install:
>>     sudo ldconfig
>> 
>> See INSTALL.md for more details.
>> 
>> Yours, Junxiao
>> 
>> On Jun 17, 2015 10:50 AM, "Chaim Rieger" <chaim.rieger at gmail.com <mailto:chaim.rieger at gmail.com>> wrote:
>> running the following on fresh fedora install
>>  git clone https://github.com/named-data/ndn-cxx.git <https://github.com/named-data/ndn-cxx.git> ndn-cxx
>>  cd ndn-cxx/
>>  ./waf configure --enable-shared --disable-static
>>  ./waf
>>  ./waf install
>>  ls -lasrth /usr/local/bin/
>> 4.0M -rwxr-xr-x.  1 root root 4.0M Jun 17 10:40 ndnsec
>> Fresh install according to the time stamp.
>> 
>> [crieger at localhost ndn-cxx] $ /usr/local/bin/ndnsec
>> /usr/local/bin/ndnsec: error while loading shared libraries: libndn-cxx.so.0.3.2: cannot open shared object file: No such file or directory
>> 
>> 
>> 
>> 
>> --
>> --
>> Chaim Rieger
>> 
>> _______________________________________________
>> Ndn-interest mailing list
>> Ndn-interest at lists.cs.ucla.edu <mailto:Ndn-interest at lists.cs.ucla.edu>
>> http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest <http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest>
> 
> --
> --
> Chaim Rieger
> _______________________________________________
> Ndn-interest mailing list
> Ndn-interest at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20150617/b25ae9f6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20150617/b25ae9f6/attachment.bin>


More information about the Ndn-interest mailing list