[PHP-INST] RE: Need help installing PHP.

2002-04-25 Thread Dr CHEUNG Ngai Tseung
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 -0000 Issue 805

2002-04-25 Thread php-install-digest-help
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

[PHP-INST] Need help installing PHP.

2002-04-25 Thread John Clark
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

Re: [PHP-INST] debug php4

2002-04-25 Thread Jeffrey_N_Dyke
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

[PHP-INST] debug php4

2002-04-25 Thread Serge Saccoccio
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

[PHP-INST] install with ldap

2002-04-25 Thread David Werner
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 -0000 Issue 804

2002-04-25 Thread php-install-digest-help
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

[PHP-INST] Re: undefined symbol : ssl_onceonlyinit - apache 2.0.35 + php 4.2.0

2002-04-25 Thread Stephan Wuelfert
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