Front page | perl.perl5.porters |
Postings from December 2008
[perl #59610] Error - intalling a Perl 5 8 8
Thread Previous
From:
Steve Peters via RT
Date:
December 2, 2008 05:33
Subject:
[perl #59610] Error - intalling a Perl 5 8 8
Message ID:
rt-3.6.HEAD-10965-1228191987-932.59610-15-0@perl.org
On Fri Oct 03 14:01:23 2008, Leandro_Gregorio@cargill.com wrote:
> uxbrsapa001[/opt/tibco/install/perl-5.8.8]$ ./myconfig
> Summary of my
> perl5 (revision 5 version 8 subversion 8) configuration:
> Platform:
> osname=linux, osvers=2.6.9-67.0.22.elsmp, archname=x86_64-linux-
> thread-multi
> uname='linux uxbrsapa001 2.6.9-67.0.22.elsmp #1 smp
> fri jul 11 10:37:57 edt 2008 x86_64 x86_64 x86_64 gnulinux '
> config_args='-Dprefix=/opt/tibco/perl'
> hint=previous,
> useposix=true, d_sigaction=define
> usethreads=define
> use5005threads=undef 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_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
> optimize='-O2',
> cppflags='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64'
> ccversion='', gccversion='3.4.6 20060404
> (Red Hat 3.4.6-10)', 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='ld',
> ldflags =''
> libpth=
> libs=
> perllibs=
> libc=/lib/libc-2.3.4.so, so=so, useshrplib=false, libperl=libperl.a
> gnulibc_version='2.3.4'
> Dynamic Linking:
> dlsrc=dl_none.xs,
> dlext=none, d_dlsymun=undef, ccdlflags=''
> cccdlflags='',
> lddlflags=''
It looks the necessary libraries were accidently deleted while configuring your Perl. If you try
to configure with the following command...
./Configure -des -Dprefix=/opt/tibco/perl
do you get the results you were looking for?
Steve Peters
Thread Previous