Hello,
I was running CIRCOS without any problem with Ubuntu 13.04 with systems Perl package v5.14.2
Currently I updated Ubuntu. My current Ubuntu version is 14.04 LTS with systems perl package v5.18.2
And the problem with Circos starts now. when running Circos it gives ERROR (which is as follows)cuser@Node-2:~/software/circos/current/example/etc$ circos
*** REQUIRED MODULE(S) MISSING ***
You are missing one or more Perl modules, or these modules failed to load. Use CPAN to install it as described in this tutorial
http://www.circos.ca/documentation/tutorials/configuration/perl_and_modulesmissing File::Temp
missing GD::Polyline
missing List::Util
missing SVG
missing Statistics::Basic
missing Storable
cuser@Node-2:~/software/circos/current/example/etc$
I checked whether all Perl modules are ok or not by followingcuser@Node-2:~/software/circos/current/bin$ circos -modules
ok 1.3301 Carp
ok 0.37 Clone
ok 2.56 Config::General
ok 3.47 Cwd
ok 2.151 Data::Dumper
ok 2.53 Digest::MD5
ok 2.84 File::Basename
ok 3.47 File::Spec::Functions
missing File::Temp
ok 1.51 FindBin
ok 0.39 Font::TTF::Font
ok 2.53 GD
missing GD::Polyline
ok 2.42 Getopt::Long
ok 1.16 IO::File
ok 0.33 List::MoreUtils
missing List::Util
ok 0.01 Math::Bezier
ok 1.9993 Math::BigFloat
ok 0.06 Math::Round
ok 0.08 Math::VecStat
ok 1.03 Memoize
ok 1.32 POSIX
ok 1.13 Params::Validate
ok 1.64 Pod::Usage
ok 2 Readonly
ok
2013031301 Regexp::Common
missing SVG
ok 1.19 Set::IntSpan
missing Statistics::Basic
missing Storable
ok 1.17 Sys::Hostname
ok 2.02 Text::Balanced
ok 0.59 Text::Format
ok 1.9726 Time::HiRes
6 modules shows missing . I tried updating all missing perl modules but they are all up to datecpan shell -- CPAN exploration and modules installation (v2.05)
Enter 'h' for help.
cpan[1]> install File::Temp
Reading '/home/cuser/.cpan/Metadata'
Database was generated on Wed, 30 Jul 2014 17:06:25 GMT
File::Temp is up to date (0.2304).
cpan[2]> install GD::Polyline
GD::Polyline is up to date (0.2).
cpan[3]> install List::Util
List::Util is up to date (1.39).
cpan[4]> install SVG
SVG is up to date (2.59).
cpan[5]> install Statistics::Basic
Statistics::Basic is up to date (1.6607).
cpan[6]> install Storable
Storable is up to date (2.51).
cpan[7]> ^Z
[1]+ Stopped sudo perl -MCPAN -e shell
cuser@Node-2:~/software/circos/current/bin$
After this when i ran gddiag no gddiag.png produced instead an ERROR occurs (as follows)cuser@Node-2:~/software/circos/current/bin$ gddiag
Perl API version v5.14.0 of Storable does not match v5.18.0 at /usr/share/perl/5.18/XSLoader.pm line 92.
Compilation failed in require at /home/cuser/software/circos/current/bin/gddiag line 123.
BEGIN failed--compilation aborted at /home/cuser/software/circos/current/bin/gddiag line 123.
cuser@Node-2:~/software/circos/current/bin$
Please help me to solve this problemRegards
SAHANA GHOSH