Skip to content

Instantly share code, notes, and snippets.

@davecardwell
Created April 28, 2011 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davecardwell/945834 to your computer and use it in GitHub Desktop.
Save davecardwell/945834 to your computer and use it in GitHub Desktop.
DotCloud.com Perl Version
dotcloud@perltest-perl:~$ perl -V
Summary of my perl5 (revision 5 version 12 subversion 3) configuration:
Platform:
osname=linux, osvers=2.6.34.1-dotcloud, archname=x86_64-linux-thread-multi
uname='linux ubuntu 2.6.34.1-dotcloud #1 smp wed jul 28 16:56:23 pdt 2010 x86_64 gnulinux '
config_args='-de -Dprefix=/opt/perl5//perls/perl-5.12.3 -Duseithreads'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.4.3', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.11.1.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.11.1'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Built under linux
Compiled at Mar 30 2011 03:41:47
%ENV:
PERL5LIB="/home/dotcloud/perl5/lib/perl5"
PERL_CPANM_OPT="-l /home/dotcloud/perl5"
PERL_MB_OPT="--install_base /home/dotcloud/perl5"
PERL_MM_OPT="INSTALL_BASE=/home/dotcloud/perl5"
@INC:
/home/dotcloud/perl5/lib/perl5
/opt/perl5//perls/perl-5.12.3/lib/site_perl/5.12.3/x86_64-linux-thread-multi
/opt/perl5//perls/perl-5.12.3/lib/site_perl/5.12.3
/opt/perl5//perls/perl-5.12.3/lib/5.12.3/x86_64-linux-thread-multi
/opt/perl5//perls/perl-5.12.3/lib/5.12.3
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment