3) ~/perl/bin/relocateperl
4) apt-get install freeglut3
5) apt-get install libwebkitgtk-1.0
6) ~/perl/bin/citrusvars.sh
7) cd ~
8) ./myapp.pl
Now I felt that this should crash since I haven't installed any of the CPAN module, however it ran beautifully.
Ok, well the modules are still there, just further down the path, maybe that's ok.
So I install all the CPAN modules I need and they all say 'latest version' and don't install.
Hmmm...
Ok, so I install using force cpan -if foo bar etc.
I start citrusutils and I hope that the new cpan modules I have installed will be on the list, but they aren't. Ok, well that's probably because only 'supported' modules are on the list.
So I create a distribution to see what happens. I don't know where the distribution will be located, but it will probably tell me whan I run it.
Running ......
2013-07-20 20:08:39 : Error : Failed to copy /home/image/perl/temp/customperl-ubuntults-51603-linux-x64-018.tar.gz to /home/image/perl/distribution/customperl-ubuntults-51603-linux-x64-018.tar.gz at /home/image/perl/vendor/lib/Citrus/Dist/Create.pm line 581.
2013-07-20 20:08:39 : Error : The task did not complete successfully.
2013-07-20 20:08:39 : Error : Failed to create distribution
2013-07-20 20:08:39 : Error : The application failed attempting to create a distribution
So I feel my paradigm is not right.
Where did I go wrong.
Regards
Steve