From owner-freebsd-stable Thu May 20 8:52:41 1999 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 0716714DDD for ; Thu, 20 May 1999 08:52:39 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id IAA19125; Thu, 20 May 1999 08:52:39 -0700 (PDT) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id IAA41434; Thu, 20 May 1999 08:52:38 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990520174631.A26506@internal> Date: Thu, 20 May 1999 08:52:38 -0700 (PDT) Organization: Polstra & Co., Inc. From: John Polstra To: Andre Albsmeier Subject: Re: ld-elf.so.1 on 3.2-STABLE breaks yppush Cc: stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andre Albsmeier wrote: > On Thu, 20-May-1999 at 08:32:12 -0700, John Polstra wrote: >> One at a time, comment out these lines in rtld.c: >> >> set_program_var("__progname", argv[0] != NULL ? basename(argv[0]) : ""); >> set_program_var("environ", env); >> >> and try to find out which one is causing the problem. > > Done, it works if at least _one_ of the two lines is commented out. > Deleting both also works... Even stranger still! Please try leaving both lines in, but changing the spelling of the variable names while leaving their lengths the same (one at a time): set_program_var("__PrOgNaMe", argv[0] != NULL ? basename(argv[0]) : ""); set_program_var("eNvIrOn", env); Thanks, John --- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message