Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-05-21 Thread stimpy

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Closed
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0
 New Comment:

I'm using FreeBSD 4.5, Apache-2.0.35 for freebsd 4.5,
mysql-3.23.49-unknown-freebsdelf4.4-i386

I compiled with --with-mysql=/usr/local/mysql
--with-apxs2=/usr/local/apache2/bin/apxs

httpd.conf contains:
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php

And also I get this error:
Failed to start apache : 
Syntax error on line 217 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: Undefined symbol
"pthread_getspecific"
/usr/local/apache2/bin/apachectl start: httpd could not be started


Previous Comments:


[2002-05-01 20:59:20] [EMAIL PROTECTED]

I am using FreeBSD 4.5, Apache 2.0.35, GNU Pth 1.4.1 and PHP 4.2

I still get the error 
Cannot load /prog/httpd/modules/libphp4.so into server:
/prog/httpd/modules/libphp4.so: Undefined symbol "pthread_getspecific"
./apachectl start: httpd could not be started

even if i have installed php 4.2 with the --with-tsrm-pth option
I have spend now 5 hours to find a solution but i couldn't find any
workaround... 
any ideas ?

regards,

erkan



[2002-04-19 11:36:18] [EMAIL PROTECTED]

This bug has already been fixed in the latest released version of
PHP, which you can download at http://www.php.net/downloads.php

The apache2filter is known to work with Apache 2.0.35
and either CVS HEAD or the 4.2.0 branch (or the latest 
release candidate). Please report back if you have any
problems related to FreeBSD 4.x and these versions.



[2002-04-15 16:30:23] [EMAIL PROTECTED]

My installation worked!

installed gnu pth and used 
--with-tsrm-pth=/usr/local/libs/pth in the configure script.

Note that this is warned in the end of the configure process.

[]



[2002-04-15 09:36:17] [EMAIL PROTECTED]

Same results on FreeBSD 4.2-RELEASE with Apache 2.0.35 / PHP 4.2.0RC4



[2002-04-15 08:15:12] [EMAIL PROTECTED]

Exactly the same error here.

FreeBSD 4.5 / Release
Apache 2.0.35
PHP 4.2.0RC4

Tried:

./configure --with-apache=/usr/local/apache2/bin/apxs --with-tsrm-pth

Didn't work:

./apachectl configtest
Syntax error on line 217 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: Undefined symbol
"pthread_getspecific"



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
http://bugs.php.net/14594

-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1




Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-05-01 Thread erkan . boga

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Closed
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0
 New Comment:

I am using FreeBSD 4.5, Apache 2.0.35, GNU Pth 1.4.1 and PHP 4.2

I still get the error 
Cannot load /prog/httpd/modules/libphp4.so into server:
/prog/httpd/modules/libphp4.so: Undefined symbol "pthread_getspecific"
./apachectl start: httpd could not be started

even if i have installed php 4.2 with the --with-tsrm-pth option
I have spend now 5 hours to find a solution but i couldn't find any
workaround... 
any ideas ?

regards,

erkan


Previous Comments:


[2002-04-19 11:36:18] [EMAIL PROTECTED]

This bug has already been fixed in the latest released version of
PHP, which you can download at http://www.php.net/downloads.php

The apache2filter is known to work with Apache 2.0.35
and either CVS HEAD or the 4.2.0 branch (or the latest 
release candidate). Please report back if you have any
problems related to FreeBSD 4.x and these versions.



[2002-04-15 16:30:23] [EMAIL PROTECTED]

My installation worked!

installed gnu pth and used 
--with-tsrm-pth=/usr/local/libs/pth in the configure script.

Note that this is warned in the end of the configure process.

[]



[2002-04-15 09:36:17] [EMAIL PROTECTED]

Same results on FreeBSD 4.2-RELEASE with Apache 2.0.35 / PHP 4.2.0RC4



[2002-04-15 08:15:12] [EMAIL PROTECTED]

Exactly the same error here.

FreeBSD 4.5 / Release
Apache 2.0.35
PHP 4.2.0RC4

Tried:

./configure --with-apache=/usr/local/apache2/bin/apxs --with-tsrm-pth

Didn't work:

./apachectl configtest
Syntax error on line 217 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: Undefined symbol
"pthread_getspecific"



