[PHP-DEV] AW: PHP 4.0 Bug #8878 Updated: symbol not defined (load php4-module)

2001-01-26 Thread Ferdinand, Dieter

hello,
no problem.

but i have also test it with this option, it doesn't work, so that i comment
it out in my configuration-script.

but with the workaround to link the pdflib-object files, it works, so i can
use it.

it seems, there is no option for this problem. i have compiled pdflib new
with different options and php4 with all options which can help to solve
this problem, but no success.

it has unfortunately somewhat for a long time lasted to I have the idea to
link the object files instead of the library.

I have normally faster a good idea, around a problem to solve.

goodby

-Ursprngliche Nachricht-
Von: Bug Database [mailto:[EMAIL PROTECTED]]
Gesendet am: Freitag, 26. Januar 2001 08:27
An: Ferdinand, Dieter
Betreff: PHP 4.0 Bug #8878 Updated: symbol not defined (load
php4-module)

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

Uh, woops.  That last comment was meant for another bug report.

Try adding --enable-libgcc to your PHP configure line.

Previous Comments:
---

[2001-01-26 00:54:03] [EMAIL PROTECTED]
You need to read http://www.php.net/FAQ.php#6.9

---

[2001-01-24 20:05:07] [EMAIL PROTECTED]
What were the configure lines used with both Apache and PHP 4?

And did you read INSTALL file ??



--Jani

---

[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]




[PHP-DEV] AW: PHP 4.0 Bug #8878 Updated: symbol not defined (load php4-module)

2001-01-26 Thread Ferdinand, Dieter

hello,
the problem is an other as in http://www.php.net/FAQ.php#6.9.

from me unknown reason a subroutine is not linked from libgcc, if I merge
pdflib 3.0 also 
if I compile php with apxs, then there are missing 2 subroutines, which are
used by php.

i test all posible options for php, pdflib and apache to correct this
problem, but without success.
this problem happens only under imb aix, not under linux, so i think, it is
a problem with the linker.

but i works, when i linked the pdflib-object-files, so i can use pdflib with
php4.

goodby

-Ursprngliche Nachricht-
Von: Bug Database [mailto:[EMAIL PROTECTED]]
Gesendet am: Freitag, 26. Januar 2001 06:54
An: Ferdinand, Dieter
Betreff: PHP 4.0 Bug #8878 Updated: symbol not defined (load
php4-module)

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

You need to read http://www.php.net/FAQ.php#6.9

Previous Comments:
---

[2001-01-24 20:05:07] [EMAIL PROTECTED]
What were the configure lines used with both Apache and PHP 4?

And did you read INSTALL file ??



--Jani

---

[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]




[PHP-DEV] AW: PHP 4.0 Bug #8880 Updated: problem with false file name libphp4 and libmodphp4 with shared-apache

2001-01-25 Thread Ferdinand, Dieter

hello,
i have a configure-script which make the configuration for all programms
which i need to compile.

i always change this script, if i need a new option or compile a new version
for which i need other options.
the first php-version, for which i used this script is php 3.0.12 and in
this version i have the problem with libphp3 and libmodphp3, so i make links
for files with the false name with this script, so i can compile apache with
php3.
while i had problems with with this files, i used libmodphp4 to activate
php4.

i have compiled it again and use libphp4.a to activate and it works.
please excuse me my mistake.

but the problem with the missing symbol from libgcc when i compile with apxs
is still available.

goodby

-Ursprngliche Nachricht-
Von: Bug Database [mailto:[EMAIL PROTECTED]]
Gesendet am: Donnerstag, 25. Januar 2001 01:28
An: Ferdinand, Dieter
Betreff: PHP 4.0 Bug #8880 Updated: problem with false file name libphp4
and libmodphp4 with shared-apache

ID: 8880
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Compile Problem
Assigned To: 
Comments:

Have you followed the instructions given in INSTALL file? 



--Jani

Previous Comments:
---

[2001-01-24 05:54:39] [EMAIL PROTECTED]
hello,

always when i compile php with the shared-apache-option, i have problmes
with the filenames.



after configuring apache new with php, i can't compile the php-module
because the name for the lib-file is exchanged.



i must make a link from libmodphp4.a to libphp4.a to compile the module.



i have the same problem with the module-name. in one file the name is
php4_module in an other file the name is mod_php4_module so i can't compile
and use the module, before i edit the files and use everywhere the same
name.



when i compile with apxs, then i don't have this problem, but on aix i have
then problems with symbols from the libgcc.



goodby



---


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

--
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]




[PHP-DEV] AW: PHP 4.0 Bug #8877 Updated: symbol not defined (used by ucd-snmp)

2001-01-24 Thread Ferdinand, Dieter

hello,
i dont know, why i get this error, but when i insert this lines in snmp.c,
then i can compile php with snmp.

o, i make a mistake, the include-file is not snmp_api.h, it is
default_store.h.
this symbol is only used in snmp_api.h.

i use gcc version 2.95.2 19991024 (release).

goodby

-Ursprngliche Nachricht-
Von: Bug Database [mailto:[EMAIL PROTECTED]]
Gesendet am: Donnerstag, 25. Januar 2001 02:10
An: Ferdinand, Dieter
Betreff: PHP 4.0 Bug #8877 Updated: symbol not defined (used by
ucd-snmp)

ID: 8877
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Compile Problem
Assigned To: 
Comments:

Why do you have to insert those lines? What errors do you get if you

don't add them? snmp.c does include snmp_api.h itself so those constants

should be defined then.



btw. What is the version of GCC you are using?



--Jani



Previous Comments:
---

[2001-01-24 04:48:37] [EMAIL PROTECTED]
hello,

when i compile php with ucd-snmp then i must always edit the file snmp.c and
insert the following lines:

#define DS_LIBRARY_ID 0

#define DS_LIB_QUICK_PRINT 13 /* print very brief output for parsing
*/



this symbols are defined in snmp_api.h from ucd-snmp.



i compile php always for apache with shared apache or with apxs.



goodby

---


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

--
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]