I am having trouble getting apache to load the php4 module. Here is the
error and output of ldd -r on the php module.
todd@svlecs01:~/src/php-4.1.2$sudo apachectl start
Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: l
Environment:
Solaris 8
gcc 2.95.3
Shell: tcsh
Trying to compile Apache w/ mod_SSL+PHP+LDAP.
cd mod_ssl-2.8.8-1.3.24
./configure --with-apache=../apache_1.3.24
cd apache_1.3.24
./configure --prefix=/opt/software
cd ../php-4.1.2
./configure --with-apache=../apache_1.3.24 --with-openssl --with-ld
Given an app with the following overall class structure:
Base.class {
function Base() {
##initialize stuff
}
}
A.class extends Base {
var $var;
var $b;
function A() {
$var="x";
$b=new B.class();
}
}
I am running Apache 1.3.20 (Win32) PHP/4.1.3-dev mod_perl/1.25_01-dev mod_ssl/2.8.4
OpenSSL/0.9.6a on Windows XP Professional. I have followed the installation
instructions (modifying httpd.conf and copying necessary files), but I am getting
blank returns on all PHP pages.
Please help.
Thanks
I am running Apache 1.3.20 (Win32) PHP/4.1.3-dev mod_perl/1.25_01-dev mod_ssl/2.8.4
OpenSSL/0.9.6a on Windows XP Professional. I have followed the installation
instructions (modifying httpd.conf and copying necessary files), but I am getting
blank returns on all PHP pages.
Please help.
Thanks
On Wed, Apr 10, 2002 at 12:36:25AM +0100, Andy Smith wrote:
> php does appear to build and install OK, but once the AddModule and
> LoadModule lines are added to httpd.conf, the server segfaults on
> startup. strace shows the following:
I've since tried this again with CVS apache 2 and CVS PHP
Here's one that I put together. It's browseable and easy on the eyes. It's
not the prettiest code but it works.
Files in
$web_path$path
\n";
while ($file_name = readdir($dir)):
// Check to see if it's a directory.
Hi,
I have an 'out of the box' install of Suse Linux 7.2 with Apache 1.3.19 and
PHP 4.0.4pl1. I'm trying to set the include path for files served from
domain_name/~user directories but get the 'Internal Server Error' when I add
php_value include_path .:/home/user/php_include
as the only line in
If you changed the php.ini to set the register_globals to on, did you also
restart apache? I'm sure you are aware that register globals is now turned
off by default in php 4.1+. Look at phpinfo() and make sure register_globals
is *really* on. You really ought to be writing code with $_POST[], re
php-install Digest 10 Apr 2002 15:07:46 - Issue 785
Topics (messages 6610 through 6619):
Re: pgsql.so
6610 by: Yasuo Ohgaki
READ-FIRST: Apache2 Install FAQ
6611 by: Yasuo Ohgaki
Re: Error compiling Apache 1.3.24 with PHP 4.1.2
6612 by: Yasuo Ohgaki
Re: READ-FIRST:
Hey all,
Linux RH 7.2
PHP 4.1.2
Apache 1.3.24
I'm having trouble with php and "POST" It doesn't seem to be allowing
me to use the variables passed via POST. I've never had this problem on
older version of php and apache. I have enabled register_globals in the
php.ini. The documentation say
Hi,
I am trying to read the files in the directory and display them .
but I got the message " the document contain no data "
this is my code
handle."";
echo "Path: ".$d->path."";
while($entry=$d->read()) {
echo $entry."\n";
}
echo "";
$d->close();
?>
Can anyone tell me what sho
I believe you need to include --with-apxs2 in your ./configure line
- Original Message -
From: "Brian Capouch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 10, 2002 6:50 PM
Subject: [PHP-INST] Is there a version of PHP compatible with Apache 2.0?
> Over on the Apa
Hi Irby,
Please supply a bit more info as on what Web server you are using... You
have to configure the web server to make it understand what to do with the
php scripts.
later
Jaco
"Irby" <[EMAIL PROTECTED]> wrote in message
news:!~!UENERkVCMDkAAQACABgATtVsGsLRR0my4m4WYw
14 matches
Mail list logo