Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2004 14:28:50 +0200
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Rich Morin <rdm@cfcl.com>, freebsd-ports@freebsd.org
Subject:   Re: Perl installation problem
Message-ID:  <C113CAA3E53C7701A6A077A9@[192.168.8.51]>
In-Reply-To: <p06110417bda24b363222@[192.168.254.205]>
References:  <p06110414bda240a7b8af@[192.168.254.205]> <200410242301.34360.kstewart@owt.com> <p06110417bda24b363222@[192.168.254.205]>

next in thread | previous in thread | raw e-mail | index | archive | help
+-le 24/10/2004 23:26 -0700, Rich Morin a dit :
| I should probably clarify that (a) we're not interested in upgrading
| FreeBSD just now and (b) we don't want to build Perl statically (as
| this causes the perl binary to become enormous).  So, unless the
| current Port (a) works under FreeBSD 4.7 and (b) has a way to do a
| dynamic build, we're not interested...

No one asked you to update your system, but just your port tree, which is how
it's supposed to work. now, perl 5.8.5 should just compile fine on a
4.7-RELEASE, my workstation is :

$ uname -r
4.8-RELEASE

and perl 5.8.5 from the ports is dynamically linked and works just fine.

$ ldd /usr/local/bin/perl5.8.5
/usr/local/bin/perl5.8.5:
        libperl.so => /usr/local/lib/perl5/5.8.5/mach/CORE/libperl.so
(0x28067000)
        libm.so.2 => /usr/lib/libm.so.2 (0x28162000)
        libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x2817e000)
        libutil.so.3 => /usr/lib/libutil.so.3 (0x28197000)
        libc.so.4 => /usr/lib/libc.so.4 (0x281a0000)


-- 
Mathieu Arnold



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