#24664 [Opn->Fbk]: relocation error: symbol not found: ap_pass_brigade

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default #24664 [Opn->Fbk]: relocation error: symbol not found: ap_pass_brigade

    ID: 24664
    Updated by: [email]sniper@php.net[/email]
    Reported By: a dot polli at mir dot it
    -Status: Open
    +Status: Feedback
    Bug Type: Dynamic loading
    Operating System: OpenUnix 8
    PHP Version: 4.3.2
    New Comment:

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php4-STABLE-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php4-win32-STABLE-latest.zip[/url]


    Previous Comments:
    ------------------------------------------------------------------------

    [2003-07-15 08:30:10] a dot polli at mir dot it

    Description:
    ------------
    I have this error when I start apache2 (2.0.46) with php4 (4.3.2)

    Syntax error on line 233 of /mypath/apache2/conf/httpd.conf:
    Cannot load /mypath/apache2/modules/libphp4.so into server: dynamic
    linker:
    /mypath/apache2/bin/httpd: relocation error: symbol not found:
    ap_pass_brigade; referenced from: /mypath/apache2/modules/libphp4.so


    I compile apache 2.0.46 with

    ../configure --prefix=/mypath/apache2
    --enable-modules="ssl dav mime-magic
    auth-anon auth-dbm auth-digest cern-meta expires headers usertrack
    unique-id
    proxy info cgi vhost-alias rewrite so speling"

    and then php 4.3.2 with

    ../configure --with-apxs2=/mypath/apache2/bin/apxs
    --with-pgsql=/mypath/pgsql
    --with-mysql=/mypath/mysql
    --with-zlib
    --with-gd
    --with-ftp
    --with-xml




    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=24664&edit=1[/url]

    sniper@php.net Guest

  2. Similar Questions and Discussions

    1. #24664 [Opn->Csd]: relocation error: symbol not found: ap_pass_brigade
      ID: 24664 Updated by: sniper@php.net Reported By: a dot polli at mir dot it -Status: Open +Status: ...
    2. relocation error: nimage_c.so: undefined symbol: str2cstr
      rubyists- i've compiled the ruby narray and nimage packages and am attempting to run one of the demo programs but keep getting these types of...
    3. reference symbol not found with UDUNITS
      On a Solaris 7 machine, I had Perl 5.005_03 running with UDUNITS successfully. I'm not sure what the relationship is between the two. This perl is...
    4. #24664 [Fbk->Opn]: relocation error: symbol not found: ap_pass_brigade
      ID: 24664 User updated by: a dot polli at mir dot it Reported By: a dot polli at mir dot it -Status: Feedback...
    5. #24328 [Fbk->NoF]: symbol not found: executor_globals
      ID: 24328 Updated by: sniper@php.net Reported By: Pavel dot Zakouril at mff dot cuni dot cz -Status: Feedback...
  3. #2

    Default #24664 [Opn->Fbk]: relocation error: symbol not found: ap_pass_brigade

    ID: 24664
    Updated by: [email]sniper@php.net[/email]
    Reported By: a dot polli at mir dot it
    -Status: Open
    +Status: Feedback
    -Bug Type: Dynamic loading
    +Bug Type: Apache2 related
    Operating System: OpenUnix 8
    PHP Version: 4.3.2
    New Comment:

    Have you tried Apache 1.3.27 which might actually work?



    Previous Comments:
    ------------------------------------------------------------------------

    [2003-07-16 03:15:30] a dot polli at mir dot it

    I try it (php4-STABLE-200307160530),
    but I have the same error when I start apache2.

    ------------------------------------------------------------------------

    [2003-07-15 13:27:51] [email]sniper@php.net[/email]

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php4-STABLE-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php4-win32-STABLE-latest.zip[/url]

    ------------------------------------------------------------------------

    [2003-07-15 08:30:10] a dot polli at mir dot it

    Description:
    ------------
    I have this error when I start apache2 (2.0.46) with php4 (4.3.2)

    Syntax error on line 233 of /mypath/apache2/conf/httpd.conf:
    Cannot load /mypath/apache2/modules/libphp4.so into server: dynamic
    linker:
    /mypath/apache2/bin/httpd: relocation error: symbol not found:
    ap_pass_brigade; referenced from: /mypath/apache2/modules/libphp4.so


    I compile apache 2.0.46 with

    ../configure --prefix=/mypath/apache2
    --enable-modules="ssl dav mime-magic
    auth-anon auth-dbm auth-digest cern-meta expires headers usertrack
    unique-id
    proxy info cgi vhost-alias rewrite so speling"

    and then php 4.3.2 with

    ../configure --with-apxs2=/mypath/apache2/bin/apxs
    --with-pgsql=/mypath/pgsql
    --with-mysql=/mypath/mysql
    --with-zlib
    --with-gd
    --with-ftp
    --with-xml




    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=24664&edit=1[/url]

    sniper@php.net Guest

  4. #3

    Default #24664 [Opn->Fbk]: relocation error: symbol not found: ap_pass_brigade

    ID: 24664
    Updated by: [email]sniper@php.net[/email]
    Reported By: a dot polli at mir dot it
    -Status: Open
    +Status: Feedback
    Bug Type: Apache2 related
    Operating System: OpenUnix 8
    PHP Version: 4.3.3RC2-dev
    New Comment:

    What does this output:

    # nm -g httpd |grep pass_brig

    (for Apache2, of course :)



    Previous Comments:
    ------------------------------------------------------------------------

    [2003-07-16 07:38:33] a dot polli at mir dot it

    I try with apache 1.3.27 and it works (I can see a phpinfo page ...)
    yes, I think it's a Apache2 related problem

    ------------------------------------------------------------------------

    [2003-07-16 04:05:28] [email]sniper@php.net[/email]

    Have you tried Apache 1.3.27 which might actually work?


    ------------------------------------------------------------------------

    [2003-07-16 03:15:30] a dot polli at mir dot it

    I try it (php4-STABLE-200307160530),
    but I have the same error when I start apache2.

    ------------------------------------------------------------------------

    [2003-07-15 13:27:51] [email]sniper@php.net[/email]

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php4-STABLE-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php4-win32-STABLE-latest.zip[/url]

    ------------------------------------------------------------------------

    [2003-07-15 08:30:10] a dot polli at mir dot it

    Description:
    ------------
    I have this error when I start apache2 (2.0.46) with php4 (4.3.2)

    Syntax error on line 233 of /mypath/apache2/conf/httpd.conf:
    Cannot load /mypath/apache2/modules/libphp4.so into server: dynamic
    linker:
    /mypath/apache2/bin/httpd: relocation error: symbol not found:
    ap_pass_brigade; referenced from: /mypath/apache2/modules/libphp4.so


    I compile apache 2.0.46 with

    ../configure --prefix=/mypath/apache2
    --enable-modules="ssl dav mime-magic
    auth-anon auth-dbm auth-digest cern-meta expires headers usertrack
    unique-id
    proxy info cgi vhost-alias rewrite so speling"

    and then php 4.3.2 with

    ../configure --with-apxs2=/mypath/apache2/bin/apxs
    --with-pgsql=/mypath/pgsql
    --with-mysql=/mypath/mysql
    --with-zlib
    --with-gd
    --with-ftp
    --with-xml




    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=24664&edit=1[/url]

    sniper@php.net Guest

  5. #4

    Default #24664 [Opn->Fbk]: relocation error: symbol not found: ap_pass_brigade

    ID: 24664
    Updated by: [email]iliaa@php.net[/email]
    Reported By: a dot polli at mir dot it
    -Status: Open
    +Status: Feedback
    Bug Type: Apache2 related
    Operating System: OpenUnix 8
    PHP Version: 4.3.3RC2-dev
    New Comment:

    Make sure that you have only 1 set of Apache 2 headers on your system.
    You can do so by looking for instances of the ap_mpm.h header.


    Previous Comments:
    ------------------------------------------------------------------------

    [2003-07-18 01:03:59] a dot polli at mir dot it

    # nm -g httpd |grep pass_brig
    [5540] |135086056 |141 |FUNC |GLOB |0 |9
    |ap_pass_brigade
    [5988] |135848628 |4 |OBJT |GLOB |0 |15
    |ap_hack_ap_pass_brigade

    ------------------------------------------------------------------------

    [2003-07-17 22:47:49] [email]sniper@php.net[/email]

    What does this output:

    # nm -g httpd |grep pass_brig

    (for Apache2, of course :)


    ------------------------------------------------------------------------

    [2003-07-16 07:38:33] a dot polli at mir dot it

    I try with apache 1.3.27 and it works (I can see a phpinfo page ...)
    yes, I think it's a Apache2 related problem

    ------------------------------------------------------------------------

    [2003-07-16 04:05:28] [email]sniper@php.net[/email]

    Have you tried Apache 1.3.27 which might actually work?


    ------------------------------------------------------------------------

    [2003-07-16 03:15:30] a dot polli at mir dot it

    I try it (php4-STABLE-200307160530),
    but I have the same error when I start apache2.

    ------------------------------------------------------------------------

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/24664[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=24664&edit=1[/url]

    iliaa@php.net Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139