On 2015-09-17 20:16:33, mikem@airspayce.com wrote:
Show quoted text> > It looks like some symbols are not being defined. Is this expected?
>
> No.
>
> _SvPVx_nolen is a symbol from within perl
SvPVx_nolen was added to perl in commit 002e4c743b8ad1aef49c84ea61819956800a7f1e, which appears to be release 5.9.3.
Show quoted text> The errors in the log look a bit like either:
>
> 1. It could not find the perl shared libraries
> or
> 2. The the perl it ran against was not the same version as the perl it
> compiled against.
Here is the perl -V:
Summary of my perl5 (revision 5.0 version 8 subversion 1) configuration:
Platform:
osname=darwin, osvers=14.3.0, archname=darwin-2level
uname='darwin jaeger 14.3.0 darwin kernel version 14.3.0: mon mar 23 11:59:05 pdt 2015; root:xnu-2782.20.48~5release_x86_64 x86_64 '
config_args='-de -Dprefix=/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/8.1 -Dman1dir=none -Dman3dir=none -Aeval:scriptdir=/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/8.1/bin'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-common -DPERL_DARWIN -fno-strict-aliasing -I/opt/local/include',
optimize='-O3',
cppflags='-fno-common -DPERL_DARWIN -fno-strict-aliasing -I/opt/local/include'
ccversion='', gccversion='4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.49)', 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='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/opt/local/lib'
libpth=/opt/local/lib /usr/lib
libs=-lgdbm -ldbm -ldl -lm -lutil -lc
perllibs=-ldl -lm -lutil -lc
libc=, so=dylib, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/opt/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES
Locally applied patches:
Devel::PatchPerl 1.34
Built under darwin
Compiled at Jun 22 2015 17:14:29
%ENV:
PERL5LIB="/Volumes/amaretto/Users/ether/.perlbrew/libs/8.1@std/lib/perl5"
PERLBREW_BASHRC_VERSION="0.73"
PERLBREW_HOME="/Volumes/amaretto/Users/ether/.perlbrew"
PERLBREW_LIB="std"
PERLBREW_MANPATH="/Volumes/amaretto/Users/ether/.perlbrew/libs/8.1@std/man:/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/8.1/man"
PERLBREW_PATH="/Volumes/amaretto/Users/ether/.perlbrew/libs/8.1@std/bin:/Volumes/amaretto/Users/ether/perl5/perlbrew/bin:/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/8.1/bin"
PERLBREW_PERL="8.1"
PERLBREW_ROOT="/Volumes/amaretto/Users/ether/perl5/perlbrew"
PERLBREW_VERSION="0.73"
PERLDOC_PAGER="less -sicMr"
PERL_AUTOINSTALL_PREFER_CPAN="1"
PERL_INSTALL_QUIET="1"
PERL_LOCAL_LIB_ROOT="/Volumes/amaretto/Users/ether/.perlbrew/libs/8.1@std"
PERL_MB_OPT="--install_base /Volumes/amaretto/Users/ether/.perlbrew/libs/8.1@std"
PERL_MM_OPT="INSTALL_BASE=/Volumes/amaretto/Users/ether/.perlbrew/libs/8.1@std"
@INC:
/Volumes/amaretto/Users/ether/.perlbrew/libs/8.1@std/lib/perl5/darwin-2level
/Volumes/amaretto/Users/ether/.perlbrew/libs/8.1@std/lib/perl5
/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/8.1/lib/5.8.1/darwin-2level
/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/8.1/lib/5.8.1
/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/8.1/lib/site_perl/5.8.1/darwin-2level
/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/8.1/lib/site_perl/5.8.1
/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/8.1/lib/site_perl
.
what else can I provide?