php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17089 undefined symbol: pthread_getspecific
Submitted: 2002-05-08 05:57 UTC Modified: 2002-06-13 18:02 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: ejantos at yahoo dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.2.0 OS: RedHat 7.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
22 + 34 = ?
Subscribe to this entry?

 
 [2002-05-08 05:57 UTC] ejantos at yahoo dot com
apache 1.2.23

Syntax error on line 247 of /usr/local/apache/httpd_1.2.23/conf/httpd.conf:
Cannot load /usr/local/apache/httpd_1.2.23/libexec/libphp4.so into server: /usr/local/apache/httpd_1.2.23/libexec/libphp4.so: undefined symbol: pthread_getspecific

i can't get php-4.2.0 working with apache 1.2.23.

i always get this error message.

can you help me

zesito

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-08 08:42 UTC] sander@php.net
What are your configure lines of both PHP and Apache?
 [2002-05-10 07:37 UTC] ejantos at yahoo dot com
./configure \
"--with-apxs=/usr/local/apache/httpd_1.2.23/bin/apxs" \
"--prefix=/usr/local/apache/php4" \
"--enable-tracks-vars" \
"--with-sybase-ct=/opt/sybase/sybase-11.9.2" \
"--with-sybase=/opt/sybase/sybase-11.9.2" \
"--enable-libgcc" \
"--enable-EAPI" \
"--enable-bcmath" \
"--enable-calendar" \
"--enable-ccvs" \
"--enable-cdb" \
"--enable-cpdflib" \
"--enable-ctype" \
"--enable-curl" \
"--with-db3" \
"--enable-dba=shared" \
"--enable-dbase" \
"--enable-dbx" \
"--enable-dom" \
"--enable-exif" \
"--enable-ftp" \
"--enable-gd" \
"--enable-gdbm" \
"--enable-gettext" \
"--enable-hyperwave" \
"--enable-icap" \
"--enable-imap" \
"--enable-imap-ssl" \
"--enable-jpeg-dir" \
"--enable-kerberos" \
"--enable-mailparse" \
"--enable-magic-quotes" \
"--enable-mbstring" \
"--enable-mcal" \
"--enable-mcrypt" \
"--enable-mhash" \
"--enable-pdflib" \
"--with-pgsql=/usr" \
"--enable-png-dir" \
"--enable-shmop" \
"--enable-sigchild" \
"--enable-snmp" \
"--enable-sysvsem" \
"--enable-sysvshm" \
"--enable-t1lib" \
"--enable-tiff-dir" \
"--enable-trans-sid" \
"--enable-ttf" \
"--enable-unixODBC" \
"--enable-wddx" \
"--enable-xpm-dir" \
"--enable-zlib" \
"--with-gmp" \
"--with-java" \
"--with-msql=/usr/local/Hughes" \
"--with-mysql=/usr" \
"--with-openssl=/usr" \
"--with-xml" \
"--enable-xslt" \
"--with-xslt-sablot" \
" --with-servlet"
 [2002-06-13 18:02 UTC] sniper@php.net
Update your apache. And get PHP 4.2.1. Reopen if you still
get this with the latest releases.

Apache 1.3.24 is the latest stable Apache which definately
works with PHP 4.2.1.

(and remove that '--with-servlet' from your configure line..you can only choose ONE sapi at the time)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 04:01:29 2024 UTC