Hi,
From the installation instructions:
Setup for wxWidgets and OpenGL
wxWidgets and OpenGL rely on some runtime packages being present on your
system. For the Wx::Demo and OpenGL alone you will require the freeglut
libraries on your system.
For yum / rpm based systems run:
yum install freeglut
For apt based systems run:
apt-get install freeglut3
If you are running the ubuntults flavour with the latest wxWidgets
features you will also need the libwebkitgtk runtime installed.
For yum / rpm based systems run:
yum install webkitgtk
For apt based systems run:
apt-get install libwebkitgtk-1.0
Note: The actual package names may differ slightly on your system. The
above names are for Fedora 17 and Ubuntu LTS 12.04.
On 27/05/2013 20:50, Steve Cookson wrote:
Hi Guys,
(I'm very happy to see questions being asked about CitrusPerl here.
Maybe it's time to discuss combining the mailing lists for wxperl,
citrus and cava?)
Anyhow the momentum here has reminded me that I need to get all the
above working together. So I did a clean reinstall and update of 12.04
LTS and then downloaded and unzipped Citrus into my home directory (no
spaces).
I started and stopped citrusutils, followed by:
$ cd ~/perl/vendor/bin
$ ./wxperl_demo.pl
Segmentation fault (core dumped).
What's happened here?
Regards
Steve