[PHP-INST] PHP4 on IIS for W2K

2003-06-24 Thread Gabriel Plata Stapper
I have a problem accessing PHP4 scripts running on a W2K operating system and IIS server. I get the following message: Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if th

[PHP-INST] PHP4/Apache2

2003-05-27 Thread David Peralta
Hi, I'm trying to install PHP 4.3.1 as an apache2 (2.0.45) module in RH7. I've followed the instructions in INSTALL file but the --activate-module apache "configure" script options is no longer available. Is there another way? Thanks, David

[PHP-INST] php4/Apache2/MySQL on Windows XP

2003-02-17 Thread Ray Pinnegar
Hi folks - hope you can help. I have had a lot of trouble installing php4 on Apache 2.0 with MySQL on a Windows XP system. IIS is not installed. It seems to run now, but it won't pass URL references. e.g. to run a .php doc from the URL Address line: //localhost/myprogram.php?week=1, the week no. is

[PHP-INST] php4-win32-STABLE-latest Installation Problems

2003-02-10 Thread Christian R. Ford
Oddly enough on the first build of this box 6 months or so ago, PHP installed perfectly onto the C: drive. I rebuilt the network, but saved the C drive for later data retrieval and formatting, so another drive was placed into the system and rebuilt under the E: drive. This installation of PHP has

[PHP-INST] php4-STABLE-200302051830 and imap PB

2003-02-05 Thread Jean-Pierre Arneodo
Hi, trying to compile php4-STABLE-200302051830 with configure options: --with-imap=/usr/local --with-imap-ssl=/usr/local I received: ext/imap/php_imap.lo: In function `zm_startup_imap': /php4-STABLE-200302051830/ext/imap/php_imap.c:432: undefined reference to `ssl_onceonlyinit' without the

[PHP-INST] php4 with Oreilly?

2003-01-21 Thread OneBadDJ
I've just attempted to install php4 on my WinXP machine running O'Reilly 2.0 Website Pro. I'm getting an error concerning the Redirect_status cgi variable. I've looked around the archives, and saw that this is a common error, but I didn't find a solution to my problem. Can anyone help me here

Re: [PHP-INST] php4 errors

2002-12-11 Thread Chris Hewitt
[EMAIL PROTECTED] wrote: Hi, this is Jimmy and I'm new to php and I just read all the informations you provided including installing php4 but when I tried to run the sript but when I tried to run the "phpinfo.php", it doesn't run but the "" message popped up in the text editor...I did try to f

Re: [PHP-INST] php4 errors

2002-12-11 Thread Jeffrey_N_Dyke
: 12/11/2002 Subject: [PHP-INST] php4 errors 10:11 AM

[PHP-INST] php4 errors

2002-12-11 Thread ATLpIaya
Hi, this is Jimmy and I'm new to php and I just read all the informations you provided including installing php4 but when I tried to run the sript but when I tried to run the "phpinfo.php", it doesn't run but the "" message popped up in the text editor...I did try to fund out the problems...wou

[PHP-INST] php4 compilation problem with hpux 11i

