You are not logged in.

#1 2012-07-06 10:06:26

padremayi
Member
Registered: 2012-06-29
Posts: 49

[SOLVED] need libppl.so.11

Need libppl.so.11, gcc 4.6.3 is encountering this error:

cc1plus: error while loading shared libraries: libppl.so.11: cannot open shared object file: No such file or directory

Last edited by padremayi (2012-07-14 21:23:07)

Offline

#2 2012-07-06 11:53:59

Gcool
Member
Registered: 2011-08-16
Posts: 1,456

Re: [SOLVED] need libppl.so.11

The latest cc1plus is built against libppl.so.12.

So bottomline, upgrade your system and try again.


Burninate!

Offline

#3 2012-07-06 16:28:15

padremayi
Member
Registered: 2012-06-29
Posts: 49

Re: [SOLVED] need libppl.so.11

Gcool wrote:

The latest cc1plus is built against libppl.so.12.

So bottomline, upgrade your system and try again.

Thanks for reply.
I'm trying to use old gcc version because 4.7.1 fails on narrowing error.
With 4.7.1 I must use NOWERROR=1 option for skip the errors.

With gcc 4.6.3 I receiving libppl.so.11 error.

Is there a way to solve it?

Last edited by padremayi (2012-07-14 21:32:18)

Offline

#4 2012-07-06 16:33:16

roxas
Member
Registered: 2012-07-06
Posts: 20

Re: [SOLVED] need libppl.so.11

I don't know if this is an aweful decision but as a temporary measure I copied libppl.so.12 as libppl.so.11 with

 sudo cp /usr/lib/libppl.so.12 /usr/lib/libppl.so.11 

I needed that library for sage-math (creating a sandbox to be precise) and it worked just fine.

Offline

#5 2012-07-06 16:55:18

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] need libppl.so.11

roxas wrote:

I don't know if this is an aweful decision

I'll just confirm: yes, it is.

Offline

#6 2012-07-06 17:13:10

roxas
Member
Registered: 2012-07-06
Posts: 20

Re: [SOLVED] need libppl.so.11

Ahahahah. Well, it bought me the time I needed.
Anymore ideas before the problem catches up?

Offline

#7 2012-07-06 17:20:54

padremayi
Member
Registered: 2012-06-29
Posts: 49

Re: [SOLVED] need libppl.so.11

roxas wrote:

I don't know if this is an aweful decision but as a temporary measure I copied libppl.so.12 as libppl.so.11 with

 sudo cp /usr/lib/libppl.so.12 /usr/lib/libppl.so.11 

I needed that library for sage-math (creating a sandbox to be precise) and it worked just fine.

-_-

Last edited by padremayi (2012-07-14 21:23:36)

Offline

#8 2012-07-06 17:39:38

SolarBoyMatt
Member
Registered: 2012-01-07
Posts: 263

Re: [SOLVED] need libppl.so.11

No, don't. As falconindy already said, that's a bad decision.

Creating a copy and renaming it, doesn't seem any better than creating a symlink to the library, which is also a bad idea.

Offline

#9 2012-07-06 18:08:05

roxas
Member
Registered: 2012-07-06
Posts: 20

Re: [SOLVED] need libppl.so.11

SolarBoyMatt wrote:

Creating a copy and renaming it, doesn't seem any better than creating a symlink to the library, which is also a bad idea.

That was my plan B.
big_smile
No seriously, why did libppl.so.11 suddenly disappeared? Isn't it because libppl.so.12 took its place as Gcool suggested it?

Offline

#10 2012-07-06 19:18:39

padremayi
Member
Registered: 2012-06-29
Posts: 49

Re: [SOLVED] need libppl.so.11

here

Last edited by padremayi (2012-07-14 21:34:42)

Offline

#11 2012-07-06 22:31:26

padremayi
Member
Registered: 2012-06-29
Posts: 49

Re: [SOLVED] need libppl.so.11

here

Last edited by padremayi (2012-07-14 21:24:58)

Offline

#12 2012-07-06 22:38:27

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: [SOLVED] need libppl.so.11

Solved?  ....    The correct way is to rebuild the old gcc against the new ppl.

Offline

#13 2012-07-07 07:16:07

padremayi
Member
Registered: 2012-06-29
Posts: 49

Re: [SOLVED] need libppl.so.11

Allan wrote:

Solved?  ....    The correct way is to rebuild the old gcc against the new ppl.

here

Last edited by padremayi (2012-07-14 21:25:42)

Offline

#14 2012-07-07 08:12:22

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,557

Re: [SOLVED] need libppl.so.11

padremayi wrote:
Allan wrote:

Solved?  ....    The correct way is to rebuild the old gcc against the new ppl.

It seems that nobody is interested on this problem, GCC 4.7 always fails.
For me it's SOLVED

it seems that you have no clue what you are doing. Allan told you how to solve your "problem": fully update your system then rebuild gcc46.

Offline

#15 2012-07-07 10:26:26

padremayi
Member
Registered: 2012-06-29
Posts: 49

Re: [SOLVED] need libppl.so.11

bangkok_manouel wrote:
padremayi wrote:
Allan wrote:

Solved?  ....    The correct way is to rebuild the old gcc against the new ppl.

It seems that nobody is interested on this problem, GCC 4.7 always fails.
For me it's SOLVED

it seems that you have no clue what you are doing. Allan told you how to solve your "problem": fully update your system then rebuild gcc46.

I downgraded gcc, gcc-libs and ppl and after that I upgraded again. Is it not enough?

How about rebuild? I'm a newbie and Linux expert always uses max 30 letters for his answer!

EDIT: here

Last edited by padremayi (2012-07-14 21:26:44)

Offline

#16 2012-07-07 10:48:50

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,557

Re: [SOLVED] need libppl.so.11

you should have your machine fully updated so gcc47 which is linked against ppl 1.0 works properly. to build gcc 4.6.3, you can grab it from AUR https://aur.archlinux.org/packages.php?ID=58748. to build a package, you can check the wiki, look for makepkg to begin with. oh and remove libppl.so.11 from your machine of course.

Offline

#17 2012-07-07 12:52:00

padremayi
Member
Registered: 2012-06-29
Posts: 49

Re: [SOLVED] need libppl.so.11

bangkok_manouel wrote:

you should have your machine fully updated so gcc47 which is linked against ppl 1.0 works properly. to build gcc 4.6.3, you can grab it from AUR https://aur.archlinux.org/packages.php?ID=58748. to build a package, you can check the wiki, look for makepkg to begin with. oh and remove libppl.so.11 from your machine of course.

Try before writing, not so simple :-)
There's a bug but now it works.

Read here

Last edited by padremayi (2012-07-14 21:35:55)

Offline

Board footer

Powered by FluxBB