From owner-freebsd-hackers Sun Apr 9 11:36:31 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA28989 for hackers-outgoing; Sun, 9 Apr 1995 11:36:31 -0700 Received: from mail.barrnet.net (mail.BARRNET.NET [131.119.246.7]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA28983 for ; Sun, 9 Apr 1995 11:36:30 -0700 Received: from dataplex.net (SHARK.DATAPLEX.NET [199.183.109.241]) by mail.barrnet.net (8.6.10/MAIL-RELAY-LEN) with ESMTP id LAA13996 for ; Sun, 9 Apr 1995 11:33:52 -0700 Received: from [199.183.109.242] by dataplex.net with SMTP (MailShare 1.0b8); Sun, 9 Apr 1995 13:36:09 -0500 X-Sender: wacky@shark.dataplex.net Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 9 Apr 1995 13:36:12 -0500 To: Kim Culhan From: rkw@dataplex.net (Richard Wackerbarth) Subject: Re: perl5.001 patches needed Cc: hackers@FreeBSD.org Sender: hackers-owner@FreeBSD.org Precedence: bulk >The perl5.001 obtained frm prep.ai.mit.edu seems to know about freebsd but >we see this problem: > >cc -c -O -I../.. -DLIBC="/usr/lib/libc.so.2.1" DynaLoader.c >DynaLoader.c: In function `XS_DynaLoader_dl_load_file': >DynaLoader.c:138: array subscript is not an integer >DynaLoader.c:138: array subscript is not an integer >DynaLoader.c:138: array subscript is not an integer >DynaLoader.c:138: array subscript is not an integer >DynaLoader.c: In function `XS_DynaLoader_dl_find_symbol': > >If there is a patch already built, a pointer to it is very greatly >appreciated. This appears to be the vprintf problem. Get a copy of vprintf.c for the libc in -current and rebuilt your library. ---- Richard Wackerbarth rkw@dataplex.net