php-install Digest 31 Jan 2002 03:32:58 -0000 Issue 676

2002-01-30 Thread php-install-digest-help
php-install Digest 31 Jan 2002 03:32:58 - Issue 676 Topics (messages 5836 through 5851): PHP and LDAP 5836 by: Paul Watson 5837 by: Tony Bibbs 5838 by: Paul Watson 5839 by: Jeffrey_N_Dyke.Keane.com 5840 by: Paul Watson 5841 by: Tony Bibbs ena

[PHP-INST] install problem

2002-01-30 Thread dmrobbin
Hi All, I'm using php 4.1.1 with linux Mandrake 8.1 Out of the box everything works great. I want to rebuild php so I can get the DBG debugger to work with it followed these instructions download latest PHP sources (4.0.5 or higher) and unpack them. download DBG sources, unpack them and copy dbg

[PHP-INST] Re: Rremedy for "Missing OCX control" on NTServer

2002-01-30 Thread Alan McFarlane
Just use the zip version - You don't really need the installer. You'll need to check up the manual installation docs, but their pretty simple Tracy Carroll <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Upon running the installation wizard for Php 4.1.1, I r

[PHP-INST] need help on Win ME installation, PLEASE!

2002-01-30 Thread Kevin Faterkowski
i have php 4.1.1 installed with apache server. i get: [Wed Jan 30 18:16:25 2002] [error] [client 127.0.0.1] Invalid URI in request GET /test.php HTTP/1.1 that in my server error log when i try to run this script: Hello World i have had too much hell with just installing php. please help a s

[PHP-INST] Tips for php 4.0.6, pdflib 4.0.1, and Mac OS X 10.1.1

2002-01-30 Thread Steve Cayford
Hello. I had a brutal time figuring out how to get these three to work together, so I thought I should post the solution that worked for me. pdflib: 1. unpack the tarball 2. setenv LDFLAGS '-flat_namespace' # I don't know if this was entirely necessary 3. ./configure \ --enable-shar

Re: [PHP-INST] I am Stupid and Can't get PHP to run

2002-01-30 Thread Mike Maltese
Did you copy php4ts.dll to C:\WINNT\system32? This seems to be the root of most PHP installation problems on Win32 systems. - Original Message - From: "Jason Lehman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 5:50 AM Subject: [PHP-INST] I am Stupid and C

[PHP-INST] Re: Installation help, Please !!!

2002-01-30 Thread Jae
Thomas, Apache 2.0.28 beta is exactly that...a beta. At least thats what I'm leaning towards. I have a Win2K machine running Apache 1.3.23, MySql 3.23.47, and PHP4.1.1 and it works fine. However, on my laptop I decided to try Apache 2.0.28 with the others and PHP4.1.1 ain't working for me. I'

[PHP-INST] Red Hat 7.2 + Apache 1.3.22 + PHP 4.0.6 release 7 +Oracle 8.1.7 Client

2002-01-30 Thread dballester
Hi: I'm lost. My scenario is the next: One Linux box running Red Hat 7.2 with all updates applied across Ximian Red Carpet. In other machine one Oracle database 8.x up and running. I've installed the Oracle 8.1.7 client after some problems with the link process ( solved ). All users in

[PHP-INST] Rremedy for "Missing OCX control" on NTServer

2002-01-30 Thread Tracy Carroll
Upon running the installation wizard for Php 4.1.1, I received the alert saying Php was installed but "due to a missing OCX control on your system, the installation Wizard is unable to configure you web server." I am unable to figure out what to do to remedy this. I am running NT Server 4.0 sp

[PHP-INST] multiply-defined symbol error with php 4.1.1 on Solaris 2.8

2002-01-30 Thread Ziying Sherwin
We tried to build php 4.1.1 with as many options as possible on our Solaris 2.8 machine with gcc 2.95.2 and Apache 1.3.22. During the compilation, we had a problem with wddx extention which complains that header file "expat.h" is not in the expat 1.2 package that we installed for php. Thanks t