[2002-04-14 19:30:10] [EMAIL PROTECTED]

i had the same problem.

using freebsd 4.5, apache 2.0.25, php 4.2.0RC3

trying with gnu-pth



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
http://bugs.php.net/14594

-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1




Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-04-19 Thread aaron

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Closed
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0
 New Comment:

This bug has already been fixed in the latest released version of
PHP, which you can download at http://www.php.net/downloads.php

The apache2filter is known to work with Apache 2.0.35
and either CVS HEAD or the 4.2.0 branch (or the latest 
release candidate). Please report back if you have any
problems related to FreeBSD 4.x and these versions.


Previous Comments:


[2002-04-15 16:30:23] [EMAIL PROTECTED]

My installation worked!

installed gnu pth and used 
--with-tsrm-pth=/usr/local/libs/pth in the configure script.

Note that this is warned in the end of the configure process.

[]



[2002-04-15 09:36:17] [EMAIL PROTECTED]

Same results on FreeBSD 4.2-RELEASE with Apache 2.0.35 / PHP 4.2.0RC4



[2002-04-15 08:15:12] [EMAIL PROTECTED]

Exactly the same error here.

FreeBSD 4.5 / Release
Apache 2.0.35
PHP 4.2.0RC4

Tried:

./configure --with-apache=/usr/local/apache2/bin/apxs --with-tsrm-pth

Didn't work:

./apachectl configtest
Syntax error on line 217 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: Undefined symbol
"pthread_getspecific"



[2002-04-14 19:30:10] [EMAIL PROTECTED]

i had the same problem.

using freebsd 4.5, apache 2.0.25, php 4.2.0RC3

trying with gnu-pth



[2002-04-07 11:42:12] [EMAIL PROTECTED]

Same problem still on FreeBSD4.5
tested with:

apache cvs 2.0.36 with php4.2.0RC2
apache cvs 2.0.36 with last php cvs (update on 7/04)
apache release 2.0.35 with php4.2.0RC
apache release 2.0.35 with last php cvs

finally works with using trsm-pth with in php configure.



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
http://bugs.php.net/14594

-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1




Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-04-15 Thread klansman

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0
 New Comment:

My installation worked!

installed gnu pth and used 
--with-tsrm-pth=/usr/local/libs/pth in the configure script.

Note that this is warned in the end of the configure process.

[]


Previous Comments:


[2002-04-15 09:36:17] [EMAIL PROTECTED]

Same results on FreeBSD 4.2-RELEASE with Apache 2.0.35 / PHP 4.2.0RC4



[2002-04-15 08:15:12] [EMAIL PROTECTED]

Exactly the same error here.

FreeBSD 4.5 / Release
Apache 2.0.35
PHP 4.2.0RC4

Tried:

./configure --with-apache=/usr/local/apache2/bin/apxs --with-tsrm-pth

Didn't work:

./apachectl configtest
Syntax error on line 217 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: Undefined symbol
"pthread_getspecific"



[2002-04-14 19:30:10] [EMAIL PROTECTED]

i had the same problem.

using freebsd 4.5, apache 2.0.25, php 4.2.0RC3

trying with gnu-pth



[2002-04-07 11:42:12] [EMAIL PROTECTED]

Same problem still on FreeBSD4.5
tested with:

apache cvs 2.0.36 with php4.2.0RC2
apache cvs 2.0.36 with last php cvs (update on 7/04)
apache release 2.0.35 with php4.2.0RC
apache release 2.0.35 with last php cvs

finally works with using trsm-pth with in php configure.



[2002-04-06 15:04:18] [EMAIL PROTECTED]

FreeBSD 4.5-RELEASE
Apache 2.0.35
CVS PHP (pulled 2002-04-06 ~14:00 EST)

PHP config line:
./configure --with-apxs2 --enable-track-vars --enable-versioning
--with-mysql=/usr/local/mysql

And the result:
Cannot load /usr/local/lib/apache/modules/libphp4.so into server:
/usr/local/lib/apache/modules/libphp4.so: Undefined symbol
"pthread_getspecific"



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
http://bugs.php.net/14594

-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1




Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-04-15 Thread josh

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0
 New Comment:

