hello,
yes i search in the install file for this problem and change the
link-parameters to explicitly link the libgcc.

but all tries give the same result, the symbols are missing.

when i compile the libphp4.so with apache, then the symbols from php4 aren't
missing, but the one from libpdf ist still missing.

after many tries i found a workaround for this problem.
i don't link libpdf, i link the object-files from libpdf, so that it works.
but don't ask me why.
I held back no assertion for this.

i use the following options to compile php4:
LDFLAGS=-lpng -L/usr/local/snmp/lib -L/usr/X386/lib
-L/usr/local/BerkeleyDB/lib
CFLAGS=-I/usr/local/snmp/include/ucd-snmp -I/usr/local/BerkeleyDB/include
-I/usr/include
--with-apache=../apache_1.3.14 --with-mysql=/usr/local/mysql
--with-gd=../gd-1.8.3 
--enable-gd-imgstrttf --with-db2=/usr/local/BerkeleyDB
--with-snmp=../ucd-snmp-4.1.1 
--with-pdflib=/usr/local --with-jpeg-dir=/usr/local
--with-tiff-dir=/usr/local 
--with-zlib-dir=/usr/local --with-ldap --with-imagick --with-yp 
--enable-calendar --enable-libgcc --enable-shared --enable-bcmath --with-ftp

--with-dbm --with-dbase --with-zlib --with-png --enable-track-vars
--enable-safe-mode 
--enable-magic-quotes

if I still succeed in now activating the ftp and socket functions then I
have finally all functions in php4, which I need.
under linux this is no problem, but i have problems with this under aix.
with php3 i had no problems to aktivate this both functions.

goodby

-----Ursprüngliche Nachricht-----
Von: Bug Database [mailto:[EMAIL PROTECTED]]
Gesendet am: Donnerstag, 25. Januar 2001 02:05
An: Ferdinand, Dieter
Betreff: PHP 4.0 Bug #8878 Updated: symbol not defined (load
php4-module)

ID: 8878
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Apache related
Assigned To: 
Comments:

What were the configure lines used with both Apache and PHP 4?

And did you read INSTALL file ??



--Jani

Previous Comments:
---------------------------------------------------------------------------

[2001-01-24 05:10:42] [EMAIL PROTECTED]
hello,

i have problems to load the php4-module with apache.



i analysed the problem and find, that one or more smybols which are defined
in libgcc.a are missing.



i try to link this module with other options, but i have no success.



when i compile with apxs the following symbols are missing in the
php4-module:

__divdi3 and __moddi3



when i compile with shared apache, then tis symbols are not missing.



i want to use the pdflib 3.0 with php, but when i link this lib, the
following symbol is always missing:

__eprintf



why does the linker under aix 4.3.2 not link this routines from the libgcc
when the linking must fail without this symbols?



goodby



---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8878

--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to