[PHP-INST] enable dmalloc option for php 4.1.1 installation on Solaris 2.8

2002-01-30 Thread Ziying Sherwin
We tried to install php 4.1.1 on our Solaris 2.8 machine with gcc 2.95.2 and apache 1.3.22. We tried to enable as many configuration options as possible. It configured OK, but we encountered several error messages during compilation: We configured with option "--enable-dmalloc" and "--with

Re: [PHP-INST] PHP and LDAP

2002-01-30 Thread Tony Bibbs
I stand corrected. In my scenario the LDAP server and the Web Server were on the same box... --Tony On Wed, 2002-01-30 at 09:07, [EMAIL PROTECTED] wrote: > > You will need OpenLdap installed on the server so PHP can use the LDAP > libraries that come with it. You can still connect to another

Re: [PHP-INST] PHP and LDAP

2002-01-30 Thread Paul Watson
Thanks for that. Therefore, if I install OpenLDAP (and the it's prerequisites), then install PHP --with-ldap it will work. Afterwards I can delete the OpenLDAP install as long I keep the libraries - yes?? Jeffrey N Dyke wrote: > > You will need OpenLdap installed on the server so PHP can use t

Re: [PHP-INST] PHP and LDAP

2002-01-30 Thread Jeffrey_N_Dyke
You will need OpenLdap installed on the server so PHP can use the LDAP libraries that come with it. You can still connect to another server, but you'll need the libraries on the server that PHP is running on. Thanks to Micheal Mays for clearing this one up for me. We had this discussion a cou

Re: [PHP-INST] PHP and LDAP

2002-01-30 Thread Paul Watson
I won't have any LDAP software apart from the php extensions on the php server. H, I'll give it another go and see what's going wrong Tony Bibbs wrote: > > I don't think that can be right. I have a standard RH7.2 box that I > installed OpenLDAP on after PHP was configured and I was able

Re: [PHP-INST] PHP and LDAP

2002-01-30 Thread Tony Bibbs
I don't think that can be right. I have a standard RH7.2 box that I installed OpenLDAP on after PHP was configured and I was able to query my LDAP database. I think as long as PHP has --with-ldap you should be good. --Tony On Wed, 2002-01-30 at 08:09, Paul Watson wrote: > I want to use PHP to

[PHP-INST] PHP and LDAP

2002-01-30 Thread Paul Watson
I want to use PHP to chat away to our LDAP server (separate machine). >From the install notes it appears I can't do this install unless I have a locally installed LDAP system. This doesn't appear correct. -- Paul Watson # Oninit Ltd # Growing old is mandator

[PHP-INST] I am Stupid and Can't get PHP to run

2002-01-30 Thread Jason Lehman
I have followed the install.txt but I must be missing something. I am on a Win2000 machine running iis 5.0. I don't know what I missed but I keep getting CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: That's it

php-install Digest 30 Jan 2002 13:51:53 -0000 Issue 675

2002-01-30 Thread php-install-digest-help
php-install Digest 30 Jan 2002 13:51:53 - Issue 675 Topics (messages 5815 through 5835): PHP4.1.1, Apache-1.3.23 IMAP doesnt work for me...HELP!!! 5815 by: Ron Simpson 5816 by: Jon Wagoner 5825 by: Ron Simpson 5834 by: Ben Cross v4.1.1 - ImageTypes() returns

RE: [PHP-INST] PHP4.1.1, Apache-1.3.23 IMAP doesnt work for me...HELP!!!

2002-01-30 Thread Ben Cross
On redhat 7.1, I'm compiling php 4.1.1 with imap support for apache 1.3.19. Inintially I used: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-imap --with-kerberos --with-imap-ssl and it worked fine but i got this error during make: /usr/bin/ld: cannot find -lgssapi_krb