Same results on FreeBSD 4.2-RELEASE with Apache 2.0.35 / PHP 4.2.0RC4


Previous Comments:


[2002-04-15 08:15:12] [EMAIL PROTECTED]

Exactly the same error here.

FreeBSD 4.5 / Release
Apache 2.0.35
PHP 4.2.0RC4

Tried:

./configure --with-apache=/usr/local/apache2/bin/apxs --with-tsrm-pth

Didn't work:

./apachectl configtest
Syntax error on line 217 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: Undefined symbol
"pthread_getspecific"



[2002-04-14 19:30:10] [EMAIL PROTECTED]

i had the same problem.

using freebsd 4.5, apache 2.0.25, php 4.2.0RC3

trying with gnu-pth



[2002-04-07 11:42:12] [EMAIL PROTECTED]

Same problem still on FreeBSD4.5
tested with:

apache cvs 2.0.36 with php4.2.0RC2
apache cvs 2.0.36 with last php cvs (update on 7/04)
apache release 2.0.35 with php4.2.0RC
apache release 2.0.35 with last php cvs

finally works with using trsm-pth with in php configure.



[2002-04-06 15:04:18] [EMAIL PROTECTED]

FreeBSD 4.5-RELEASE
Apache 2.0.35
CVS PHP (pulled 2002-04-06 ~14:00 EST)

PHP config line:
./configure --with-apxs2 --enable-track-vars --enable-versioning
--with-mysql=/usr/local/mysql

And the result:
Cannot load /usr/local/lib/apache/modules/libphp4.so into server:
/usr/local/lib/apache/modules/libphp4.so: Undefined symbol
"pthread_getspecific"



[2002-04-06 11:08:11] [EMAIL PROTECTED]

Does this happen with latest CVS versions of PHP and 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
http://bugs.php.net/14594

-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1




Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-04-15 Thread tino

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0
 New Comment:

Exactly the same error here.

FreeBSD 4.5 / Release
Apache 2.0.35
PHP 4.2.0RC4

Tried:

./configure --with-apache=/usr/local/apache2/bin/apxs --with-tsrm-pth

Didn't work:

./apachectl configtest
Syntax error on line 217 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: Undefined symbol
"pthread_getspecific"


Previous Comments:


[2002-04-14 19:30:10] [EMAIL PROTECTED]

i had the same problem.

using freebsd 4.5, apache 2.0.25, php 4.2.0RC3

trying with gnu-pth



[2002-04-07 11:42:12] [EMAIL PROTECTED]

Same problem still on FreeBSD4.5
tested with:

apache cvs 2.0.36 with php4.2.0RC2
apache cvs 2.0.36 with last php cvs (update on 7/04)
apache release 2.0.35 with php4.2.0RC
apache release 2.0.35 with last php cvs

finally works with using trsm-pth with in php configure.



[2002-04-06 15:04:18] [EMAIL PROTECTED]

FreeBSD 4.5-RELEASE
Apache 2.0.35
CVS PHP (pulled 2002-04-06 ~14:00 EST)

PHP config line:
./configure --with-apxs2 --enable-track-vars --enable-versioning
--with-mysql=/usr/local/mysql

And the result:
Cannot load /usr/local/lib/apache/modules/libphp4.so into server:
/usr/local/lib/apache/modules/libphp4.so: Undefined symbol
"pthread_getspecific"



[2002-04-06 11:08:11] [EMAIL PROTECTED]

Does this happen with latest CVS versions of PHP and Apache2?




[2002-02-23 05:07:55] [EMAIL PROTECTED]

I just found this bug after I posted #15684 .  If you want a
workaround, install gnu-pth , and configure with --with-tsrm-pth as
part of your options.



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
http://bugs.php.net/14594

-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1




Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-04-14 Thread klansman

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0
 New Comment:

i had the same problem.

using freebsd 4.5, apache 2.0.25, php 4.2.0RC3

trying with gnu-pth


Previous Comments:


[2002-04-07 11:42:12] [EMAIL PROTECTED]

Same problem still on FreeBSD4.5
tested with:

apache cvs 2.0.36 with php4.2.0RC2
apache cvs 2.0.36 with last php cvs (update on 7/04)
apache release 2.0.35 with php4.2.0RC
apache release 2.0.35 with last php cvs

