[PHP-DEV] [Win32] Install Problems....

2003-01-15 Thread Red Wingate
I ran in serious troubles trying to install a recent version
of PHP compiled with the Zend Engine 2. I have the latest
release of Apache2 installed and running a PHP Snapshot
as CGI always ends in a crash (PHP not Windows)

I was able to install a recent CVS version of 4.3.0 with the
Zend Engine 2 to keep my work on a script which requires
the new object model.

Problems came up with ZE2 from the php-4-3-0dev-ze2-alpha2
giving me some serious errors while working with parent:: (just in
some cases though). Now i want to install a more recent version
but don't know where i can get a stable version.

Enviroment:
Win2000 SP3 with Apache 2.0.43

--- Red Wingate

p.s: plz dont flame about my english :)



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Bug #13171: LibGD (bug 12111)

2001-09-06 Thread red

From: [EMAIL PROTECTED]
Operating system: red hat linux
PHP version:  4.0.6
PHP Bug Type: *Compile Issues
Bug description:  LibGD (bug 12111)

I'm having the same problem on a Sun Cobalt RaQ installing  PHP 4.0.6 and
libgd 1.8.4 and libpng 1.2.0

Running ldconfig -v shows me: (excerpt)
/usr/lib:
libpng.so.3 = libpng.so.3.1.2.0
libgds.so.0.orig = libgds.so.0.orig
libgd.so.1 = libgd.so.1.2
/usr/local/lib:
libpng.so.3 = libpng.so.3.1.2.0
/usr/local/src/libpng/libpng-1.2.0:
libpng.so.3 = libpng.so.3.1.2.0
/usr/lib:
libpng.so.3 = libpng.so.3.1.2.0
libgds.so.0.orig = libgds.so.0.orig

So libpng seems to be installed properly. But no ImageCreateFromPng!

Running phpinfo(); shows me:
gd
GD Support enabled 
GD Version 1.6.2 or higher 
FreeType Support enabled 
FreeType Linkage with TTF library 
WBMP Support enabled 

I have tried in the php_config.h to insert the line 
#define HAVE_GD_PNG 1 

and my command line is:

./configure --prefix=/usr --with-regex=system --enable-calendar --with-db
--without-dom --enable-filepro --with-gettext --enable-sysvsem
--enable-sysvshm --enable-track-vars --enable-trans-sid --disable-debug
--with-imap=shared --enable-ftp --with-gd --with-apxs --with-zlib
--with-pcregex=/usr --enable-sockets --enable-freetype-4bit-antialias-hack
--with-xml=shared,/usr --with-yp
--with-mysql=shared,/usr/local/src/mysql/mysql-3.23.40-pc-linux-gnu-i686/mysql-3.23.40/
--with-ttf --with-apxs --with-zlib --with-png-dir=/usr/local

Any ideas?
-- 
Edit bug report at: http://bugs.php.net/?id=13171edit=1


-- 
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] Bug #10787 Updated: mod_perl and php4 - Segmentation fault

2001-06-25 Thread red

ID: 10787
User Update by: [EMAIL PROTECTED]
Status: Closed
Bug Type: Reproducible crash
Operating system: RH6.2 kernel2.4.3
PHP Version: 4.0.5
Description: mod_perl and php4 - Segmentation fault

Well, I just installed php 4.0.6 and it is working well 
now. So, there was no bug in php, huh? ;) 

sorry, I couldn't resist to write this...


Previous Comments:
---

[2001-05-14 23:36:10] [EMAIL PROTECTED]
This is not any bug in PHP. So please ask further
questions on the mailing lists, php-general / php-install


---

[2001-05-14 11:11:17] [EMAIL PROTECTED]
A yeah... I loaded mod_perl before php in the httpd. (Found this in some newsgroups). 
But without success...

---

[2001-05-14 11:09:20] [EMAIL PROTECTED]
Well I have to believe you, but I have these problems, and no Idea how to fix it... 
The only thing I know is, that these problems are occuring since I installed mod_perl. 
But the processes crashing are those with php... So I hoped that you php-guys 
eventualy know something about these issues. Thank you anyway...
Red

---

[2001-05-14 08:12:55] [EMAIL PROTECTED]
FYI: I have mod_perl 1.25 and PHP 4 in my Apache and I 
have no problems.


---

[2001-05-14 08:12:16] [EMAIL PROTECTED]
Is the mod_perl compiled as DSO?
If so, try moving the LoadModule line for it before php4
module is loaded.

If not, compile it as DSO and do that.

--Jani


---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

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


