Try renaming your file test.php
It works from the command line because you are invoking php directly, but
apache doesn't pass html files to the php module.
-Original Message-
From: John Clark [mailto:[EMAIL PROTECTED]]
Sent: Friday, 26 April 2002 06:17
To: [EMAIL PROTECTED]
Subject: Need
php-install Digest 25 Apr 2002 22:17:37 - Issue 805
Topics (messages 6738 through 6741):
install with ldap
6738 by: David Werner
debug php4
6739 by: Serge Saccoccio
6740 by: Jeffrey_N_Dyke.Keane.com
Need help installing PHP.
6741 by: John Clark
Administriv
I have downloaded and installed php-4.2.0 and apache 1.3.24.
With php configure and commands:
./configure --with-apxs=/usr/local/apache/bin/apxs
make install
I see that everything completes.
However when I load my test html file:
test
I see the one text 'test' print, but nothing of the
You shoudln't have to do this, per the documentation, but reconfigure php
using --with-zlib. and it will work.
Hope this helps
Jeff
Serge
Hi,
I have Linux Mandrake 8.1 with Apache1.3.24 and Mysql
3.23.49 and PHP4.1.2 and when I start httpd, it says
could not find libphp4.so, what can I do? the
istallation has turn correctly.
Please, help
Sergio
__
Do You Yahoo!?
Yahoo! Games - play ch
Hello there!
I experience problems with the installation of the
php 4.2.0 I want to use a new feature, called
ldap_rebind_proc.
But it still doesn't work. I have taken a look
in the ldap.c with the following result:
#if defined(LDAP_API_FEATURE_X_OPENLDAP) && defined(HAVE_3ARG_SETREBINDPROC)
php-install Digest 25 Apr 2002 09:30:46 - Issue 804
Topics (messages 6731 through 6737):
php does not read php.ini
6731 by: Fabian Aguirre
6733 by: Ray Hunter
undefined symbol : ssl_onceonlyinit - apache 2.0.35 + php 4.2.0
6732 by: Stephan Wülfert
6737 by: S
Hi,
problem solved. I compiled imap-supprt in php, but I forgot to compile the
c-client library with openssl-supprt :-(
by
Stephan WüLfert wrote:
> Hi all,
>
> I compiled php successfully with the following configuration:
>
> ./configure --with-tsrm-pthreads --with-mysql=/usr/local
> --wit