finally works with using trsm-pth with in php configure.



[2002-04-06 15:04:18] [EMAIL PROTECTED]

FreeBSD 4.5-RELEASE
Apache 2.0.35
CVS PHP (pulled 2002-04-06 ~14:00 EST)

PHP config line:
./configure --with-apxs2 --enable-track-vars --enable-versioning
--with-mysql=/usr/local/mysql

And the result:
Cannot load /usr/local/lib/apache/modules/libphp4.so into server:
/usr/local/lib/apache/modules/libphp4.so: Undefined symbol
"pthread_getspecific"



[2002-04-06 11:08:11] [EMAIL PROTECTED]

Does this happen with latest CVS versions of PHP and Apache2?




[2002-02-23 05:07:55] [EMAIL PROTECTED]

I just found this bug after I posted #15684 .  If you want a
workaround, install gnu-pth , and configure with --with-tsrm-pth as
part of your options.



[2002-01-09 05:57:34] [EMAIL PROTECTED]

Exactly the same dump with 4.1.1 with apache 2.0.28 on exactly the same
os.



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
http://bugs.php.net/14594

-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1




Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-04-07 Thread gnusy

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0
 New Comment:

Same problem still on FreeBSD4.5
tested with:

apache cvs 2.0.36 with php4.2.0RC2
apache cvs 2.0.36 with last php cvs (update on 7/04)
apache release 2.0.35 with php4.2.0RC
apache release 2.0.35 with last php cvs

finally works with using trsm-pth with in php configure.


Previous Comments:


[2002-04-06 15:04:18] [EMAIL PROTECTED]

FreeBSD 4.5-RELEASE
Apache 2.0.35
CVS PHP (pulled 2002-04-06 ~14:00 EST)

PHP config line:
./configure --with-apxs2 --enable-track-vars --enable-versioning
--with-mysql=/usr/local/mysql

And the result:
Cannot load /usr/local/lib/apache/modules/libphp4.so into server:
/usr/local/lib/apache/modules/libphp4.so: Undefined symbol
"pthread_getspecific"



[2002-04-06 11:08:11] [EMAIL PROTECTED]

Does this happen with latest CVS versions of PHP and Apache2?




[2002-02-23 05:07:55] [EMAIL PROTECTED]

I just found this bug after I posted #15684 .  If you want a
workaround, install gnu-pth , and configure with --with-tsrm-pth as
part of your options.



[2002-01-09 05:57:34] [EMAIL PROTECTED]

Exactly the same dump with 4.1.1 with apache 2.0.28 on exactly the same
os.



[2001-12-18 18:40:35] [EMAIL PROTECTED]

I compiled standard Apache-2.0.28beta, then downloaded 
php-4.1.0, compiled it just with --with-mysql and 
--with-apxs2=/usr/local/apache2/bin/apxs

After sucessful make install, I tried to run 
/usr/local/apache2/bin/httpd, which resulted in this error:

Syntax error on line 3 of 
/usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into 
server: /usr/local/apache2/modules/libphp4.so: Undefined 
symbol "pthread_getspecific"







-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1




Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-04-06 Thread sniper

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Feedback
+Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0


Previous Comments:


[2002-04-06 15:04:18] [EMAIL PROTECTED]

FreeBSD 4.5-RELEASE
Apache 2.0.35
CVS PHP (pulled 2002-04-06 ~14:00 EST)

PHP config line:
./configure --with-apxs2 --enable-track-vars --enable-versioning
--with-mysql=/usr/local/mysql

And the result:
Cannot load /usr/local/lib/apache/modules/libphp4.so into server:
/usr/local/lib/apache/modules/libphp4.so: Undefined symbol
"pthread_getspecific"



[2002-04-06 11:08:11] [EMAIL PROTECTED]

Does this happen with latest CVS versions of PHP and Apache2?




[2002-02-23 05:07:55] [EMAIL PROTECTED]

I just found this bug after I posted #15684 .  If you want a
workaround, install gnu-pth , and configure with --with-tsrm-pth as
part of your options.



[2002-01-09 05:57:34] [EMAIL PROTECTED]

Exactly the same dump with 4.1.1 with apache 2.0.28 on exactly the same
os.



[2001-12-18 18:40:35] [EMAIL PROTECTED]