-- 
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] Bug #10787 Updated: mod_perl and php4 - Segmentation fault

2001-05-14 Thread red

ID: 10787
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Reproducible crash
Operating system: RH6.2 kernel2.4.3
PHP Version: 4.0.5
Description: mod_perl and php4 - Segmentation fault

Well I have to believe you, but I have these problems, and no Idea how to fix it... 
The only thing I know is, that these problems are occuring since I installed mod_perl. 
But the processes crashing are those with php... So I hoped that you php-guys 
eventualy know something about these issues. Thank you anyway...
Red

Previous Comments:
---

[2001-05-14 08:12:55] [EMAIL PROTECTED]
FYI: I have mod_perl 1.25 and PHP 4 in my Apache and I 
have no problems.


---

[2001-05-14 08:12:16] [EMAIL PROTECTED]
Is the mod_perl compiled as DSO?
If so, try moving the LoadModule line for it before php4
module is loaded.

If not, compile it as DSO and do that.

--Jani


---

[2001-05-11 05:59:13] [EMAIL PROTECTED]
This was the backtrace with --enable-debug... The apache version is 1.3.19

---

[2001-05-10 18:45:46] [EMAIL PROTECTED]
Do these steps for PHP:

rm config.cache
./configure your options + --enable-debug 
make clean
make
make install

And you should get better backtrace of the crash.
Although it looks like it doesn't even touch PHP..

What is the version of Apache used?



---

[2001-05-10 13:57:34] [EMAIL PROTECTED]
It is still segfaulting

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

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


-- 
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] Bug #10787 Updated: mod_perl and php4 - Segmentation fault

2001-05-14 Thread red

ID: 10787
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Reproducible crash
Operating system: RH6.2 kernel2.4.3
PHP Version: 4.0.5
Description: mod_perl and php4 - Segmentation fault

A yeah... I loaded mod_perl before php in the httpd. (Found this in some newsgroups). 
But without success...

Previous Comments:
---

[2001-05-14 11:09:20] [EMAIL PROTECTED]
Well I have to believe you, but I have these problems, and no Idea how to fix it... 
The only thing I know is, that these problems are occuring since I installed mod_perl. 
But the processes crashing are those with php... So I hoped that you php-guys 
eventualy know something about these issues. Thank you anyway...
Red

---

[2001-05-14 08:12:55] [EMAIL PROTECTED]
FYI: I have mod_perl 1.25 and PHP 4 in my Apache and I 
have no problems.


---

[2001-05-14 08:12:16] [EMAIL PROTECTED]
Is the mod_perl compiled as DSO?
If so, try moving the LoadModule line for it before php4
module is loaded.

If not, compile it as DSO and do that.

--Jani


---

[2001-05-11 05:59:13] [EMAIL PROTECTED]
This was the backtrace with --enable-debug... The apache version is 1.3.19

---

[2001-05-10 18:45:46] [EMAIL PROTECTED]
Do these steps for PHP:

rm config.cache
./configure your options + --enable-debug 
make clean
make
make install

And you should get better backtrace of the crash.
Although it looks like it doesn't even touch PHP..

What is the version of Apache used?



---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

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


-- 
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] Bug #10787 Updated: mod_perl and php4 - Segmentation fault

2001-05-11 Thread red

ID: 10787
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Reproducible crash
Operating system: RH6.2 kernel2.4.3
PHP Version: 4.0.5
Description: mod_perl and php4 - Segmentation fault

This was the backtrace with --enable-debug... The apache version is 1.3.19

Previous Comments:
---

[2001-05-10 18:45:46] [EMAIL PROTECTED]
Do these steps for PHP:

rm config.cache
./configure your options + --enable-debug 
make clean
make
make install

And you should get better backtrace of the crash.
Although it looks like it doesn't even touch PHP..

What is the version of Apache used?



---

[2001-05-10 13:57:34] [EMAIL PROTECTED]
It is still segfaulting

---

[2001-05-10 13:31:20] [EMAIL PROTECTED]
Done...

