I get an error when i try to start Apache
when i have made PHP as an module.
The error says:
Cannot load /websrv/progrs/apache2/modules/libphp4.so
into server: /websrv/progrs/apache2/modules/libphp4.so: Undefined Symbol
"pthread_getspecific"
And Apache refuses to start.
This is how i configure
I am relatively new to PHP, but I have a problem that no one else has talk
about, so I'm guessing it's something simple.
I'm running PHP on WinXP (with IIS). I upgraded from PHP 4.1.2 to PHP 4.2,
and now all of of my scripts that use the variable PHP_SELF do not work.
Undefined variable.
I figured
Scott--
The variable PHP_SELF requires the directive "register_globals" (automatically create
variables) to be on, which it is by default in PHP < 4.2. For security reasons,
enabling this directive IS NOT a good idea, and the default installation has been
changed in PHP 4.2. For more informa
hello,
it is probably because in 4.2 register globals are set to off by default.
you have two choices:
1. do a search and replace on your scripts looking for $PHP_SELF and
changing it to $_SERVER['PHP_SELF']
2. assuming you use a common config file you can add $PHP_SELF =
$_SERVER['PHP_SELF']
I was wondering if the issue with dynamic modules within Apache was
fixed with this version.
I tried when it was 4.2RC3 and could not get the --with-apxs2
To work..
I was wondering if it was working now?
Brian Speck
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit:
I am trying to compile and run the tutorial, from the php documentation, on extending
php.
I am currently working in SunOS v5.7 with gcc version 2.95 19990728. I am running PHP
4.2.0 statically in Apache 1.3.24
I have copied the first_module.c file and I can compile it with the following c
Is there any way to get PATH_TRANSLATED to work with the apache 2.0
filter like it does with the cgi?
-- Nathan
Nathan Neulinger EMail: [EMAIL PROTECTED]
University of Missouri - Rolla Phone: (573) 341-48
php-install Digest 29 Apr 2002 18:20:50 - Issue 810
Topics (messages 6768 through 6774):
PHP error when starting Apache, Undefined symbol "pthread_getspecific", what's this???
6768 by: Marcus Uddenhed
PHP_SELF
6769 by: Scott McAnally
6770 by: Jim Thome
6771
| *** ATTENTION ***
Something is likely to be messed up here, because the configure
script was not able to detect a simple feature on your platform.
This is often caused by incorrect configuration parameters.
Pleasesee the file debug.log for error
Hi,
I am new here.This is my first message.
When i type make php i get folowing error:
.libs/libphp4.so: undefined reference to `ap_user_id'
.libs/libphp4.so: undefined reference to `ap_table_get'
.libs/libphp4.so: undefined reference to `ap_update_mtime'
.libs/libphp4.so: undefined reference to `
Guys,
Am trying to install PHP as a Dynamic Apache Module. Am using Solaris 2.7
with Apache, and the new Oracle 9i. I keep getting errors when I run the
configure script. Does anyone know if Oracle 9i is supported?? Attached is
my debug.log file and below is my environment. Any and all suggestion
Ok.. How do you recompile PHP in Windows 98?
Matt
Follow those directions and recompile?
Bill
On Sat, Apr 27, 2002 at 08:29:13PM -0700, Matt DeWyer wrote:
> I am having a problem with Xitami and PHP.
> When I try to run a .php script, I get the message:
>
> Security Alert! PHP CGI cannot be a
Hi,
Platform -- Solaris 8
shell -- bash 2.05
compiler -- gcc 3.0.3
PHP version -- 4.2.0
MySQL version -- 3.23.45
configured with --with-mysql --with-apsx
My PHP build is failing when it is running libtool on libmysql.c. It
complains about global.h in ./ext/mysql/libmysql. The output follows this
Hello !
I need some help with Apache/PHP/Windows. After I've installed Apache
1.3.23 for Windows and PHP 4.1.1 for Windows and set up all the
ScriptAliases and AddTypes, I started Apache.exe and there was no problem.
But when I tried to load a PHP script into my browser, there appeared a 400
Bad
On Solaris 2.5, starting Apache I get this error:
Both Apache and PHP compiled without errors and installed cleanly.
The Error when starting Apache:
Syntax error on line 26 of /usr/local/etc/apache/conf/httpd.conf:
Cannot load /usr/local/etc/apache/libexec/libphp4.so into server:
ld.so.1: /usr/
On Solaris 2.5, starting Apache I get this error:
Both Apache and PHP compiled without errors and installed cleanly.
The Error when starting Apache:
Syntax error on line 26 of /usr/local/etc/apache/conf/httpd.conf:
Cannot load /usr/local/etc/apache/libexec/libphp4.so into server:
ld.so.1: /usr
i want php support ;[
mommy! these guys are baad ;,o[
--
xirho
http://www.xirho.org/
http://www.xorphor.com/
http://www.irridium.org/
travel. without movement.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
There is an error while installing php4.1.2 on HP-UX 11.11 / gcc 3.0.2 in the
configure-phase.
Debug.log:
CONFIGURE: './configure' '--with-apache=/opt/apache' '--with-oci8'
'--disable-libgcc' '--disable-mysql'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS:
CXX:
CXXFLAGS:
INCLUDES:
> There is an error while installing php4.1.2 on HP-UX 11.11 / gcc 3.0.2 in the
>configure-phase.
> Debug.log:
>
> CONFIGURE: './configure' '--with-apache=/opt/apache' '--with-oci8'
>'--disable-libgcc' '--disable-mysql'
> CC: gcc
> CFLAGS: -g -O2
> CPPFLAGS:
> CXX:
>
php-install Digest 30 Apr 2002 06:27:15 - Issue 811
Topics (messages 6775 through 6785):
PHP 4.2.0 configure problems
6775 by: Joseph Carter
Undefined references ?
6776 by: Sasa Ugrenovic
Is Oracle 9i Supported?
6777 by: Yomi Odedeyi
Re: Xitami Problem
677
20 matches
Mail list logo