[Ndn-interest] Fresh install on Fedora having issues

Susmit susmit at cs.colostate.edu
Wed Jun 17 11:37:23 PDT 2015


Very distribution specific reason.

"No Fedora package can contain files or directories under
/usr/local"[1]. Since no packages use it, there is no reason to
include it by default.

[1] https://fedoraproject.org/wiki/Packaging:Guidelines#No_Files_or_Directories_under_.2Fsrv.2C_.2Fusr.2Flocal.2C_or_.2Fhome.2F.24USER

On Wed, Jun 17, 2015 at 12:23 PM, Alex Afanasyev
<alexander.afanasyev at ucla.edu> wrote:
> 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> wrote:
>>
>> running the following on fresh fedora install
>>  git clone 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
>> 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
>
>
>
> _______________________________________________
> Ndn-interest mailing list
> Ndn-interest at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest
>

-- 

Regards,
Susmit

====================================
http://www.cs.colostate.edu/~susmit
====================================



More information about the Ndn-interest mailing list