Re: [PHP-DEV] PHP 4.0 Bug #8721: compile problem on glibc-2.2.1

2001-01-15 Thread Konrad Stepien

On Mon, 15 Jan 2001, Stig Venaas wrote:

> On Mon, Jan 15, 2001 at 07:40:20PM -, [EMAIL PROTECTED] wrote:
> > From: [EMAIL PROTECTED]
> > Operating system: Linux
> > PHP version:  4.0.4pl1
> > PHP Bug Type: Compile Failure
> > Bug description:  compile problem on glibc-2.2.1
> > 
> > After upgrade to glibc-2.2.1 i can't compile php-4
> > I try latest (4.0.4pl1) and older.
> > 
> > /usr/bin/ld: .libs/libphp4.so: undefined versioned symbol name 
>__ns_name_unpack@@GLIBC_2.1
> > 
> > glibc-2.2.1 kernel 2.4.0
> 
> I don't have any good solutions, but I've installed 2.4.0 and glibc-2.2.1
> on a fresh RedHat 7.0 install, and then compiled PHP as a standalone
> binary doing just configure. That seems to work.
> 
Yes, as standalone all works fine.
But with

./configure --with-apxs=/usr/sbin/apxs

Compilation doesnt work.
apache 1.3.14

-- 
Konrad Stępień  | Hardware is indeterministically reliable.
[EMAIL PROTECTED] | Software is deterministically unreliable.
InterData/PKFL  | People are indeterministically unreliable.
PLD Team| Nature is deterministically reliable.


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] PHP 4.0 Bug #8721: compile problem on glibc-2.2.1

2001-01-15 Thread Stig Venaas

On Mon, Jan 15, 2001 at 07:40:20PM -, [EMAIL PROTECTED] wrote:
> From: [EMAIL PROTECTED]
> Operating system: Linux
> PHP version:  4.0.4pl1
> PHP Bug Type: Compile Failure
> Bug description:  compile problem on glibc-2.2.1
> 
> After upgrade to glibc-2.2.1 i can't compile php-4
> I try latest (4.0.4pl1) and older.
> 
> /usr/bin/ld: .libs/libphp4.so: undefined versioned symbol name 
>__ns_name_unpack@@GLIBC_2.1
> 
> glibc-2.2.1 kernel 2.4.0

I don't have any good solutions, but I've installed 2.4.0 and glibc-2.2.1
on a fresh RedHat 7.0 install, and then compiled PHP as a standalone
binary doing just configure. That seems to work.

Stig

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]