Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: fokcuk on September 09, 2011, 12:43:56 PM

Title: please help - libppl_c.so missing
Post by: fokcuk on September 09, 2011, 12:43:56 PM
Hi guys
I am trying to compile a program that I got off the net. Issues with compiling - missing libppl_c.so =(
there was another one with licloog.so, but found a package. Where can I find libppl one?

Thank you
Title: Re: please help - libppl_c.so missing
Post by: maro on September 09, 2011, 06:20:20 PM
I have reason to believe that the library you are after already exists in the ppl.tcz extension.

And here is how you could have found that out for yourself:
Quote
tc@box:~$ provides.sh libppl_c.so
tc@box:~$ cat info.lst
ppl.tcz
tc@box:~$ tce-fetch.sh ppl.tcz.list
tc@box:~$ grep libppl_c.so ppl.tcz.list
usr/local/lib/libppl_c.so
usr/local/lib/libppl_c.so.2
usr/local/lib/libppl_c.so.2.1.0
tc@box:~$

All that lookup works of course also via the 'appbrowser'. But it's much easier for me to show a few CLI commands (which are pretty much what 'appbrowser' would execute "under the covers"), instead of writing a lengthy story of how to achieve this via the GUI. OTOH the wiki (http://wiki.tinycorelinux.net/wiki:install_apps#search) mentions this briefly.
Title: Re: please help - libppl_c.so missing
Post by: roberts on September 09, 2011, 07:17:53 PM
Quote
instead of writing a lengthy story of how to achieve this via the GUI

Really!

AppsBrowser->->Connect->change Search to Provides->enter libppl_c.so

Voila!

Lengthy  :o

Don't Ignore What's In Core