I've installed successfully on Solaris 2.8 + Oracle with following:
./configure --with-apache=../apache_1.3.27 --with-oci8=/path/to/oracle/9.0.1
--with-oracle=/path/to/oracle/9
.0.1 --with-mysql=/path/to/mysql
Does this help?
If your running a 32 bit compiler, you'll need to modify the Makefil
Unfortunately not. I was hunting all over the internet and came upon this
information in another posting area kind of like this one. I tried what was
suggested, and it worked. At this point I quit worrying about it. If I find
it again I will post it.
Jacob Marble wrote:
> This is
> > version 4
The msi file is all that is needed. It will write over anything that was there
previously when you run it so don't worry about deleting the files there before.
Acorn Tutors wrote:
> Can anyone suggest how to install php on WinXP pro and make it work. Can
> anyone help me with what extensions need
The latest version of PHP works on Windows XP (that is what I have). This is
version 4.3.2RC1 (the one before it had a defective file that made me crazy for
a week). I have Apache 1.3.22 as a server (which is free if you don't have it).
Copy and modify the php.ini-recommended and rename it to php.i
Try it again using --with-oci8=/opt/oracle/product/9.0.1 , instead of
Oracle.
I get the same error.
Also, check your apxs script against this page.
http://us2.php.net/manual/en/faq.build.php#faq.build.apxs
I had been building PHP as a static module, so I did not have an apxs
script.
But jus
Try it again using --with-oci8=/opt/oracle/product/9.0.1 , instead of Oracle.
(if you have already defined ORACLE_HOME, just use --with-oci8.)
Also, check your apxs script against this page.
http://us2.php.net/manual/en/faq.build.php#faq.build.apxs
--
Jim
>>> John Brayton <[EMAIL PROTECTED]> 01
hi chir
i ve never worked with linux but heres a shot at ur problem
1. did u uncomment
extension=php_gd.dll
2. u need two more liberaries jpeg and tiff
get them
3. do
--with-gd
--with-jpeg-dir=C:\WINNT\system32\inetsrv\php\libjpeg
--with-tiff-dir=C:\WINNT\system32\inetsrv\php\tiff
change the C
D]>,
> "'Timothy Hitchens (HiTCHO)'" <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> X-Spam-Status: No, hits=-4.4 required=7.0 tests=IN_REP_TO version=2.20
> Subject: RE: [PHP-INST] PHP Install Problems W/FrontPage
>
> You need to do a cvsup on yo
[EMAIL PROTECTED]]
> Sent: Monday, 13 January 2003 8:43 AM
> To: Timothy Hitchens (HiTCHO)
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PHP-INST] PHP Install Problems W/FrontPage
>
>
>
>
> My own compile, both Apache and PHP. The ports
t;[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> X-Spam-Status: No, hits=-4.4 required=7.0 tests=IN_REP_TO version=2.20
> Subject: RE: [PHP-INST] PHP Install Problems W/FrontPage
>
> Did you install using ports/packages or your own compile under FreeBSD??
>
>
> Timothy Hitchens
Did you install using ports/packages or your own compile under FreeBSD??
Timothy Hitchens (HiTCHO)
Open Platform Consulting
e-mail: [EMAIL PROTECTED]
> -Original Message-
> From: Martin DiViaio [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 13 January 2003 8:05 AM
> To: [EMAIL PROTECTED]
>
I think your Apache ./configure is missing a parameter in order to use php as a DSO,
which it
looks like your trying to do. Try
./configure --prefix=[path] --enable-module=so
where [path] is where you want the apache installation to go.
New at this, just a supposition, worked for me :).
Mike
r 23, 2002 5:24 AM
To: M. Ben Nicolas
Cc: John Coder; [EMAIL PROTECTED]
Subject: RE: [PHP-INST] PHP install problem, engine not parsing php
files
If your trying to compile the PHP binary instead of building it
into PHP, you need to drop the --with-apache line and add something
like:
--prefix=/
php from the command line it's like nothing gets installed,
> I wipe config.status too before I try to re-install
>
> -Original Message-
> From: John Coder [mailto:jcoder@;insightbb.com]
> Sent: Tuesday, October 22, 2002 1:40 PM
> To: [EMAIL PROTECTED]
> Subjec
tatus too before I try to re-install
-Original Message-
From: John Coder [mailto:jcoder@;insightbb.com]
Sent: Tuesday, October 22, 2002 1:40 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] PHP install problem, engine not parsing php
files
On Mon, 2002-10-21 at 22:45, M. Ben Nicolas wro
Try in httpd.conf
LoadModule php4_module C:/Php/sapi/php4apache2.dll
AddType application/x-httpd-php .php .phtml
JMC
-Message d'origine-
De : Tarabusi,Attilio,MILANO,HQ [mailto:[EMAIL PROTECTED]]
Envoye : vendredi 4 octobre 2002 15:41
A : [EMAIL PROTECTED]
Objet : [PHP-INST] PHP Install
yeah & what do u need help with? that don't tell us anything try
looking at the manual
> -Original Message-
> From: Ajit Muduli [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 16 September 2002 10:13 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP Install
>
>
>
> OS:Windows 2000
> WS
try replacing double qoutes with single qoutes thru ur form
:S
might work .
good luck
toby
_
Send and receive Hotmail on your mobile device: http://mobile.msn.com
--
PHP Install Mailing List (http://www.php
You really didn't say what wasn't working... leaving alot of faith to the
Fates I guess?
I would guess your register_globals is off without even knowing the problem.
Turn it on in php.ini and restart IIS services.
Best,
Matthew Kurowski
- Original Message -
From: "Serei Keo" <[EMAIL P
Hi Mark,
So ANY php file does this, or just that install script you tried?
You should have a few lines in your Apache configuration (httpd.conf)
referring to PHP (just do a search for them in a text editor). Please
copy-and-paste them here, along with the current full paths you are using
for the
I get this error after running this:
./configure --with-mysql --with-apxs=/nim_svr/u01/oracle/product/7.1.7/Apach
e/Apache/bin/abxs
configure: error: can not find source in . or ..
I get that error no matter what the configure options are. I tried it with
out options too. Any ideas?
"T Chur
Well let me know if you can get it to work, as that's something I've been
interested in.
Jonathan Kaufman
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
The in
Shaun
If apache is already installed that's okay. The important thing is to
carefully read the information in the 'INSTALL' file where you unpacked
PHP - particularly the bit about 'DSO' and testing whether your installation
of the web server supports this. If all is okay then you can start you
As far as *I* know (your milage may vary) as long as Apache has mod so
enabled (do a httpd -l, if it lists mod_so.o and...core.o) you should be
able to compile php as a DSO (Dynamic module) using apxs. (See apache
installation documentation for more information)
A simple configure would be (for
Well, I just went ahead and did it without specifying a /path/to/dir:
pushd apache_mod_php-6-2
./configure --with-xml --with-zlib --with-apxs=/usr/sbin/apxs
--with-mysql
(configure exited fine, but gave me the warning that I was using PHP's
built-in MySQL library and that later modules added wo
Sorry I made a mistake here! The entries are in fact in the httpd.conf file
and not the php.ini
"Phil Driscoll" <[EMAIL PROTECTED]> wrote in message
01080612552009.15407@linux">news:01080612552009.15407@linux...
> On Monday 06 August 2001 11:14, Farawak wrote:
> > I am using Apache server 1.3.20
On Monday 06 August 2001 11:14, Farawak wrote:
> I am using Apache server 1.3.20 on a NT4 box with php-4.0.5. Apache server
> starts but when i try to go the test.php through a web browser i get
> prompted with the download this file box when i should be getting the page.
> I know this has to do w
On Monday 30 July 2001 13:22, Nic Skitt wrote:
> I am having problems installing the ISAPI version of PHP. I am using the
> latest release from php.net.
You are strongly advised in the install.txt file that the ISAPI module is
unstable. The 'invalid access to memory location' error is one manife
- Original Message -
From: "Andrew Apold" <[EMAIL PROTECTED]>
> At 05:46 PM 7/8/01 -0700, Bob Luhouse wrote:
> >I have installed MySQL, Apache, and PHP. When I run
> >the phtml file from Netscape Navigator, I get the text
> > instead of the phpinf function output.
>
> um... isn't that p
At 05:46 PM 7/8/01 -0700, Bob Luhouse wrote:
>I have installed MySQL, Apache, and PHP. When I run
>the phtml file from Netscape Navigator, I get the text
> instead of the phpinf function output.
um... isn't that phpinfo?
regardless, even if it were you should get a php error
not straight text i
Thanks..
Kou
-Original Message-
From: Jani Taskinen [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 22, 2001 11:43 AM
To: Srimoungchanh, Kou
Cc: '[EMAIL PROTECTED]'
Subject: Re: [PHP-INST] PHP install on to Apache problem.
Do not use 'apachectl restart' use 'a
Do not use 'apachectl restart' use 'apachectl stop ; apachectl start'
instead.
--Jani
On Thu, 21 Jun 2001, Srimoungchanh, Kou wrote:
>Hello all,
>
>I tried to install Mysql, which installed fine. Then I tried to install
>PHP4, but when I tried to restart the apache server, it fails.
>
>I am
32 matches
Mail list logo