Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

Jenkins Perl Issues

$
0
0

I recently downloaded and am running the bitnami jenkins stack.

However I am using autotools scripts for my builds and they fail. Autoreconf works fine when I build outside of jenkins. However it seems like bitnami installation of perl is causing issues. I get the following errors.

Can't load '/opt/jenkins-1.511-0/perl/lib/5.8.8/x86_64-linux/auto/IO/IO.so' for module IO: /opt/jenkins-1.511-0/perl/lib/5.8.8/x86_64-linux/auto/IO/IO.so: undefined symbol: PL_sv_undef at /opt/jenkins-1.511-0/perl/lib/5.8.8/x86_64-linux/XSLoader.pm line 70.
 at /opt/jenkins-1.511-0/perl/lib/5.8.8/x86_64-linux/IO.pm line 11
Compilation failed in require at /opt/jenkins-1.511-0/perl/lib/5.8.8/x86_64-linux/IO/Handle.pm line 262.
BEGIN failed--compilation aborted at /opt/jenkins-1.511-0/perl/lib/5.8.8/x86_64-linux/IO/Handle.pm line 262.
Compilation failed in require at /opt/jenkins-1.511-0/perl/lib/5.8.8/x86_64-linux/IO/Seekable.pm line 101.
BEGIN failed--compilation aborted at /opt/jenkins-1.511-0/perl/lib/5.8.8/x86_64-linux/IO/Seekable.pm line 101.
Compilation failed in require at /opt/jenkins-1.511-0/perl/lib/5.8.8/x86_64-linux/IO/File.pm line 133.
BEGIN failed--compilation aborted at /opt/jenkins-1.511-0/perl/lib/5.8.8/x86_64-linux/IO/File.pm line 133.
Compilation failed in require at /usr/share/autoconf/Autom4te/FileUtils.pm line 41.
BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/FileUtils.pm line 41.
Compilation failed in require at /usr/bin/autoreconf line 42.
BEGIN failed--compilation aborted at /usr/bin/autoreconf line 42.

Viewing all articles
Browse latest Browse all 2052

Trending Articles