Hello.
I am fairly new at linux but am learning fast. Here is my problem.
Specs on box:
166 MHz Dell tower
Debian Potato 2.2.7
Apache 1.3.28
I am trying to install PHP 4.3.2 on this machine and to work with apache.
However the PHP site has nothing for info under their docs section. It just
says
Upgrade to debian 3.0r1 to have libraries uptodate for php 4.3.2
and compile php 4.3.2 for your system. (if you are learning fast, try to
repackage php, it's not so hard)
You may find some unoffical package at http://apt-get .org.
B.
Michael Taekema wrote:
Hello.
I am fairly new at linux but
hi
there are many tutorials out there how to compile PHP under linux. to
use these extensions you first have to install them on your computer.
eg you have to install the gdlib for gd-support, the zlib for
tlib-support, oracle-drivers for oci8-support and so on. just take a
look at
http://at.p
Hi,
Newbie to LINNUX and never compiled source code yet.
Can somebody give me the step by step instructions on how to make/compile
PHP on LINUX (or sent me URL where to find such)
On my windows I have the following dll's included:
php_gd.dll
php_oci8.dll
php_sockets.dll
php_zlib.dll
And that s
Hi folks
I am trying to install php 5 (mind you I get the same problem with
4.3.2) with GD2 support for image manipulation. I am running Debian 3
with Apache2 and the GD2libs from debian. Whenever we try to call for
any image functions, we get a blank page returned. (in some cases the
html headers
I am using RH9 and have successfully installed php-4.2.2-17 via rpm (i386).
I am now trying to install php-mysql-4.2.2-17 and it comes up with a failed
dependency -
libmysqlclient.so.10 is needed. I have libmysqlclient.so.12 which I assume
is installed with php.
Why is it that it doesn't recognize
Hi, i installed zlib,libiconv,libxml (seems to
work),expat,sablotron,mysql,php
But PHP (4.3.3 RC1) and PHP5 always return me this message
Plese reinstall libxml >= 2.4.14
But i did install 2.5.7
One thing that bug me is that warnng message that i got will compiling
libxml
"libxml 2.5.7 compar
I would suggest you grab 2.0.44 as its much stabler than .43 on win32 ...
regardless..
there is nothing wrong with your LoadModule line assuming the path is
correct
try sticking a copy of php.exe and php4ts.dll into your /sapi folder
Regards,
Simon
<[EMAIL PROTECTED]> wrote in message [EMAIL PR
Hello Everyone,
I am running Apache 2.0.43 on Windows 2000 Professional, and attempting to
run a PHP 4.2.3 installation.
I attempted to add the following three lines of code to my httpd.conf as
stated in my php tutorial book:
LoadModule php4_module c:/php/sapi/php4apache2.dll
AddType applicat
Hi all,
I have a hard time to install the php-4.2.1 on Solaris 8 machine.
When I type make I get this message below:
zend.h:55:19: unix.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `zend_language_parser.lo'
Current working directory /apps/php-4.2.1/Ze
Apache works without PHP, but when I try to start it with PHP as a server module, it
says:
Can't locate API module structure 'php_module' in file
c:/php/sapi/php4apache.dll: (127) The specified procedure could not be found
I've studied the archives and tried various things, but no luck. I remo
I give up.
I've been trying to get PHP installed as a module with
Apache 2.0.43. I want to install it on my laptop
strickly for development purposes. Here's what I'm
doing:
The actors:
RedHat 7.3
PHP-4.3.0
Apache-2.0.43
The Stage:
HP OmniBook XE3
800MHz and some other stuff.
The scenario:
I in
In mid-December I asked about installing php on an AIX system, I was having
trouble when I got to the 'make install' command, essentially the
libphp4.so was not being created in the ./libs directory of the php install
source, and the 'make install' was failing because it couldn't copy this
into
In RedHat 8.0, you can use RPM to remove the PHP
coming with it. Then download the PHP source,
configure ti with something like:
./configure --with-apxs2=/path/to/apxs
--prefix=/path/to/php
make
make install
Then restart Apache. It will warn you that php module
has already been loaded and skip. J
hi,
well, i downloaded PHP 4.2 and i am using redhat 8.0.
my question is how could i remove "uninstall" the php that came with the
redhat? and when i install php again where should i install it to "path"?
and would my httpd recognize it or do i have to change something in
httpd.conf?
Thanks
I tried this and end with the same results, is it the shtool that creates
the libphp4.so in the libs directory? It seems like it's not getting
created there, and so can't be copied ?
At 04:33 PM 12/13/2002 -0700, Jim Thome wrote:
It appears like the extension for shared libraries on AIX is .a (
It appears like the extension for shared libraries on AIX is .a (depends on your
version of AIX; the new linker in AIX release 4.2.1 is .so).
To hack the apxs...
On line 116 of the apxs script in Apache 1.3.26:
Change: my $dso_ext = "so";
To: my $dso_ext = "a";
On line 381:
Change: $d =~ s|\.s
As far as I can tell it's .so - what would I change in the apxs script from
so to sl, if it does turn out that it's sl?
At 03:04 PM 12/13/2002 -0700, Jim Thome wrote:
What suffix does AIX use for shared libaries? .sl or .so? If it's
something other than .so, you will have to hack your apxs scr
What suffix does AIX use for shared libaries? .sl or .so? If it's something other
than .so, you will have to hack your apxs script to change it to whatever your system
needs. (Just search apxs for .so; it is only in two places in newer apxs scripts).
After changing your apxs script, run mak
I'm trying to install php on an AIX server. I use the folling configure
command:
configure --with-apxs=/usr/local/apache/bin/apxs
--with-oci8=/u01/app/oracle/product/8.1.6 --prefix=/usr/local/apache
Which works. Then I run a make, and that also completes. But when I run a
'make install' I
I'm new to the Linux world and was wondering if someone could provide me
with a step by step walkthrough for installing PHP and MYSQL. I have a
RedHat 8.0 system running and apache is working great.
Thank you.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www
Hi,
I've been trying to install PHP 4.2.3 with IMAP and some other options and
for some reason IMAP will not install. Configure works fine, make works
fine, make install works fine, No fatal errors anywhere. but then when I
run phpinfo() there is no IMAP section. I'm trying to build on RedHat 7
Remove the switch --with-apxs and recompile to get the PHP binary.
>>> "GoodnGo.de (R) Zentrale" <[EMAIL PROTECTED]> 09/23/02 06:30AM >>>
Hello Master of PhP,
I am a perl hacker, so don t yell on me.
I want to run php scripts and install PHP as a CGI Interpreter.
I am running RedHat 7.3, apac
Hello Master of PhP,
I am a perl hacker, so don´t yell on me.
I want to run php scripts and install PHP as a CGI Interpreter.
I am running RedHat 7.3, apache 1.3.23 and downloaded
php-4.1.2-7.3.4.src.rpm for compiling of a
php 4.1.2 kernel source.
After compiling php with the flags:
./config
Hello Master of PhP,
I am a perl hacker, so don´t yell on me.
I want to run php scripts and install PHP as a CGI Interpreter.
I am running RedHat 7.3, apache 1.3.23 and downloaded
php-4.1.2-7.3.4.src.rpm for compiling of a
php 4.1.2 kernel source.
After compiling php with the flags:
./config
What are the latest known to be working versions of gd and libpng which
one should compile php 4.2.3 with ?
(so far tried gd 1.8.4 / 2.0.1 and libpng 2.1.4 / 1.0.14 - aways fails
on imagecreatefrompng)
thx dave
David Herring wrote:
>
> Done some investigation.
>
> If you remove the "
Done some investigation.
If you remove the " --enable-debug "" from the configure line below it
will build and install okay. But then I hit the problem that I hoped
4.2.3 would address - ImageCreateFromPNG get a segV ever time I call it.
Any ideas on this ?
Thanks Dave
David Herring wr
I get the same error with apache 2.0.40... so what's wrong with my php
compile ?? Under Suse 8.0 with the following config options:-
./configure --enable-debug \
--with-mysql=/usr/local/mysql \
--with-gd=/usr/local/gd-1.8.4 \
--with-png-dir=/usr/lib \
Installing PHP 4.2.3 under apache 1.3.26 gibes me the following error
when trying to start apache:-
# /usr/local/apache/bin/apachectl start
Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server:
/usr/local/apache/libexec/li
In case no one has replied,
They mean where you installed Apache from, not where you are installing
Apache to. This is assuming you are also installing Apache from source
and compiling it yourself. The php installs a directory under the apache
source tree with the php module in it. When you com
"http://www.php.net/manual/en/print/faq.build.php#faq.build.Apache"; says:
Compile PHP by first running ./configure --with-apache=//apache-1.3 (substitute
for the actual path to your apache-1.3 directory.
does this mean the directory of the PHP source, future binary, or the data for the web
p
OS AIX 4.3
when I make I get the following error. Any help would be greatly
appreciated.
Making all in apache
/bin/sh /usr/local/php-4.2.2/libtool --silent --mode=compile
cc -I. -I/usr/local/php-4.2.2/sapi/apache -I/usr/local/php-4.2.2/main -I/us
r/local/php-4.2.2 -I/usr/lpp/HTTPServer/
I keep getting an error on my MacOS X server. I have Apache 2.0 and
MySQL installed without a problem. I get to the end of running the
installer and it says there is an error. Making this problem worse is
the error message flashes to fast to actually see what it is, and there
is no log file.
How do I do it? Anybody that knows about a windows manual? The ones I can
find are for Unix / Linux only.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t; To: <[EMAIL PROTECTED]>
> Sent: Monday, August 12, 2002 5:11 PM
> Subject: [PHP-INST] Installing PHP on Windows XP Home and Apache
>
>
> Hi,
>
> I have followed the instructions in install.txt that came with the PHP
files
> which can also be found here...
> htt
Hi,
I have followed the instructions in install.txt that came with the PHP files which can
also be found here... http://www.php.net/manual/en/installation.php but when I try to
view an .php page I only get the html parts of it. There is no error message at all,
its just that the bits inbetwee
Disregard my last message, it's done now. he he.
Thank you very much
Ryan
- Original Message -
From: "Ryan Adorable" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 04, 2002 4:53 PM
Subject: Re: Re: [PHP-INST] Installing php 4.2.2 with apa
I got this new error:
make[1]: Entering directory `/usr/www/php-4.2.2'
/bin/sh /usr/www/php-4.2.2/libtool --silent --mode=link
gcc -I. -I/usr/www/php-4.2.2/ -I/usr/www/php-4.2.2/main -I/usr/www/php-4.2.2
-I/usr/www/include -I/usr/www/php-4.2.2/Zend -I/usr/www/imap-2002.RC2/c-client
-I/usr/db/
Hi,
In file "" change macro name to AP_MODULE_MAGIC_AT_LEAST
This should be done because Apache developers have changed this name in
version .39.
Georgy.
Quoting Ryan Adorable <[EMAIL PROTECTED]>:
> Hi,
>
>I got this configure line:
>
>
>
>
> ./configure --with-apxs2=/usr/www/bin/ap
Hi,
I got this configure line:
./configure --with-apxs2=/usr/www/bin/apxs --with-imap=/usr/www/imap --with-
mysql=/usr/db --with-gettext --with-zlib
Now when I issue the make command, I got this error:
/bin/sh /usr/www/php-4.2.2/libtool --silent --mode=compile
gcc -I. -I/usr/www/ph
Hi,
I've installed apache 2.0.39 on a Redhat 7.2 box. i've 'enabled-so' while
installing. Now i'm trying to install php, make is throwing up this error :
"php_functions.c:93:27: missing binary operator before '!' " Can someone
tell me why this is happening ? I used this line to configure php ..
.
I'm in a process of installing php-4.2.1 on my Solaris 8 UNIX server.
I have Apache 1.3.26 installed as well.
First I run ./configure script:
./configure -with-oci8=$ORACLE_HOME/bin -with-apache=/myapps/apache_1.3.26
-enable-track-vars
When I run make I get 'make: Fatal error: Command
Carlos,
You will need to tell us exactly how it is not working. What error
messages, what platform.
I think php support for apache 2 is still experimental (though some
people have it working) so I assume you really need apache 2 and not 1.3.x
HTH
Chris
carlos silva wrote:
>I have a problem!
I have a problem!
I cant make work PHP with Apache .
php is : php 4.2.1
apache is :Apache 2.0.3
and MYSQL is :MYSQL-MAX- 3.2
I need some help , i need to know how install PHP to make work with apache .
best regards
The option to use is :
--with-apxs2=/path/to/apxs
B.
Le lun 24/06/2002 à 10:57, Dapid Candra a écrit :
> Hello,
>
> I am trying to install PHP 4.2.1 and Apache 2.0.39 and I want to configure
> PHP to run as mod_php.
>
> Is anyone have a step-by-step installation documentation on this? I tried
Hello,
I am trying to install PHP 4.2.1 and Apache 2.0.39 and I want to configure
PHP to run as mod_php.
Is anyone have a step-by-step installation documentation on this? I tried
./configure PHP using --with-apache, but I received
'configure: error: --with-apache does not work with Apache 2.x!'
I am running into some problems trying to install PHP 4.2.1 ISAPI version on
Windows 2000 Advanced Server w/ SP2. I can get the base install working just
fine, but when I try to load an extension (any externsion), I start getting
500 errors and the occasionally the following:
"Invalid access to m
NC> Actually all of the stuff on that page is for Apache 1.3.x (or so it
NC> appears). I need it for the new Apache 2.x.
Yeah, well, I tend to write tutorials for non-experimental things. :)
- Julie
--> Julie Meloni
--> [EMAIL PROTECTED]
--> www.thickbook.com
Find "Sams Teach Yourself MySQL
Actually all of the stuff on that page is for Apache 1.3.x (or so it
appears). I need it for the new Apache 2.x.
-Nick
Julie Meloni wrote:
> NC> Well, this is okay - if you're a windoze user. I'm not a Windoze user,
> NC> I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks,
>
NC> Well, this is okay - if you're a windoze user. I'm not a Windoze user,
NC> I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks,
NC> anyway!
Actually, this link:
http://thickbook.com/extra/index.html?t=in
Contains a tutorial called "Setup and Install Apache with PHP 4.2.1 as
Well, this is okay - if you're a windoze user. I'm not a Windoze user,
I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks,
anyway!
--Nick
toby - wrote:
> someone mailed me this link few days bak ...
> worked fo me
> hope it works fo u too .
>
> http://thickbook.com/e
I'm wondering if someone can help me compile PHP and then Apache with
PHP support. I used the --with-apxs2 option when configuring PHP, but
I'm a little bit lost after that point.
Thanks!
--Nick
--
You can't make a difference until you are willing to be different.
--
PHP Install Mailing Li
.. which Sybase Database System would you like to connect to ...
Sybase ASA or the big on Sybase ASE?
Greetings,
Stefan Siefert
-Ursprüngliche Nachricht-
Von: Vivek Kumar Agrawal [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 20. Mai 2002 09:20
An: PHP Install
Betreff: [PHP-INST] Installing PHP
Hi All,
Can somebody tell me how to install
PHP with Apache and Sybase on Suse linux.
It would be great help for me.
Regards,
Vivek
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
./configure --with-mysql --with-apxs=/path/to/apxs(unless it's installed
globally. ie /usr/bin/apxs)
On Sat, 2002-05-18 at 13:51, Erik wrote:
> hi,
>
> when i run /usr/local/apache/bin/httpd -l mod_php4.c isn't listed i
> already
> added
>
> AddType appalication/x-httpd-php .php to httpd.conf
hi,
when i run /usr/local/apache/bin/httpd -l mod_php4.c isn't listed i already
added
AddType appalication/x-httpd-php .php to httpd.conf
but php doesn't work correctly
./configure --with-mysql
i would like php as apache module (it works beter) is there a linux "guru"
around who can explain thi
Rodney,
If its the same as prevous versions, its the file called INSTALL in the
top level of the source directory.
HTH
Chris
Rodney S. Foley wrote:
>Can someone help me.
>
>I have been looking for a walk through/tutorial to help me get PHP 4.20
>setup on my linux box running RH71. I setup PH
Can someone help me.
I have been looking for a walk through/tutorial to help me get PHP 4.20
setup on my linux box running RH71. I setup PHP on my NT Box with out
any issues but I was able to get the binaries from php.net. Php.net
does not have binaries for linux. Just the source code. I was
Hello,
I'm trying to install PHP 4.2.0 with Apache 2.0.36 as a DSO. I'm using
"--with-apxs2=/route/to/apache2/bin/apxs" when I compile PHP, but when
Then, I load the module into Apache. And when I try to start Apache,
it dies instantly, and the logs remains empty !
Can anyone help me?
--
Sergi
Hi all,
working with my website I have ofund it would be practical to be able to run PHP from
the command-line.
This would be nice when it comes to writing "at"-jobs etc, where now I have to use
PERL. It would be so much easier to do that kind of work if I could just write it in
PHP.
I have he
- Original Message -
From: "Brett Moyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 30, 2002 4:56 PM
Subject: [PHP-INST] Installing PHP on Win98 with PWS
> Can anyone help I followed all inst. in the books I have and in the dl
> docu
Can anyone help I followed all inst. in the books I have and in the dl
documents that came with Php but when I try a page it bombs
Brett Moyer
407-851-7913
[EMAIL PROTECTED]
Hi Mindaugas,
> i've got a problem configuring php-4.1.1 on my pc with win98.
> i've installed
> apache server already and as it's very strange, i can not find any *.dll
> files
> on my c:/php/ directory. does anybody know how to configure and end-up
> installin' php-4 succesfully?
The dlls are
hello
i've got a problem configuring php-4.1.1 on my pc with win98. i've installed
apache server already and as it's very strange, i can not find any *.dll
files
on my c:/php/ directory. does anybody know how to configure and end-up
installin' php-4 succesfully?
tanks
mg
--
PHP Install Maili
I need to know how to install PHP on Novell NetWare 6 with Apache. The
appache server is already installed but how can I compile PHP on NetWare
for Apache ? You can reply to by e-mail ([EMAIL PROTECTED]) or in this
group. Thank for help.
--
PHP Install Mailing List (http://www.php.net/)
To unsu
I haven't modified the lmhosts file. I am running a local network using
TCP/IP. Got Apache intro page to show up in the browser, no problem there.
But PHP files not working.
Does the install have to be to the OS directory?
> I had this problem on my PC after I modified the lmhosts file.
> Now I
I had this problem on my PC after I modified the lmhosts file. Now I just 127.0.0.1
and it works just fine.
>Hi,
>
>I'm running Win2000. I installed MySQL 3.23.47, Apache 1.3.22 and PHP 4.1.1.
>
>MySQL and Apache are running just fine. However, I can't seem to get PHP
>scripts to work on "localh
Hi,
I'm running Win2000. I installed MySQL 3.23.47, Apache 1.3.22 and PHP 4.1.1.
MySQL and Apache are running just fine. However, I can't seem to get PHP
scripts to work on "localhost" even though I've made the appropriate edits
to the httpd.conf file as specified in the installation instruction
> Then I reinstalled PHP, and then it didn't work then either!
>What could possibly be the problem? Any one know how to install it
>correctly?
You need to install MySQL then PHP and then Apache.
Take a look at www.devshed.com click serverside and look for an article
about installing those to
Hi
I got a "problem". I've got an older i586 machine which I am running Red Hat
Linux 6.2 on (nothing better doesn't work).
Yesterday, I installed Apache, MySQL and so on (the machine is going to run
as an webserver). And then I installed PHP 4.1.1. I ran Apache, and tested
it out. Then it only v
> Well, I am trying to install PHP4 in a Sun Sparc with Solaris 8
>
> 1) I unpacked the source files of php4 and there wasn't the "setup" file!
> Where could I find it?
>
> 2) I tried with
>
"./configure --prefix=/export/home/php --with-apache=/usr/local --with-mysql
>-
I really have no idea where to start, and am looking for someone that knows
exactly what they are doing to install PHP on one of my servers.
Does anyone have an idea where I could go to find someone to do this for me,
as I just don't have the time to screw around with it.
Thanks
Chris
--
PHP
Hi:
Newbie here. I'm getting ready to do a custom install of PHP on a Pair
Networks FreeBSD server. I've never done a Unix/Linux install before, so
I'm confused about something.
How do we tell PHP which SMTP server to use? For Windows systems, it tells
you to put an entry in the php.ini file.
Hello to all,
I would like to know where can I get a
step by step instalation process for the
php under linux red hat 7.0 I am having
problems installing it I have tried several
things and nothing.
Juba
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECT
Can someone help me with how I would install PHP on a Gateway microserver.
I am led to believe that the microserver is a rebadge of the Cobalt Cube 2.
Gateway are no longer present in Australia and their Technical support folk
have no idea (Australian).
Many thanks
Stephen
--
PHP Install Ma
Hello all,
I recently installed php 4.0.6 on AIX 4.3.3.0 using Phill's document
posted to this list on 05.08.2001 (life saver) and would like to repost it
with some corrections. The corrections may be obvious to some but it kept
me up for a *long* time. The problems i found were in step 6 and 7
Hello all,
I recently installed php 4.0.6 on AIX 4.3.3.0 using Phill's document
posted to this list on 05.08.2001 and would like to repost it with some
corrections. The corrections may be obvious to some but it kept me up for
a *long* time. The problems i found were in step 6 and 7 .
\${wl} -bI:
Hi folks,
I'm trying to install php (php406-installer.exe) under a German version of
Win98 and PWS.
The exe prog was supposed to do everything automatic. When I tried to run a
php file in MSexplorer I got an Error 404 Message (In German - My
translation)
403.1 Forbidden performance access forbid
Hi again...
THAT'S FOR SOMEBODY THAT HAS MY PROBLEM...
The file i mentioned in my last post, is an Apache-MySQL-PHP combo that
includes phpMyAdmin (everything is configured and it works... even in NT)
The problem (It seems only happens in NT) is the next:
in the httpd.conf file you need to set
ThanX for your help, Phill
I resolved it ;)
It seems that it's some wrong with NT and PHP (I've talked with another
person that had the same problem)...
If someone has this problem, you can make it work downloadin PHPTriad,
available in www.phpgeek.com
ThanX again, Phill...
It's working
aLmA
On Thursday 26 July 2001 22:30, aLmAgEdOn wrote:
> when i run php hola.php, it shows the right lines, but when i run it with
> my browser, it gives a 500 error... an in the error log, appear these
> lines:
>
> [Thu Jul 26 11:10:17 2001] [error] [client 127.0.0.1]
> c:/servers/server1/php/hola.php
really thanks for your help...
I did what you said... my httpd.conf has now these lines (may i have an
incorrect apache version? i've got 1.3 and php asks for 1.3.x):
ScriptAlias /php/ "C:/servers/server1/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
w
On Thursday 26 July 2001 02:15, aLmAgEdOn wrote:
> Hi everyone...
>
> I'm really a newbie in PHP. I've got Perl running in Apache (NT 4,
> workstation), and i want to install PHP 4 (binary) too.
>
> These are the lines i added to httpd.conf
>
> ScriptAlias /php/ "C:/servers/server1/php/"
> AddType
Hi everyone...
I'm really a newbie in PHP. I've got Perl running in Apache (NT 4,
workstation), and i want to install PHP 4 (binary) too.
These are the lines i added to httpd.conf
ScriptAlias /php/ "C:/servers/server1/php/"
AddType application/x-httpd-php .php
LoadModule php4_module c:/php/sapi
I'm on a box that already has php installed as an Apache mod, but it's
lacking the compile options that I desire. So, I can't recompile the
module, i have to make my own local version of php with the options i want.
Well, to just start out, I thought that I would just do a normal install,
with de
> hm, did you (in ISAPI) enter php.exe %s %s ? Cause if you do not so (e.g.
> only php.exe) this could be the reason for this error ... :-)
Hmm i tried entering as CGI [PATH]\php.exe %s %s then I got the CGI
Error In ISAPI I tried it now with [PATH]\php4isapi.dll %s %s now I get
the error me
]
Betreff: [PHP-INST] Installing PHP 4.0.6 on IIS5 under W2K
Hi,
I have a small problem with my installation. If I install PHP as CGI Skript
like the install.txt I always get
the cgi application misbehaved by not returning a full set of http headers,
the headers it did not return are:
If I install it
Hi,
I have a small problem with my installation. If I install PHP as CGI Skript
like the install.txt I always get
the cgi application misbehaved by not returning a full set of http headers,
the headers it did not return are:
If I install it with ISAPI I always get:
Warning: Failed opening 'C:\
- Original Message -
>From: "Peter Mosinskis" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
>Sent: Wednesday, April 18, 2001 4:25 PM
>Subject: Re: [PHP-INST] Installing PHP 4.0 on Windows 2000
&
d by not returning a complete set of
HTTP headers. The headers it did return are"
Any ideas?
--Peter
>List: php-install
>Subject: Re: [PHP-INST] Installing PHP 4.0 on Windows 2000
>From: "Michael C" <[EMAIL PROTECTED]>
>Date: 2001-04-18 2:53:48
>[
Ricardo:
I just downloaded and installed PHP on Windows 2000 with IIS 5.0. It works
great!
Here is the URL: http://www.php.net/manual/en/install-windows.php
Let me know if that helps
Thanks
Mike
""Ricardo Granja"" <[EMAIL PROTECTED]> wrote in message
9bitbp$t4c$[EMAIL PROTECTED]">news:9bit
I need to know all the instructions for installing PHP 4 on IIS in Windows
2000. I try the instructions that came with the product but when I try
execute a script the browser only display the code of the script:
Regards,
Ricardo Granja
[EMAIL PROTECTED]
--
PHP Install Mailing List (http://
An: [EMAIL PROTECTED]
Betreff: [PHP-INST] Installing PHP as an Apache DSO
I'm trying to Installing PHP as an Apache DSO.
To install Apache I'm runing:
./configure --prefix=/www --enable-module=so
make
make install
After this I'm going to install PHP 4 with this commands
./configu
I'm trying to Installing PHP as an Apache DSO.
To install Apache I'm runing:
./configure --prefix=/www --enable-module=so
make
make install
After this I'm going to install PHP 4 with this commands
./configure --with-apxs=/www
and after this command I get the error message:
1. Perl is not ins
Hi,
I would appreciate any help on this subject as it has been driving me crazy.
I have :
1)php-4.0.4pl1 (tar)
2)MySQL (4 rpm's) 3.23.35-1.i386
3)Redhat Linux 6.2
4)Using mod_auth_mysql in the apache httpd.conf
I have rpm - i installed MySQL no problem.
I then have to use the
>Hi,
>...
>
>Also, if I install PHP, will that cause any problems running ASP still?
I don't think so. PHP musst also run in a runable directory of the PWS
unter wwwroot.
Don't forget the phpinterpreter. I think ASP is handled by PWS itself.
Regards,
Ruprecht
--
PHP Install Mailing List (ht
e la part de
Jani Taskinen
Envoyé : mercredi 14 mars 2001 18:22
À : Damien Lièvre
Cc : [EMAIL PROTECTED]
Objet : Re: [PHP-INST] installing PHP with-apxs with-oci8 --with-oracle
onLinux
On Wed, 14 Mar 2001, Damien Lièvre wrote:
>I've successfully installed PHP4 on Linux, Apache with-apxs,
On Wed, 14 Mar 2001, Damien Lièvre wrote:
>I've successfully installed PHP4 on Linux, Apache with-apxs,
>
>I wanted to add support for Oracle ,
>
>I' ve installed Oracle Client (8.1.7), SQL+ works fine,
>I've executed :
>./configure --with-apxs=/usr/local/apache/bin/apxs --with-oci8=/home/oracle/
I've successfully installed PHP4 on Linux, Apache with-apxs,
I wanted to add support for Oracle ,
I' ve installed Oracle Client (8.1.7), SQL+ works fine,
I've executed :
./configure --with-apxs=/usr/local/apache/bin/apxs --with-oci8=/home/oracle/
OraHome1 --with-oracle=/home/oracle/OraHome1
make
Hi,
Does anyone have a link handy (or some simple instructions) that
shows how to install PHP on a Personal Web Server that's running on
a Win98 machine?
Also, if I install PHP, will that cause any problems running ASP still?
Thanks,
Chris Tifer
http://www.emailajoke.com
--
PHP Install Mai
1 - 100 of 108 matches
Mail list logo