2002-11-18 Thread VASAGAN,MANI (HP-Singapore,ex2)
I am trying to compile php 4.2.3 with apache 1.3.27 on hpux 11i using gnu gcc 3.0.4, gmake 3.79.1. Also installed are binutils, flex, bison. When I try to configure php (./configure --with-apache=../apache-1.3.27 , gmake, gmake install) it did without errors. But when i compile apache, (./config

Re: [PHP-INST] PHP4 on OpenBSD, Missing libcrypto.so.4.1???

2002-11-04 Thread Matt T. Galvin
I am pretty sure that it is telling you, that you need to install OpenSSL. http://www.openssl.org/ -- At 04:02 PM 11/3/2002 +0100, you wrote: Tried to install PHP4 on my OpenBSD box but it complains about some file, libcrypto.so.4.1:( What I did exactly is at the end of this message. How

[PHP-INST] PHP4 on OpenBSD, Missing libcrypto.so.4.1???

2002-11-03 Thread Jens Olsson
Tried to install PHP4 on my OpenBSD box but it complains about some file, libcrypto.so.4.1:( What I did exactly is at the end of this message. How can I fix this? Thanks in advance //Jens tripplefault# ls php4-4.0.4pl1.tgz tripplefault# pkg_add php4-4.0.4pl1.tgz +--- | To finish the

[PHP-INST] PHP4 as CGI on Apache

2002-10-28 Thread Michael Schmidt
Hi folks, i'm quite new to all this and want to install PHP4 as CGI on Apache due to security reasons. Now I'm wondering: Is there a way to tell apache to send the .php-files to the PHP-Interpreter? I don't want to have to put a #!-statement at the beginning of each php-file... Thanks in advance

[PHP-INST] php4 as a static module in Apachae 2.0.39

2002-09-24 Thread Timothy L. Patton
I'm trying to get php4 and Apache2.0.39 to play nicely in Solaris8a but can't get past trying to 'configure' Apache include php as a static module. php4, openssl, etc have all compiled and installed OK and I've moved libphp4.a into Apache's modules/php4 directory. The INSTALL file in php doesn't

Re: [PHP-INST] php4 on win2000 and apache1.3

2002-07-12 Thread toby -
im sorry sean ... i didnt quite get ur point ... :S toby _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http:

Re: [PHP-INST] php4

2002-07-12 Thread Matthew Kurowski
atthew Kurowski - Original Message - From: "Tom Mac" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 12:23 PM Subject: [PHP-INST] php4 > Hi All, > > I've been trying to configure PHP4.2.1 to work > with Apache 1.3.2 on Windows 98.

[PHP-INST] php4

2002-07-12 Thread Tom Mac
Hi All, I've been trying to configure PHP4.2.1 to work with Apache 1.3.2 on Windows 98. I tried both as a SAPI module or as a CGI setup, but had no luck. Can someone help please? Thanks. I have the snippets from my conf files below: PHP Installation Directory --> c:\php 1. SAPI Set

Re: [PHP-INST] php4 on win2000 and apache1.3

2002-07-11 Thread toby -
>If I pass a submit a form and try to grab the variables i get errors >"Undefined >variable " >(I know these scripts work because they work on a different server) locate register globals in ur php.ini & trun it ON >Here's what I've done so far >Extracted the PHP zip file to c:\php if noth

[PHP-INST] php4 on win2000 and apache1.3

2002-07-07 Thread CM
I'm having trouble installing php on win2000 and apache1.3 It seems to work but only some of the basic functions. If I pass a submit a form and try to grab the variables i get errors "Undefined variable " (I know these scripts work because they work on a different server) Here's what I've d

[PHP-INST] PHP4 + IIS5 (XP Pro) - Rookie!!

2002-06-09 Thread Jeroen Schepens
Hi, I was just trying to install php4 from php.net manually, but things didn't work out the way I hoped. My browser just won't recognise php-files and send them to php.exe. Can anyone give me some pointers? I don't know shit about IIS5 so the problem could be with that as well. Thx! Jeroen

[PHP-INST] PHP4 issues with GD from OpenBSD 3.0 ports

2002-04-16 Thread Iván Montoro Ten
Hi, Here goes the dump from the debug.log file while trying to compile PHP4. CONFIGURE: './configure' '--prefix=/var/knowgate/php4' '--with-apache=../apache_1.3.24' '--with-

[PHP-INST] php4 & Apache2 & winXP

2002-04-16 Thread Jas
I have been looking at the documentation for Apache and the documentation for php and I am lost... Could someone point out a quick and easy way for installation (without the use of the exe?) Yeah I know, stupid, but I want to try this out. Thanks in advance, Jas -- PHP Install Mailing List (h

[PHP-INST] PHP4 installation error

2002-03-27 Thread Christophe Wolfs
We have installed Debian 3.0 on a Alpha server. When we install PHP4 we can't restart the Apache server. (1.3.23). In the logs we find the following line PHP Fatal error: Unable to start session mm module in Unknown on line 0 Anyone had the same problem. Or know a solution ? Thanx [ mailto:c

[PHP-INST] PHP4 configure failure...

2002-03-06 Thread Christophe
Hi, I have a Sun box (UltraSparc-IIi, 512 MB RAM,...) running Solaris 8. I have a PHP 4.1.1 source, which I want to compile CGI-mode (for testing only) with java support, essentially... the following is the contents of the debug.log file found by the PHP dir... I'm totally stuck with this...

[PHP-INST] PHP4 Step by Step Installation for Windows running CGI or ASPI

2002-02-18 Thread Andre Amaral
PHP4 Step by Step Installation for Windows running CGI or ASPI http://www.experttek.com/php/installation.php -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] PHP4, Apache and W2k installation not working

2002-02-05 Thread Kjell Hansen
Hi all! I've banged my head to the keyboard and to the installation notes of PHP4 but I still can't make it work. pls Help Me! This works: php.exe -i ( from the command prompt from any dir.) php.exe test.php(from the php-dir) apache error file reports no errors when starting This

[PHP-INST] php4-1.1.1 build error. ...4.0.6 builds fine.

2002-02-02 Thread Robert
Hi, trying to build 4.1.1.1, but with no success. I can't discover why it's falling ove the libbind stuff? I'm running Bind-9.2 The whole thing builds fine with 4.0.6 though. openssl-0.9.5a mod_ssl-2.8.6-1.3.23 mod_perl-1.26 php-4.0.6 Apache-1.3.23 and including mysql-3.2

[PHP-INST] PHP4 with Imap on RH 7.2 fails

2002-01-07 Thread Jens Ansorg
I try to build php 4.1 on RH 7.2, apache with Imap support I tried the RH supplied imap RPMs I tried to build the IMAP myself as described on php.net It does not work :-(( Now, configure with my usual stuff and --with-imap --with-kerberos --with-imap-ssl runs without any errors then I "make"

[PHP-INST] php4 on QNX4

2002-01-05 Thread Kasius
Hi all, Can someone help me to install php4 on the QNX 4 platform. All information are welcomed. Thanx a lot :-) -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP-INST] PHP4 install with PWS4 on Win98

2001-12-19 Thread Alex Shi
gt; > - Original Message - > From: "Alex Shi" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, December 18, 2001 5:41 PM > Subject: [PHP-INST] PHP4 install with PWS4 on Win98 > > > > Hello, folks! > > > > I instal

Re: [PHP-INST] PHP4 install with PWS4 on Win98

2001-12-18 Thread Alex Shi
> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 5:41 PM Subject: [PHP-INST] PHP4 install with PWS4 on Win98 > Hello, folks! > > I installed PHP4 on Windows 98 with PWS4. When I try to > run a very simple script, I got a just one line error message > "One of the

[PHP-INST] PHP4 install with PWS4 on Win98

2001-12-18 Thread Alex Shi
Hello, folks! I installed PHP4 on Windows 98 with PWS4. When I try to run a very simple script, I got a just one line error message "One of the library files needed to run this application cannot be found". The script is very simple: "", so I don't think the error has anything to do with it. An

[PHP-INST] PHP4 Installaion problem

2001-11-29 Thread C.Longford
Hi please help me Right i was running a trial version of deerfiled website pro 3.1 and running php4 with no problems... now that the trial has expired i removed it and installed oreallys website pro 3.0 retail which i had previusely... after installing the new web site software, i install

Re: [PHP-INST] Php4, IIS on WinNT4

2001-11-22 Thread Phil Driscoll
On Thursday 22 November 2001 1:15 am, Byungsung Cho wrote: > Hi! > > I installed Php4 with the Windows installer on Windows NT 4 with IIS 4. > > However it does not work. > > As suggested in the newsgroup, I ran "php.exe" on command line and it gave > the error message such as "php.exe file cannot

Re: [PHP-INST] Php4, IIS on WinNT4

2001-11-21 Thread Chris
> Hi! > > I installed Php4 with the Windows installer on Windows NT 4 with IIS 4. > > However it does not work. > > As suggested in the newsgroup, I ran "php.exe" on command line and it > gave the error message such as "php.exe file cannot be found". > > What should I set to fix the problem?

[PHP-INST] Php4, IIS on WinNT4

2001-11-21 Thread Byungsung Cho
Hi! I installed Php4 with the Windows installer on Windows NT 4 with IIS 4. However it does not work. As suggested in the newsgroup, I ran "php.exe" on command line and it gave the error message such as "php.exe file cannot be found". What should I set to fix the problem? Thanks in advance.

Re: [PHP-INST] php4 install

2001-11-13 Thread edward
Hello, Can you tell me what is Apache Compile kit ? In additional , gd is necessary with php ? Edward. Matthew Mundy wrote: > I highly recommend Apache Compile kit (just search on freshmeat) It is > relatively painless, though you might have to edit the PHP config module > to add --without-gd

[PHP-INST] PHP4 with GD on OpenBSD 29

2001-11-09 Thread Lance Spitzner
Attempting to install PHP4 with GD support on OpenBSD 2.9. I installed gd_1.8.3 using OpenBSD ports. During the make an error is logged to debug.log, included below. PHP4 compiles as DSO, but apache will not start, it bombs with the same error listed below. Words of wisdom on how to get PHP/Ap

[PHP-INST] PHP4 with iPlanet/win2k problems

2001-10-26 Thread Jason Wood
Hello- I've been trying for the past week to get PHP to run correctly with iPlanet/WIN2K... I can get the CGI version to install and run phpinfo(); but GET and POST don't work. No variables show up at all. The NASPI filter doesnt work at all. I follow the install instructions. Then, if i t

[PHP-INST] PHP4 with GD on Sambar Server (win98)

2001-10-25 Thread [EMAIL PROTECTED]
Hi, I just unzipped php4 on a windows 98 machine, and I put the right files in the right places, and mapped the ISAPI to the sambar server (www.sambar.com), and I can't use GD functions. I uncommented the GD line in the ini file, and I get this error: Fatal error: Call to undefined function:

RE: [PHP-INST] PHP4-Windows98-PWS

2001-10-22 Thread Jonathan Hilgeman
M To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-INST] PHP4-Windows98-PWS Looking for help. I tried to install PHP4 on Windows 98 with PWS, following the manual on www.php.net Windows installation section. It dit NOT work, maybe something unclear. If you know, would you get me some

[PHP-INST] PHP4-Windows98-PWS

2001-10-22 Thread Yim Lee
Looking for help. I tried to install PHP4 on Windows 98 with PWS, following the manual on www.php.net Windows installation section. It dit NOT work, maybe something unclear. If you know, would you get me some help? Thanks COM

[PHP-INST] PHP4 on Windows98 with PWS

2001-10-20 Thread Yim Lee
Hi. Several times, I had tried to install PHP4 on Windows 98 with PWS, following the instruction on www.php.net installatin section. But it did not work. PWS seems to work well. Some part of the manual is not clear, particularly in editing 'php.ini' file. Would you give me a practical guid

Re: [PHP-INST] PHP4 add module to apache problem.

2001-10-16 Thread Kevin Haughton
Eek those instructions look hard to follow... I (literally today) just got my PHP/MySQL/Apache server with RH7.1 running. - followed these instructions : http://hotwired.lycos.com/webmonkey/00/44/index4a_page4.html?tw=programming had a couple of errors where I hadn't installed all the libraries

[PHP-INST] PHP4 add module to apache problem.

2001-10-16 Thread root
Hey everyone, I am contemplating pulling out my remaining hairs on my head over this one. It i just driving me nuts. I am kinda new to this, so please bear with me. I have successfully installed mysql and apache on my linux box, red hat 7.1. I am using the instructions at e-gineer.com, and when i

[PHP-INST] php4 for PWS on WinMe... error HTTP 500 !

2001-10-15 Thread Pierre-Alain MILLET
I tried different way to install php for use with PWS on Windows Me. php-406 installer from www.php.net php-406-Win32 with install doc.. Easy Windows installer from zend.com ... but the problem is always the same error HTTP 500 when i display a .php file for example with the following

[PHP-INST] php4 + mod_perl problems, I think I'm going to go insane, please help!

2001-10-12 Thread Christopher M. Jones
Argh, I can't get php4 to get along with mod_perl! Everytime I run a mod_perl enabled httpd and load the php4 module the server dies. It will not serve *anything*, including static content. All the server processes seg fault and I end up with something like so in the error log: [Fri Oct 12 22:1

[PHP-INST] PHP4/CGI installation trouble

2001-10-07 Thread Rink Springer
Hi everyone! I'm trying to install PHP4/CGI on a web server (it must be CGI because I intend to use SuEXEC behaviour later on, tho it is currently disabled). Anyway, whenever I fire up a PHP script, I get this error: --snipsnipsnip-- Parse error: parse error in /usr/local/apache/cgi-bin/php on

[PHP-INST] PHP4/CGI installation trouble

2001-10-07 Thread Rink Springer
Hi everyone. I'm trying to install PHP4/CGI on a web server (it must be CGI because I intend to use SuEXEC behaviour later on, tho it is currently disabled). Anyway, whenever I fire up a PHP script, I get this error: --snipsnipsnip-- Parse error: parse error in /usr/local/apache/cgi-bin/php on

[PHP-INST] PHP4/CGI installation trouble

2001-10-07 Thread Rink Springer
Hi everyone. I'm trying to install PHP4/CGI on a web server (it must be CGI because I intend to use SuEXEC behaviour later on, tho it is currently disabled). Anyway, whenever I fire up a PHP script, I get this error: --snipsnipsnip-- Parse error: parse error in /usr/local/apache/cgi-bin/php on

Re: [PHP-INST] PHP4 and Apache 1.3.20 DSO mode not working?

2001-09-04 Thread i82much
"I82much" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > "Bill Carter" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED]... > > Thanks for the info. Did you install Apache and PHP binaries derived from > > the rpm's on the distribution disk or di

Re: [PHP-INST] PHP4 and Apache 1.3.20 DSO mode not working?

2001-09-03 Thread i82much
"Bill Carter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Thanks for the info. Did you install Apache and PHP binaries derived from > the rpm's on the distribution disk or did you download sources from the > websites and configure/compile/install from sources? > > Peter Clark

Re: [PHP-INST] PHP4 and Apache 1.3.20 DSO mode not working?

2001-09-03 Thread Peter Clarke
> > My question is simple. Have you downloaded, compiled, and integrated > the most recent versions of Apache and PHP and made them work? Not > previous versions. I've seen several people have problems with doing > this in the newsgroups dating from late 2000. Someone please wipe > out your apache

Re: [PHP-INST] PHP4 and Apache 1.3.20 DSO mode not working?

2001-09-02 Thread Bill Carter
Stefan Siefert wrote: > > Hi Bill, > > please tell us how you configured php and apache (e.g. PHP > with --with-apxs=/usr/local/apache/bin/apxs) also be sure to have apache > enabled for DSO ( --enable-module=so or --enable-modul=most) Sorry but I post email from Win98 and I don't have my com

[PHP-INST] PHP4 and Apache 1.3.20 DSO mode not working?

2001-09-02 Thread Bill Carter
I'm running RedHat Linux 7.0+ and trying to get PHP 4.0.6 working with Apache 1.3.20 as a DSO. These are the most recent stable versions. I'm compiling the sources, the compiles finish with no errors and I get a libphp4.so file. Has anyone been able to compile these versions of Apache and PHP4

[PHP-INST] php4 install with problems from APXS

2001-08-28 Thread Allan Williamson
On Red Hat ver 6.2 with Apache 1.3.3 I am able to run the command ./configure --with-mysql --with-apxs=/usr/sbin/apxs --with-xml with out errors. Then I can run make with out errors. It is when I run make install that I receive this error. make[1]: Leaving directory `/usr/src/php-4.0.6/TSRM' Maki

[PHP-INST] PHP4 Install Problems - Please Help

2001-08-25 Thread Martin Stephenson
Hi All, I'm running Suse Linux 7.1, Kernet 2.4 I have downloaded and installed the latest version of Apache and it's up and running OK It is installed in : /usr/local/apache To Install PHP, i have downloaded the Source and put it in: /usr/local/src/php-4.0.6 To Install PHP I have done this

[PHP-INST] php4 apache2 install

2001-08-16 Thread John Falkarp
Hi, Try to install php 4.0.6 with apache2 configure works fine make make exits with this message: sapi_apache2.c: In function `php_input_filter': sapi_apache2.c:248: too many arguments to function `ap_get_brigade' sapi_apache2.c: In function `php_register_hook': sapi_apache2.c:443: warning: passi

Re: [PHP-INST] PHP4/Win98/Apache = Blank Screen

2001-06-24 Thread Ed Harris
Julie, I'm afraid there are no hidden file extensions. The file extension is simply .php or .html if the php is contained within the HTML document. Neither work. Any other ideas? Thanks, Ed "Julie Meloni" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > look

Re: [PHP-INST] PHP4/Win98/Apache = Blank Screen

2001-06-24 Thread Julie Meloni
look for a hidden file extension of txt on the end of your php script filename. Ed Harris wrote: > I've seen this problem posted many times but with few responses. Assistance > would be greatly appreciated. > > When I attempt to open the standard test PHP script containing in the Apache > htdo

[PHP-INST] PHP4/Win98/Apache = Blank Screen

2001-06-24 Thread Ed Harris
I've seen this problem posted many times but with few responses. Assistance would be greatly appreciated. When I attempt to open the standard test PHP script containing in the Apache htdocs directory: I get a blank screen in the browser. A view source does reveal the code. PHP docs say this mean

Re: [PHP-INST] PHP4 Works but Sessions Don't!!

2001-05-21 Thread hrdware
Greetings! Yes, it works now! It was fixed last night. I can't really say I know HOW I fixed it. I tried so many things and it finally started working. Now I can get to work learning more PHP! thanks everyone for your help! __ Andy Matt Schroebel wrote: > Works for me with i.e

RE: [PHP-INST] PHP4 Works but Sessions Don't!!

2001-05-21 Thread Matt Schroebel
Works for me with i.e. 5.5. Do you have cookies enabled on your browser? > From: hrdware [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 19, 2001 4:30 PM > > > But when I tried to learn about sessions, I quickly realized sessions > doesn't work! > -- PHP Install Mailing List (http://www.ph

[PHP-INST] PHP4 Works but Sessions Don't!!

2001-05-19 Thread hrdware
Greetings, I have been trying to figure this out for hours now. I used php to randomly display quotes at the top of a web page. The quotes are taken from a mysql database. PJP seems to be working fine. But when I tried to learn about sessions, I quickly realized sessions doesn't work! I have peo

[PHP-INST] PHP4/Apache Module compile problems

2001-05-17 Thread PHP Mailing List User
I'm trying to install PHP4 as an Apache Module by following the instructions in the PHP manual. Here are the specifics of my install: Apache: 1.3.19 Configuration options: ./configure --bindir=/usr/local/apache/bin --sbindir=/usr/local/apache/bin --libexecdir=/usr/local/apache/libexec --datadi

[PHP-INST] PHP4 Install Problems!

2001-05-14 Thread php
I'm trying to install PHP4 as an Apache Module by following the instructions in the PHP manual. Here are the specifics of my install: Apache: 1.3.19 Configuration options: ./configure --bindir=/usr/local/apache/bin --sbindir=/usr/local/apache/bin --libexecdir=/usr/local/apache/libexec --datadi

[PHP-INST] php4 SAP & mssql

2001-05-14 Thread Dimitri
Hello Is it possible to compile PHP4 for both SAP and mssql support ? I Have successfully compiled and connected to each one individually but when I try to compile for both I get errors. My PHP apache and SAP is on Linux , mssql is on NT (e-mail [EMA

[PHP-INST] php4+oracle+mysql

2001-05-07 Thread rbe
Hello! I have to SUN Solaris machines. At the one machine i have installed Oracle 8i and MySQL Databases. On the other machine i want to install Apache and PHP4 (cgi-version). Now i have the following problem. How can i tell the configure program that the location of the databases is on the other

[PHP-INST] PHP4, APACHE, SCO & INFORMIX

2001-04-30 Thread Paul Gardiner
Hi Everyone, Firstly, apologies for cross posting but I wanted to make sure this got to the relevant people. I am continually getting people asking me off list for information regarding building the above combination. I don't mind as it's encouraging to see PHP spreading to this type of platform

[PHP-INST] PHP4 - RPM

2001-04-29 Thread Alexander Melnikov
Where a'm get php4-x-x.RPM for RedHat 6.X? Thank's Alexander -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-INST] php4 & apache2 ?

2001-04-16 Thread Timothy Wojtaszek
Mark - thanks for the tip, I browsed it but things didn't seem newer, I was wrong. The modules was created successfully although my initial didn't work I still have to make sure _I_ setup everything ok. Thanks again. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mai

Re: [PHP-INST] php4 & apache2 ?

2001-04-16 Thread Mark Reidenbach
I don't think it's possible with 4.04pl1, but it will compile if you grab the latest cvs snapshot. I've gotten it to serve pages, but when I issue an "apachectrl stop" apache refuses to kill all the processes once the php module is loaded. Take the php module out, and you're back in business. Yo

[PHP-INST] php4 & apache2 ?

2001-04-15 Thread Timothy Wojtaszek
Where can I get more information on (1) if this is even possible yet - I know that php4 has a --with-apxs2 option, but I get this: ---make output --- make[1]: Entering directory `/opt/Project_Yuuto/php-4.0.4pl1/sapi/apache2filter' /bin/sh /opt/Project_Yuut

[PHP-INST] PHP4 + Netscape3.6 on AIX 4.1.5 Cannot start

2001-04-10 Thread Madeline Wu
I get the Error: conf_init: Error running init function load-modules: dlopen of /netscape/suitesp ot/bin/libphp4.so failed (dlopen(): access failure: permissions denied (errno = EACCES)) How to make it start correctly?? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mai

Re: [PHP-INST] PHP4 install prob with gd1.8.4 and X11

2001-04-03 Thread Yasuo Ohgaki
> lresolv -lm -ldl -lcrypt -lnsl -lresolv -L/usr/lib//lib -ljpeg > -L/usr/X11R6/lib//lib -lXpm -L/usr/X11R6/lib//lib -lX11 1>&5 > /usr/bin/ld: cannot find -lX11 > collect2: ld returned 1 exit status I think your Xpm lib in /usr/X11R6/lib, not /usr/X11R6/lib/lib > CONFIGURE: './configure' '--w

Re: [PHP-INST] PHP4 as a DSO - no error, but dot working

2001-04-02 Thread Joe Laffey
> > "Xa" <[EMAIL PROTECTED]> wrote in message > 9a4vi2$2gh$[EMAIL PROTECTED]">news:9a4vi2$2gh$[EMAIL PROTECTED]... > > - Mozilla displays instead of the result of the command This sounds like you did not configure the httpd.conf file for the correct MIME type with something like: -17. Edit you

Re: [PHP-INST] PHP4 as a DSO - no error, but dot working

2001-04-02 Thread Yasuo Ohgaki
Read Install instructions for all packages, PHP FAQ and PHP Manual carefully, then it should work. Regards, -- Yasuo Ohgaki "Xa" <[EMAIL PROTECTED]> wrote in message 9a4vi2$2gh$[EMAIL PROTECTED]">news:9a4vi2$2gh$[EMAIL PROTECTED]... > > Hello everybody, > > > > I'm trying to install Apache+MySQ

[PHP-INST] PHP4 as a DSO - no error, but dot working

2001-03-31 Thread Xa
Hello everybody, I'm trying to install Apache+MySQL+PHP on my Linux 2.2.17 (dist. Mandrake 7.2). I'm trying to use : - apache_1.3.19 - mysql-3.23.33 - php-4.0.4pl1. I followed miscellaneous explanations from numerous web sites (eg Julie Meloni very clear explanations), I tried a all-in-one

[PHP-INST] PHP4 install prob with gd1.8.4 and X11

2001-03-31 Thread Evan Davies
Hi all, this problem is driving me nuts. Install php on RH6.2 with Xfree86 4 complied from source with apache server 1.3.19. This is the debug.log CONFIGURE: './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-msql=/usr/local/Hughes/' '--with-gd' '--with-jpeg-dir=/u sr/lib/' '--with-

[PHP-INST] PHP4, IIS & Win2K: Requires authentication?

2001-03-29 Thread Louis
I'm trying to install PHP for on Win2K with IIS Followed all the instructions but I'm having the following weird problem: - If I dont add an ISAPI filter whenever I try to load my test.php page it asks me for a login - If I add an ISAPI filter I simply get this error: -2147467259 (0x80004005) I b

RE: [PHP-INST] php4 test asks me if I want to download the file test.php ?

2001-03-29 Thread Josh Lokot
To: [EMAIL PROTECTED] Subject: Re: [PHP-INST] php4 test asks me if I want to download the file test.php ? Hi, No it is not. I checked there first. I have all the httpd.conf changes in correctly. And this from the installation instructions is flat out wrong: AddType application/x-httpd-php

Re: [PHP-INST] php4 test asks me if I want to download the file test.php ?

2001-03-29 Thread hi
Hi, No it is not. I checked there first. I have all the httpd.conf changes in correctly. And this from the installation instructions is flat out wrong: AddType application/x-httpd-php .php /* for PHP 4 */ It should be: AddType application/x-httpd-php4 .php /* for PHP 4 */ It's ama

RE: [PHP-INST] php4 test asks me if I want to download the file test.php ?

2001-03-28 Thread Josh Lokot
Read the PHP Frequently Asked Questions at http://www.php.net Your question is in there -Original Message- From: hi [mailto:[EMAIL PROTECTED]] Sent: Thursday, 29 March 2001 3:24 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] php4 test asks me if I want to download the file test.php ? Hi

[PHP-INST] php4 test asks me if I want to download the file test.php ?

2001-03-28 Thread hi
Hi, I have been trying to install and configure the win 32 binary download of php4.0.4 on win98. I got apache up and running, but when I tested php4, I was presented with a dialog box asking me if I wanted to download the file I was trying to parse. Initially, when I launched IE, I came up with

[PHP-INST] PHP4 returns blank pages

2001-03-19 Thread Andrew Parry
Hi, Configuration = Windows 98 machine on LAN Xitami web server running locally PHP4 installed locally Problem == I had PHP4 working with PWS, but want to move over to Xitami. Now, when I call the following script, I get a blank page; the HTML and tags are there, but nothing else.

[PHP-INST] php4 with imap support

2001-03-18 Thread Torsten Curdt
After enabling imap support for php4 it --with-imap=/root/install/php/lib_imap/imap-2000c php4 still compiles fine. But Apache does not start anymore. Cannot load /usr/lib/apache/libphp4.so into server: undefined symbol: pam_end So I checked the the libs: worf:~/install/php # ldconfig -v

[PHP-INST] PHP4 Installation Error -

2001-03-16 Thread Edgar Blass
  (If you can see the colors, please take a look at the attachment)    I tryied to install: mySQL, Apache and PHP 4.0. However, I had a problem when I got to the PHP instalation.I obtained the next error message after I built PHP4: *

[PHP-INST] PHP4 as CGI Problem

2001-03-16 Thread Mike
Hi all, I have running php4 as cgi script on my Netscape FastTrack Server and Unixware 7.1, following the install instructions i compile php4 as follows './configure' '--without-apache' '--with-other-options' '--enable-discard-path' and added to all my .php scripts that first line #!/usr/local/bi

[PHP-INST] PHP4 installation/compilation problem - anyone else had this?

2001-03-15 Thread Mark Hedges
Hi, I am trying to install the latest version of php4 onto my apache linux server, but it appears to bomb out with an error in the compilation stage... Here is what it says: /bin/sh /tmp/php-4.0.4pl1/libtool --silent --mode=compile gcc -I. -I/tmp/php-4. 0.4pl1/ext/standard -I/tmp/php-4.0.4pl1/

[PHP-INST] PHP4 configure problem for built-in MySQL versus external MySQL

2001-03-14 Thread Bob Schader
Was wondering if someone can clue me in on a problem I am having trying to compile php4.0.4pl1. The system I am compiling this on is Solaris 2.6, Apache 1.3.19 and MySQL 3.23.34a are already installed. No matter what I do when I run my configure for php4, I get a warning at the bottom about it us

[PHP-INST] PHP4 as CGI script PROBLEM

2001-03-14 Thread Mike
Hi all, I have running php4 as cgi script on my Netscape FastTrack Server and Unixware 7.1, following the install instructions i compile php4 as follows './configure' '--without-apache' '--with-other-options' '--enable-discard-path' and added to all my .php scripts that first line #!/usr/local/bi

RE: [PHP-INST] PHP4 and MySQL 3.23.33

2001-03-08 Thread Pal Arne Hoff
Thanks a lot! The directory had wrong permissions set. I had only looked at the permissions on the file. Now everything works great! Paal Arne Hoff > > > you should be able to find the mysql.sock file somewhere on your machine > (usually in /usr/local/mysql/mysql.sock), make sure the permission

Re: [PHP-INST] PHP4 and MySQL 3.23.33

2001-03-08 Thread Aaron Joseph Pagel
you should be able to find the mysql.sock file somewhere on your machine (usually in /usr/local/mysql/mysql.sock), make sure the permissions are set as 755 for both the mysql directory and the mysql.sock file, that fixed a similar problem on my server. On Thu, 8 Mar 2001, [iso-8859-1] Pål Arne Ho

[PHP-INST] PHP4 and MySQL 3.23.33

2001-03-07 Thread Pål Arne Hoff
Hi. I'm trying to install PHP4 and MySQL 3.23.33 on a Trusix 1.2 Linux system. I've used MySQL-3.23.33-1.i386.rpm, MySQL-shared-3.23.33-1.i386.rpm, MySQL-client-3.23.33-1.i386.rpm and MySQL-devel-3.23.33-1.i386.rpm from www.mysql.com. I've downloaded PHP-4.0.4pl1.tar.gz from www.php.net and compi

[PHP-INST] PHP4 Installation

2001-03-02 Thread Martin Klässner \(communtech\)
Hi there, can anybody help me ? I tried to install php4 als Apache Module. I tried to compile it as a static module (./configure --with-apache=../apache_1.3.17) but make on apache returned the following error message: ===> src/modules/php4 gcc -c -I../../os/unix -I../../include -DLINUX=22 -D

Re: [PHP-INST] PHP4 & Apache 1.3.9

2001-02-16 Thread Kai Schaetzl
> I have Apache 1.3.9 installed on my server and I am wanting to install PHP4. > Are there any known issues with PHP4 and Apache 1.3.9? > I can just tell you that it works, I did it with 4.0.2 pl1. Please do not use non-existing email addresses in a mailing list. Kai -- Kai Schätzl, Berlin,

[PHP-INST] PHP4 & Apache 1.3.9

2001-02-15 Thread Noone
I have Apache 1.3.9 installed on my server and I am wanting to install PHP4. Are there any known issues with PHP4 and Apache 1.3.9? I'll also be installing MySQL within the next couple of weeks. Any suggestions would be appreciated. Thanks Jeff -- PHP Install Mailing List (http://www.php.n

Re: [PHP-INST] php4 + oci8 (libclntsh.so.8.0 + libwtc8.so) problems

2001-02-15 Thread Thies C. Arntzen
On Thu, Feb 15, 2001 at 11:20:10AM -, John Kenney wrote: > I've tried to re-build the rpms for php (from the php-rpms-src) to include > oci8 support. The rpms seemed to be built ok, but when I try to install them > I get the following error message. > > error: failed dependencies: > l

[PHP-INST] php4 + oci8 (libclntsh.so.8.0 + libwtc8.so) problems

2001-02-15 Thread John Kenney
I've tried to re-build the rpms for php (from the php-rpms-src) to include oci8 support. The rpms seemed to be built ok, but when I try to install them I get the following error message. error: failed dependencies: libclntsh.so.8.0 is needed by php-4.0.1pl2-9 libwtc8.so is needed

Re: [PHP-INST] PHP4 on Win2k and IIS 5 security

2001-02-09 Thread Phil Driscoll
I've never come across your precise problem, however it might be worth checking file permissions on php4isapi.dll, php4ts.dll and php.ini and making sure that your web user (IUSR_MACHINENAME) has read access to the files - or as an initial test set read access for everyone. Check that your php4is

  1   2   >