Hi,
I think your issues are related to upgrading your Ubuntu.
The upgrade can't upgrade your perlbrew - that was created under a
previous version of Ubuntu. At the very least your Alien::wxWidgets is
probably returning incorrect info.
You could try installing latest Alien::wxWidgets - so that currently
installed upgraded Ubuntu 11.10 wx-config is used. If this does not work -
The line:
Note (probably harmless): No library found for -lpthread
probably is not harmless.
libpthread.so lives in
/usr/lib/i386-gnu-linux
which is not on your libpth.
I think more recent releases of Perl may handle Ubuntu library layout
better - but I can't confirm it so can't guarantee that brewing a fresh
Perl will solve the problem.
Regards
Mark
On 21/11/2011 01:37, herbert breunung wrote:
* sudo -s
* (password)
* apt-get install libgconf2-dev
* apt-get install libgstreamer0.10-dev
* apt-get install libgstreamer-plugins-base0.10-dev
If you subsequently get a gtk+-2.0.pc error this can be fixed by:
* apt-get install libgtk2.0-dev
tried all of hat and still get:
PS:have to try the other thing