ldd looks now like this:
ldd /usr/local/apache/bin/httpd
libpthread.so.0 = /lib/libpthread.so.0 (0x40019000)
libm.so.6 = /lib/libm.so.6 (0x4002c000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x40049000)
libdb.so.3 = /lib/libdb.so.3 (0x40077000)
libdl.so.2 = /lib/libdl.so.2 (0x400b2000)
libc.so.6 = /lib/libc.so.6 (0x400b6000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

I think I'll let it run now for a while and will check if it runs stable now... Bye 
the way could you please try to explain what I should do, that I don't have to care 
about libpthread in the future?

---

[2001-05-10 12:35:56] [EMAIL PROTECTED]
Try linking apache with phtread library.
Instructions how it's done can be found on this page:

http://wwwp.php.net/oci8

--Jani


---

[2001-05-10 12:05:07] [EMAIL PROTECTED]
result of ldd:
libm.so.6 = /lib/libm.so.6 (0x40019000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x40036000)
libdb.so.3 = /lib/libdb.so.3 (0x40064000)
libdl.so.2 = /lib/libdl.so.2 (0x4009e000)
libc.so.6 = /lib/libc.so.6 (0x400a3000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

result of bt:
#0  0x401beea7 in ?? () from /usr/local/apache/libexec/libphp4.so
#1  0x401ba2f5 in ?? () from /usr/local/apache/libexec/libphp4.so
#2  0x401bae07 in ?? () from /usr/local/apache/libexec/libphp4.so
#3  0x405f0d5a in ?? () from /usr/local/apache/libexec/libphp4.so
#4  0x4059e02c in ?? () from /usr/local/apache/libexec/libphp4.so
#5  0x405f1023 in ?? () from /usr/local/apache/libexec/libphp4.so
#6  0x4059ab64 in ?? () from /usr/local/apache/libexec/libphp4.so
#7  0x4059e02c in ?? () from /usr/local/apache/libexec/libphp4.so
#8  0x40598120 in ?? () from /usr/local/apache/libexec/libphp4.so
#9  0x405afe99 in ?? () from /usr/local/apache/libexec/libphp4.so
#10 0x405ace35 in ?? () from /usr/local/apache/libexec/libphp4.so
#11 0x807620e in run_cleanups ()
#12 0x8074a3d in ap_clear_pool ()
#13 0x8074ab1 in ap_destroy_pool ()
#14 0x80846bd in child_main ()
#15 0x80847fc in make_child ()
#16 0x8084959 in startup_children ()
#17 0x8084f96 in standalone_main ()
#18 0x8085723 in main ()
#19 0x400bb9cb in __libc_start_main (main=0x80853dc main, argc=4,
argv=0xb99c, init=0x804f494 _init, fini=0x80b9eac _fini,
rtld_fini=0x4000aea0 _dl_fini, stack_end=0xb994)
at ../sysdeps/generic/libc-start.c:92


---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

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


-- 
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] Bug #10787 Updated: mod_perl and php4 - Segmentation fault

2001-05-10 Thread red

ID: 10787
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Reproducible crash
Operating system: RH6.2 kernel2.4.3
PHP Version: 4.0.5
Description: mod_perl and php4 - Segmentation fault

result of ldd:
libm.so.6 = /lib/libm.so.6 (0x40019000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x40036000)
libdb.so.3 = /lib/libdb.so.3 (0x40064000)
libdl.so.2 = /lib/libdl.so.2 (0x4009e000)
libc.so.6 = /lib/libc.so.6 (0x400a3000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

result of bt:
#0  0x401beea7 in ?? () from /usr/local/apache/libexec/libphp4.so
#1  0x401ba2f5 in ?? () from /usr/local/apache/libexec/libphp4.so
#2  0x401bae07 in ?? () from /usr/local/apache/libexec/libphp4.so
#3  0x405f0d5a in ?? () from /usr/local/apache/libexec/libphp4.so
#4  0x4059e02c in ?? () from /usr/local/apache/libexec/libphp4.so
#5  0x405f1023 in ?? () from /usr/local/apache/libexec/libphp4.so
#6  0x4059ab64 in ?? () from /usr/local/apache/libexec/libphp4.so
#7  0x4059e02c in ?? () from /usr/local/apache/libexec/libphp4.so
#8  0x40598120 in ?? () from /usr/local/apache/libexec/libphp4.so
#9  0x405afe99 in ?? () from /usr/local/apache/libexec/libphp4.so
#10 0x405ace35 in ?? () from /usr/local/apache/libexec/libphp4.so
#11 0x807620e in run_cleanups ()
#12 0x8074a3d in ap_clear_pool ()
#13 0x8074ab1 in ap_destroy_pool ()
#14 0x80846bd in child_main ()
#15 0x80847fc in make_child ()
#16 0x8084959 in startup_children ()
#17 0x8084f96 in standalone_main ()
#18 0x8085723 in main ()
#19 0x400bb9cb in __libc_start_main (main=0x80853dc main, argc=4,
argv=0xb99c, init=0x804f494 _init, fini=0x80b9eac _fini,
rtld_fini=0x4000aea0 _dl_fini, stack_end=0xb994)
at ../sysdeps/generic/libc-start.c:92


