|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-15 13:40 UTC] sniper@php.net
[2000-12-15 20:02 UTC] sniper@php.net
[2002-08-20 05:46 UTC] wgaboria at univ-lr dot fr
[2002-08-20 07:56 UTC] derick@php.net
[2002-09-21 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 08:00:01 2025 UTC |
Platform is Solaris 2.7, Apache version 1.3.14 configure line is as follows: ./configure --with-apache=../apache_1.3.14 --enable-libgcc --enable-magic-quotes --enable-track-vars --enable- trans-sid --enable-calendar --enable-ftp --with-mysql=/usr/local/mysql --with-pdflib=/usr/local --with-jpeg-di r=/usr/local Everything compiles fine, no problems, also recompile apache to enable pdf functionality and it seems to go just fine. Problem is when I try to start the server I get this: trs{root}262: apachectl start Bus Error - core dumped /usr/local/apache/bin/apachectl start: httpd could not be started This only started when I recompiled latest php to add pdflib and recompiled apache -Mark