pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46663: php zlib undefined weak symbol
The following reply was made to PR pkg/46663; it has been noted by GNATS.
From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Fauberteau?=
<frederic%fauberteau.org@localhost>
To: <gnats-bugs%netbsd.org@localhost>
Cc:
Subject: Re: pkg/46663: php zlib undefined weak symbol
Date: Tue, 10 Jul 2012 13:15:26 +0200
Le 10.07.2012 04:30, Takahiro Kambe a écrit :
> Just FYI.
>
> In message <20120706074500.368A563B882%www.NetBSD.org@localhost>
> on Fri, 6 Jul 2012 07:45:00 +0000 (UTC),
> frederic%fauberteau.org@localhost wrote:
> >>Description:
> > php returns error code 1 when zlib extension is activated. The
> installed programs are :
> > - php-5.3.14
> > - php53-zlib-5.3.14
> > This leads to fail pear package installation.
> >>How-To-Repeat:
> >> php
> > <?php print("hello world\n"); ?>
> > Ctrl+d
> > hello world
> > /usr/pkg/lib/php/20090630/zlib.so: Trying to call undefined weak
> symbol `__deregister_frame_info'
> On NetBSD 6.0_BETA2, it resides in /lib/libgcc_s.so.1.0.
>
> I don't have accessible 5.1 environment for now, dose it exist in
> /lib/libgcc_s.so?
$ nm /usr/lib/libgcc_s.so.1.0 | grep "__deregister_frame_info$"
0000000000009a70 T __deregister_frame_info
> Have you built these packages on your NetBSD 5.1 machine or using
> binary packages from some where?
I have built these packages on my NetBSD 5.1 using pkgsrc.
--
Frédéric Fauberteau
Home |
Main Index |
Thread Index |
Old Index