Previous Comments:
---

[2001-05-10 10:45:47] [EMAIL PROTECTED]
Hello,

that answer made little sense to me. Can you explain it a litte more?
Please also include the output of ldd httpd (where httpd is your new apache 
executable).

regards,
Derick

---

[2001-05-10 10:33:38] [EMAIL PROTECTED]
Sorry, I didn't get it, cause the httpd with -X is getting to slow... 

---

[2001-05-10 09:50:32] [EMAIL PROTECTED]
Status: feedback (again)

---

[2001-05-10 09:49:37] [EMAIL PROTECTED]
Hello,

can you post a backtrace of this crash?

Derick

---

[2001-05-10 09:47:31] [EMAIL PROTECTED]
I have no chance to get php4.0.5 working with mod_perl (1.25). Some Child Processes 
are Segfaulting... I even tried to run 2 apache servers: one only with php and one 
with mod_perl and connect them with a ProxyPass... The apache processes with php are 
still crashing! I also tried every combination of dso and compiled in modules... 
Nothing helped.

PHP4.0.5 was working fine until I tried to use mod_perl...

./configure --with-apxs=/usr/local/apache/bin/apxs --enable-xml --with-dom --with-gd 
--with-ttf --with-smtp --with-imap=/usr/local/src/imap-4.7 --enable-track-vars 
--enable-force-cgi-redirect --with-gettext --with-pgsql --with-mysql=/usr

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

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


-- 
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] Bug #10787 Updated: mod_perl and php4 - Segmentation fault

2001-05-10 Thread red

ID: 10787
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Reproducible crash
Operating system: RH6.2 kernel2.4.3
PHP Version: 4.0.5
Description: mod_perl and php4 - Segmentation fault

Done...

ldd looks now like this:
ldd /usr/local/apache/bin/httpd
libpthread.so.0 = /lib/libpthread.so.0 (0x40019000)
libm.so.6 = /lib/libm.so.6 (0x4002c000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x40049000)
libdb.so.3 = /lib/libdb.so.3 (0x40077000)
libdl.so.2 = /lib/libdl.so.2 (0x400b2000)
libc.so.6 = /lib/libc.so.6 (0x400b6000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

I think I'll let it run now for a while and will check if it runs stable now... Bye 
the way could you please try to explain what I should do, that I don't have to care 
about libpthread in the future?

Previous Comments:
---

[2001-05-10 12:35:56] [EMAIL PROTECTED]
Try linking apache with phtread library.
Instructions how it's done can be found on this page:

http://wwwp.php.net/oci8

--Jani


---

[2001-05-10 12:05:07] [EMAIL PROTECTED]
result of ldd:
libm.so.6 = /lib/libm.so.6 (0x40019000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x40036000)
libdb.so.3 = /lib/libdb.so.3 (0x40064000)
libdl.so.2 = /lib/libdl.so.2 (0x4009e000)
libc.so.6 = /lib/libc.so.6 (0x400a3000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

result of bt:
#0  0x401beea7 in ?? () from /usr/local/apache/libexec/libphp4.so
#1  0x401ba2f5 in ?? () from /usr/local/apache/libexec/libphp4.so
#2  0x401bae07 in ?? () from /usr/local/apache/libexec/libphp4.so
#3  0x405f0d5a in ?? () from /usr/local/apache/libexec/libphp4.so
#4  0x4059e02c in ?? () from /usr/local/apache/libexec/libphp4.so
#5  0x405f1023 in ?? () from /usr/local/apache/libexec/libphp4.so
#6  0x4059ab64 in ?? () from /usr/local/apache/libexec/libphp4.so
#7  0x4059e02c in ?? () from /usr/local/apache/libexec/libphp4.so
#8  0x40598120 in ?? () from /usr/local/apache/libexec/libphp4.so
#9  0x405afe99 in ?? () from /usr/local/apache/libexec/libphp4.so
#10 0x405ace35 in ?? () from /usr/local/apache/libexec/libphp4.so
#11 0x807620e in run_cleanups ()
#12 0x8074a3d in ap_clear_pool ()
#13 0x8074ab1 in ap_destroy_pool ()
#14 0x80846bd in child_main ()
#15 0x80847fc in make_child ()
#16 0x8084959 in startup_children ()
#17 0x8084f96 in standalone_main ()
#18 0x8085723 in main ()
#19 0x400bb9cb in __libc_start_main (main=0x80853dc main, argc=4,
argv=0xb99c, init=0x804f494 _init, fini=0x80b9eac _fini,
rtld_fini=0x4000aea0 _dl_fini, stack_end=0xb994)
at ../sysdeps/generic/libc-start.c:92


---

[2001-05-10 10:45:47] [EMAIL PROTECTED]
Hello,

that answer made little sense to me. Can you explain it a litte more?
Please also include the output of ldd httpd (where httpd is your new apache 
executable).

regards,
Derick

---

[2001-05-10 10:33:38] [EMAIL PROTECTED]
Sorry, I didn't get it, cause the httpd with -X is getting to slow... 

---

[2001-05-10 09:50:32] [EMAIL PROTECTED]
Status: feedback (again)

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

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


-- 
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] Bug #10787 Updated: mod_perl and php4 - Segmentation fault

