|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-04-29 10:33 UTC] sniper@php.net
[2003-04-30 05:27 UTC] m dot antonini at inwind dot it
[2003-04-30 05:58 UTC] sniper@php.net
[2003-04-30 07:47 UTC] m dot antonini at inwind dot it
[2003-04-30 12:00 UTC] derick@php.net
[2003-05-07 04:17 UTC] m dot antonini at inwind dot it
[2003-05-15 13:11 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
I installed apache 2.0.45 step1. - ./configure --prefix=/dwt/LensTools/apache_2.0.45 --enable-so step2. - make step3. - make install I installed php 4.3.2RC2 step1. - ./configure --prefix=/dwt/LensTools/php-4.3.2RC2 --with-apxs2=/dwt/LensTools/apache_2.0.45/bin/apxs --enable-sockets --with-oci8 step2. - make step3. - make install I wrote this /dwt/LensTools/apache_2.0.45/bin-[dwttu]> apachectl start apachectl: 16572 Memory fault - core dumped /dwt/LensTools/apache_2.0.45/bin-[dwttu]> Below the core debug: /dwt/LensTools/apache_2.0.45/bin-[dwttu]> dbx httpd core dbx version 5.1 Type 'help' for help. Core file created by program "httpd" thread 0x6 signal Segmentation fault at warning: PC value 0x3ff8000aeb0 not valid, trying RA warning: RA value 0x3ff8000aec0 not valid, trying text start warning: text start 0x120000000 not valid, trying data start warning: Using data start as a text address -- traceback will not work > [., 0x140000000] call_pal cflush (dbx) where 0 (noname)() [0x120000000] (dbx) As you can see the lpthread library are just linked Apache 2.0.45 link this library automatically when you install it. /dwt/LensTools/apache_2.0.45/bin-[dwttu]> ldd httpd Main => httpd libaprutil-0.so.0 => /dwt/LensTools/apache_2.0.45/lib/libaprutil-0.so.0 libexpat.so.0 => /dwt/LensTools/apache_2.0.45/lib/libexpat.so.0 libiconv.so => /usr/shlib/libiconv.so libapr-0.so.0 => /dwt/LensTools/apache_2.0.45/lib/libapr-0.so.0 libm.so => /usr/shlib/libm.so libpthread.so => /usr/shlib/libpthread.so libmach.so => /usr/shlib/libmach.so libexc.so => /usr/shlib/libexc.so libc.so => /usr/shlib/libc.so libgcc_s.so.1 => /opt/TWWfsw/lib/libgcc_s.so.1 All work well when I compile php without oci8. I hope this help you. Thanks