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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ejantos at yahoo dot com
New email:
PHP Version: OS:

 

 [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: Sat May 18 22:01:31 2024 UTC