Installing PHP
From: Max Nokhrin (mno11_at_lycos.com)
Date: 11/30/03
- Next message: Steve Carson-Rowland: "WML and php"
- Previous message: Robert Oschler: "Re: Need a "retry" example with file()"
- Next in thread: Jeff Weiss: "Re: Installing PHP"
- Reply: Jeff Weiss: "Re: Installing PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 Nov 2003 02:26:49 -0500
Hello everyone.
I'm trying to install and setup PHP 4.3.4 on RedHat 7.3 running Apache
1.3.29. I've successfully built Apache and PHP and Apache works great
independently. However, as soon as I add
LoadModule libexec/libphp4.so
I cannot start Apache anymore. It gives me the ever popular error:
"undefined symbol: pthread_getspecific"
I've searched Google, but there was no real solution that I was able to
find. When building Apache, I used the standard config settings except
for a custom prefix and --enable-module=so.
When building PHP, I had a whole list of config options, but the most
important were --with-apxs=<path_to_apxs>, --disable-cli,
--disable-pear, --with-mysql and many more. After reading some
suggestions to use --with-apache instead, I tried that, but the stupid
thing refused to find httpd.h! I specified the base path to Apache,
being /usr/local/apache, I have it /usr/local/apache/include (which is
where httpd.h actually is!) and I even gave it
/usr/local/apache/include/httpd.h (for the sake of testing everything).
Nothing worked.
Can anyone help me out? Is my installation of Apache messed up?
Thanks a lot,
Max
- Next message: Steve Carson-Rowland: "WML and php"
- Previous message: Robert Oschler: "Re: Need a "retry" example with file()"
- Next in thread: Jeff Weiss: "Re: Installing PHP"
- Reply: Jeff Weiss: "Re: Installing PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|