Hi Joey-

Does the following look good/correct?  I'm not the ideal 
person for this topic :-)


Name: faq.build.apachedso

Question:

  When I try to start Apache, I get the the following
  message:

    fatal: relocation error: file /path/to/libphp4.so:
           symbol ap_block_alarms: referenced symbol not
           found
Answer:

  This error usually comes up when one compiles the Apache
  core program as a DSO library for shared usage.  Try to
  reconfigure apache, making sure to use at least the
  following flags:

    --enable-shared=max --enable-rule=SHARED_CORE

  For more information, read the top-level Apache
  INSTALL file or the DSO manual page.


Minus additional XML formatting, how is this?


Regards,
Philip



On Wed, 23 Oct 2002, Joey Smith wrote:

> I'd like to propose a new FAQ entry, maybe in the build section (?):
> 
> Q: When I try to start Apache, I get the following message:
>       fatal: relocation error: file /path/to/libphp4.so: symbol ap_block_alarms: 
>referenced symbol not found
> 
> A: Reconfigure apache, making sure to use at least the following flags:
>       --enable-shared=max --enable-rule=SHARED_CORE
> 
> It's one that comes up every now and again in #PHP...
> 
> -- 
> PHP Documentation Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


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

Reply via email to