I compiled standard Apache-2.0.28beta, then downloaded 
php-4.1.0, compiled it just with --with-mysql and 
--with-apxs2=/usr/local/apache2/bin/apxs

After sucessful make install, I tried to run 
/usr/local/apache2/bin/httpd, which resulted in this error:

Syntax error on line 3 of 
/usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into 
server: /usr/local/apache2/modules/libphp4.so: Undefined 
symbol "pthread_getspecific"







-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1




Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-04-06 Thread eric

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Feedback
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0
 New Comment:

FreeBSD 4.5-RELEASE
Apache 2.0.35
CVS PHP (pulled 2002-04-06 ~14:00 EST)

PHP config line:
./configure --with-apxs2 --enable-track-vars --enable-versioning
--with-mysql=/usr/local/mysql

And the result:
Cannot load /usr/local/lib/apache/modules/libphp4.so into server:
/usr/local/lib/apache/modules/libphp4.so: Undefined symbol
"pthread_getspecific"


Previous Comments:


[2002-04-06 11:08:11] [EMAIL PROTECTED]

Does this happen with latest CVS versions of PHP and Apache2?




[2002-02-23 05:07:55] [EMAIL PROTECTED]

I just found this bug after I posted #15684 .  If you want a
workaround, install gnu-pth , and configure with --with-tsrm-pth as
part of your options.



[2002-01-09 05:57:34] [EMAIL PROTECTED]

Exactly the same dump with 4.1.1 with apache 2.0.28 on exactly the same
os.



[2001-12-18 18:40:35] [EMAIL PROTECTED]

I compiled standard Apache-2.0.28beta, then downloaded 
php-4.1.0, compiled it just with --with-mysql and 
--with-apxs2=/usr/local/apache2/bin/apxs

After sucessful make install, I tried to run 
/usr/local/apache2/bin/httpd, which resulted in this error:

Syntax error on line 3 of 
/usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into 
server: /usr/local/apache2/modules/libphp4.so: Undefined 
symbol "pthread_getspecific"







-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1




Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-04-06 Thread sniper

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Feedback
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0
 New Comment:

Does this happen with latest CVS versions of PHP and Apache2?



Previous Comments:


[2002-02-23 05:07:55] [EMAIL PROTECTED]

I just found this bug after I posted #15684 .  If you want a
workaround, install gnu-pth , and configure with --with-tsrm-pth as
part of your options.



[2002-01-09 05:57:34] [EMAIL PROTECTED]

Exactly the same dump with 4.1.1 with apache 2.0.28 on exactly the same
os.



[2001-12-18 18:40:35] [EMAIL PROTECTED]

I compiled standard Apache-2.0.28beta, then downloaded 
php-4.1.0, compiled it just with --with-mysql and 
--with-apxs2=/usr/local/apache2/bin/apxs

After sucessful make install, I tried to run 
/usr/local/apache2/bin/httpd, which resulted in this error:

Syntax error on line 3 of 
/usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into 
server: /usr/local/apache2/modules/libphp4.so: Undefined 
symbol "pthread_getspecific"







-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1




Bug #14594 Updated: Failed to compile/run when using Apache 2.x, unresolved symbols

2002-02-23 Thread phpbug

 ID:   14594
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.4-STABLE
 PHP Version:  4.1.0
 New Comment:

I just found this bug after I posted #15684 .  If you want a
workaround, install gnu-pth , and configure with --with-tsrm-pth as
part of your options.


Previous Comments:


[2002-01-09 05:57:34] [EMAIL PROTECTED]

Exactly the same dump with 4.1.1 with apache 2.0.28 on exactly the same
os.



[2001-12-18 18:40:35] [EMAIL PROTECTED]

I compiled standard Apache-2.0.28beta, then downloaded 
php-4.1.0, compiled it just with --with-mysql and 
--with-apxs2=/usr/local/apache2/bin/apxs

After sucessful make install, I tried to run 
/usr/local/apache2/bin/httpd, which resulted in this error:

Syntax error on line 3 of 
/usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into 
server: /usr/local/apache2/modules/libphp4.so: Undefined 
symbol "pthread_getspecific"







-- 
Edit this bug report at http://bugs.php.net/?id=14594&edit=1