[PHP-DEV] FP_QUERY: Make problem php 4.0.4

2001-01-09 Thread Mark Olbert
I can successfully make a standalone executable of php4.0.4 on my linux system. However, when I try to make a DSO, I get the following error message: make[1]: Entering directory `/usr/download/php-4.0.4' /bin/sh /usr/download/php-4.0.4/libtool --silent --mode=link gcc -I. -I/usr/download/php-4

RE: [PHP-DEV] Compile Problem: Place for Help

2001-01-10 Thread Mark Olbert
>>I am running into a problem that I haven't gotten any feedback on from >>php-dev, php-general or php-install. >> >>The specific problem is: >> >>/usr/bin/ld: .libs/libphp4.so: undefined versioned symbol name >>__fp_query@@GLIBC_2.0 >>/usr/bin/ld: failed to set dynamic section sizes: Bad value >>

[PHP-DEV] Compile Problem: Place for Help

2001-01-10 Thread Mark Olbert
Can anyone recommend a place/forum for help in getting PHP to compile under linux? I am running into a problem that I haven't gotten any feedback on from php-dev, php-general or php-install. The specific problem is: /usr/bin/ld: .libs/libphp4.so: undefined versioned symbol name __fp_query@@GLIB

[PHP-DEV] RE: PHP 4.0 Bug #8774 Updated: undefined versioned symbol name __ns_name_unpack@@GLIBC2.1

2001-01-18 Thread Mark Olbert
Given that I've recompiled and re-installed glibc.2.1.3, how could it not be a bug in php? I thought that versioning problems come about when the compiled program "requires" a specific version of an exported function, and the source library doesn't have that version. BTW, what does "atm" (as in '

[PHP-DEV] Undefined Versioned Symbol

2001-01-19 Thread Mark Olbert
I've been having problems getting php-4.0.4 to compile on my linux system; the make keeps breaking when libphp.so is being linked with an undefined versioned symbol name __ns_name_unpack@@GLIBC_2.1 error. I've rebuilt and reinstalled glibc2.1.3, and every library I know of that php depends on, bu

RE: [PHP-DEV] Undefined Versioned Symbol

2001-01-19 Thread Mark Olbert
From: Mike Robinson [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 12:53 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-DEV] Undefined Versioned Symbol Go to http://bugs.php.net and read #7711,8774, and 8721. Regards Mike Robinson > -Original Message- > From