2001-05-10 Thread red

ID: 10787
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Reproducible crash
Operating system: RH6.2 kernel2.4.3
PHP Version: 4.0.5
Description: mod_perl and php4 - Segmentation fault

It is still segfaulting

Previous Comments:
---

[2001-05-10 13:31:20] [EMAIL PROTECTED]
Done...

ldd looks now like this:
ldd /usr/local/apache/bin/httpd
libpthread.so.0 = /lib/libpthread.so.0 (0x40019000)
libm.so.6 = /lib/libm.so.6 (0x4002c000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x40049000)
libdb.so.3 = /lib/libdb.so.3 (0x40077000)
libdl.so.2 = /lib/libdl.so.2 (0x400b2000)
libc.so.6 = /lib/libc.so.6 (0x400b6000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

I think I'll let it run now for a while and will check if it runs stable now... Bye 
the way could you please try to explain what I should do, that I don't have to care 
about libpthread in the future?

---

[2001-05-10 12:35:56] [EMAIL PROTECTED]
Try linking apache with phtread library.
Instructions how it's done can be found on this page:

http://wwwp.php.net/oci8

--Jani


---

[2001-05-10 12:05:07] [EMAIL PROTECTED]
result of ldd:
libm.so.6 = /lib/libm.so.6 (0x40019000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x40036000)
libdb.so.3 = /lib/libdb.so.3 (0x40064000)
libdl.so.2 = /lib/libdl.so.2 (0x4009e000)
libc.so.6 = /lib/libc.so.6 (0x400a3000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

result of bt:
#0  0x401beea7 in ?? () from /usr/local/apache/libexec/libphp4.so
#1  0x401ba2f5 in ?? () from /usr/local/apache/libexec/libphp4.so
#2  0x401bae07 in ?? () from /usr/local/apache/libexec/libphp4.so
#3  0x405f0d5a in ?? () from /usr/local/apache/libexec/libphp4.so
#4  0x4059e02c in ?? () from /usr/local/apache/libexec/libphp4.so
#5  0x405f1023 in ?? () from /usr/local/apache/libexec/libphp4.so
#6  0x4059ab64 in ?? () from /usr/local/apache/libexec/libphp4.so
#7  0x4059e02c in ?? () from /usr/local/apache/libexec/libphp4.so
#8  0x40598120 in ?? () from /usr/local/apache/libexec/libphp4.so
#9  0x405afe99 in ?? () from /usr/local/apache/libexec/libphp4.so
#10 0x405ace35 in ?? () from /usr/local/apache/libexec/libphp4.so
#11 0x807620e in run_cleanups ()
#12 0x8074a3d in ap_clear_pool ()
#13 0x8074ab1 in ap_destroy_pool ()
#14 0x80846bd in child_main ()
#15 0x80847fc in make_child ()
#16 0x8084959 in startup_children ()
#17 0x8084f96 in standalone_main ()
#18 0x8085723 in main ()
#19 0x400bb9cb in __libc_start_main (main=0x80853dc main, argc=4,
argv=0xb99c, init=0x804f494 _init, fini=0x80b9eac _fini,
rtld_fini=0x4000aea0 _dl_fini, stack_end=0xb994)
at ../sysdeps/generic/libc-start.c:92


---

[2001-05-10 10:45:47] [EMAIL PROTECTED]
Hello,

that answer made little sense to me. Can you explain it a litte more?
Please also include the output of ldd httpd (where httpd is your new apache 
executable).

regards,
Derick

---

[2001-05-10 10:33:38] [EMAIL PROTECTED]
Sorry, I didn't get it, cause the httpd with -X is getting to slow... 

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

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


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