WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: please help - libppl_c.so missing  (Read 2877 times)

Offline fokcuk

  • Newbie
  • *
  • Posts: 6
please help - libppl_c.so missing
« on: September 09, 2011, 09:43:56 AM »
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

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: please help - libppl_c.so missing
« Reply #1 on: September 09, 2011, 03: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 mentions this briefly.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: please help - libppl_c.so missing
« Reply #2 on: September 09, 2011, 04: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
10+ Years Contributing to Linux Open Source Projects.