Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 1998 16:54:51 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG>
Subject:   Inconsistency in CURRENT's perl
Message-ID:  <19980927165451.A26338@keltia.freenix.fr>

next in thread | raw e-mail | index | archive | help
3.0-BETA perl5 uses a shared libperl.so.3 _but_ the configuration lists it
as static. ELF system recently installed from 3.0-19980923-BETA and
recompiled.

FreeBSD tara.freenix.org 3.0-BETA FreeBSD 3.0-BETA #0: Sun Sep 27 14:53:13 CEST 1998     roberto@tara:/src/src/sys/compile/TARA  i386

202 [16:51] roberto@tara:~> which perl
/usr/bin/perl
203 [16:51] roberto@tara:~> ldd /usr/bin/perl
/usr/bin/perl:
        libperl.so.3 => /usr/lib/libperl.so.3 (0x28052000)
        libm.so.2 => /usr/lib/libm.so.2 (0x280e2000)
        libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x280fc000)
        libc.so.3 => /usr/lib/libc.so.3 (0x280ff000)
204 [16:51] roberto@tara:~> perl -V
Summary of my perl5 (5.0 patchlevel 5 subversion 2) configuration:
  Platform:
    osname=freebsd, osvers=3.0-current, archname=i386-freebsd
    uname='freebsd 3.0-current #0: '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='cc', optimize='undef', gccversion=2.7.2.1
    cppflags=''
    ccflags =''
    stdchar='char', d_stdstdio=undef, usevfork=true
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='ld', ldflags ='-Wl,-E '
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lc -lcrypt
    libc=undef, so=so, useshrplib=false, libperl=libperl.a
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fpic', lddlflags='-shared '


Characteristics of this binary (from libperl): 
  Built under freebsd
  Compiled at Sep 27 1998 12:13:24
  @INC:
    /usr/libdata/perl/5.00502/mach
    /usr/libdata/perl/5.00502
    /usr/local/lib/perl5/site_perl/5.005/i386-freebsd
    /usr/local/lib/perl5/site_perl/5.005

-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 3.0-BETA #0: Sat Sep 19 23:38:25 CEST 1998


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980927165451.A26338>