First, restart apache (or the machine).
Second, change it to:
On Mon, 2003-06-23 at 11:14, Jose Manuel wrote:
> I have installed PHP 4.3.1 with Apache 1.3.23.
> PHP was compiled with
>
> #./configure --with-mysql --with-apxs
> #make
> #make install
>
> I have tested the file info.php and s
> -Original Message-
> From: Marco Botros [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 29, 2002 6:16 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] installation
>
> Any body out there available to help!.
I think you need to be more specific. What do you need help with and what
pierre
a silly lil thing but i waz stuck with it fo 2 days :$ .
r u saving ur .php file with in double qoutes
like "phpinfo.php"
try it
good luck
toby ..
_
Join the worlds largest e-mail serv
Tom wrote:
> Also do you know when I can find an Oracle oci8
> driver dll for PHP? Thanks.
http://www.php4win.de used to have it. I just went there though and they
still don't have the new website up. I'll check around at home but I haven't
used Oracle (last on my Netware box) for a long ti
One other thing... make sure you _have_ the extensions... the windows
installer thing gives you very little - no extensions per my recollection.
If you don't download the zip and extract it's contents to c:\php.
Best,
Matthew Kurowski
--
PHP Install Mailing List (http://www.php.net/)
To unsubs
I have done all those things but it is displaying the same error
-Uma
--
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]
Uma --
Can you connect from the command using mysql dbname -u -p
My connect function looks like this:
David
"Uma Shankari T." wrote:
>
>
>
> I have installed php sucessfully.But while trying to connect with mysql it
> is giving fatal error.This error is coming due to mysql problem or
> wha
Hello Dave,
The most frequent cause of this can be found in your httpd.conf file in the
followinf locations:
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
DirectoryIndex index.html index.htm index.php de
> Thanks for your quick response. I knew it was probably something simple
> like this that I just didn't understand. This is another daft question,
> but I'm not sure how to run ldconfig. When I typed "ldconfig" from the
> command line in the /etc directory, nothing appeared to happen, and is it
>
Thanks for your quick response. I knew is was something simple like this
that I just wasn't getting right. This is daft, but when I ran "ldconfig"
on the command line in the /etc directory earlier today, nothing seemed
to happen, and is it "ldconfig" or "run ldconfig". Again, thanks! Lawonna
In a
Thanks for your quick response. I knew it was probably something simple
like this that I just didn't understand. This is another daft question,
but I'm not sure how to run ldconfig. When I typed "ldconfig" from the
command line in the /etc directory, nothing appeared to happen, and is it
"ldconfig
> I'm getting a syntax error that says apache can't load libphp4.so into
> the server because it cannot load libmysqlclient.so.10 as a shared object
> file. libmysqlclient.so.10 is on the system at
> /usr/local/mysql/libmysqlclient.s0.10, but I don't know how to tell
> Apache where to find it. Can
On Wednesday 05 September 2001 1:31 pm, Brad Harriger wrote:
> After commenting out the Action application line, I'm asked what
> application I would like to open the file with.
Sorry - I just don't know enough about apache on Windows to help here. Maybe
if you ask on the php-win list someone mi
After commenting out the Action application line, I'm asked what application I
would like to open the file with.
Phil Driscoll wrote:
> On Tuesday 04 September 2001 4:49 pm, Brad Harriger wrote:
> > I was accessing the file directly.
> Well that won't ever work - you have to access the file via
On Tuesday 04 September 2001 4:49 pm, Brad Harriger wrote:
> I was accessing the file directly.
Well that won't ever work - you have to access the file via a web server.
> When I try requesting it via the
> webserver, I get a 500 error with the following line in the error log:
>
> [Tue Sep 04 11:
I was accessing the file directly. When I try requesting it via the webserver, I
get a 500 error with the following line in the error log:
[Tue Sep 04 11:46:30 2001] [error] [client 127.0.0.1] Premature end of script
headers: c:/php/php.exe
Brad
Phil Driscoll wrote:
> On Tuesday 04 September
On Tuesday 04 September 2001 4:21 pm, Brad Harriger wrote:
> httpd.conf contains
>
> ScriptAlias /php/ "c:/php/"
> AddType application/x-httpd-php .php
> Action application/x-httpd-php "/php/php.exe"
>
> When I try to access a page, I'm asked if I want to open the file using
> php.exe or save it
httpd.conf contains
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
When I try to access a page, I'm asked if I want to open the file using php.exe
or save it to a disk.
Brad
Phil Driscoll wrote:
> On Tuesday 04 September 2001 3:
On Tuesday 04 September 2001 3:48 pm, Brad Harriger wrote:
> I have installed php4 on an NT workstation running apache that
> previously ran pws and php4. Everything worked fine under pws. Now,
> the php executes from the command line, but not from the browser. I've
> followed all the installati
Hi Peter,
have a look at http://benoit.noss.free.fr/php/install-php4.html
It covers iplanet 4 as NSAPI on Windows and UNIX, but not sybase
regards
alfred
Peter Francq wrote:
>
> Dear all,
>
> has somebody already compiled and installed php as NSAPI module for
> iplanet
> 4.1 in combination
That's the first time I've ever seen anyone try to install "mod_perl" by
manually 'hacking' the Apache 'source configuration' file...
I do believe that there's a lot of 'dependancies' (at least when I install
it) for "mod_perl" in order for it to install correctly (and the order of
installation m
> I send you the attachment of the debug.log
That doesn't contain your debug.log
Just show us the relevant error.
-Rasmus
--
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 adminis
Hello,
I find a solution using these RPM for apache on Red Hat 5.2,
apache-1.3.14-2.5.x.i386.rpm
apache-devel-1.3.14-2.5.x.i386.rpm
and this distribution of Mysql : mysql-3_22_21-pc-linux-gnu-i686_tar.gz
When compiling PHP-4.0.5, I execute this command :
./configure '--with-apxs=/usr/sbin/apx
On Wednesday 27 June 2001 05:37, you wrote:
> I have installed php with personal web server and when I run php in a dos
> window it works, but when I run it in the web browser I get a 500 error.
>
> Any ideas?
What OS? Did you install cgi or ISAPI?
--
Phil Driscoll
--
PHP Install Mailing List
KDE wrote:
> onfigure: error: newly created file is older than distributed files! Check
> your system clock.
I assume that you have checked your system clock and it is set correctly, e.g.
no Y2K problem etc? A small point, but you did not mention it so I thought it
worth asking.
Regards
Chris
ooops,
sorry stupid me, wrong button. So I think I have to provide a translation:
skip the first sentence. Did you notice the different slashes?
I don't have an extension_dir set but it looks to me like this
is where the problem lies. You have to change the / to a
windows-conform \. What do you
Hi,
ich schreib Dir einfach so, da ich in Deutsch schneller bin
als in Englisch. Hast Du die verschiedenen Slashes bemerkt.
Ich habe zwar kein extension_dir aber das sieht mir stark
danach aus, dass da der Hund begraben liegt. Du musst
alles zu Win-konforme Slashes machen. Was steht in Deiner
php
Hi:
>I try to install oci8 support in php4 on suse 7.1 linux
>But all I meet is trouble. The problem is most likely
>the fact that oracle comes with a version of glibc 2.1.3
sad but true. For example, PHP+Oracle8i didn't work for me
with RH7.0. I had to go back to RH 6.2
Greetings,
F.J
>that
Hi,
you are right, I had liborbit0 from the Debian distribution installed. I
removed it and didn't got that last mentioned warning.
But nevertheless httpd didn't start.
Could you be so kind to have a look on the strace attached? Did this
says something to you?
Thanks,
Wolfgang
David Erik
On Wed, 21 Mar 2001, Wolfgang Hottgenroth wrote:
> Hi,
>
>
> I have some problems in installing PHP for Apache with the Satellite
> extention. As soon as I place a idl-file in the idl_directory, Apache
> silently dies directly when started, even without a message on stderr or
> in the logfile.
>
On Wed, 14 Mar 2001, GC wrote:
>loading cache ./config.cache
>checking for a BSD compatible install... /usr/bin/install -c
>checking whether build environment is sane..
>configure: error: ls -t appears to fail. Make sure there is not a broken
>alias in your environment
>configure: error: newly cr
- Original Message -
From: Al <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 1:29 PM
Subject: RE: [PHP-INST] Installation of php4+apache
> You missed an instruction
>
> Add this following line or uncomment it in httpd.conf
>
> AddType appl
> I begging here, if anybody knows why this is doing this, or how I
> can fix this, respond. I have been fighting this for over a week
> now, and don't know what else to try.
>
This is getting answered in the FAQ at php.net, you didn't add the
Apache directives for executing php.
Kai
--
Kai
You missed an instruction
Add this following line or uncomment it in httpd.conf
AddType application/x-httpd-php .php
you must restart apache after doing so.
-Original Message-
From: Sean Kennedy [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 16, 2001 3:33 PM
To: [EMAIL PROTECTED]
On Mon, 5 Feb 2001, Geordon VanTassle wrote:
> First, try "locate apachectl" to find where apachectl is.
>
> Then, do "/etc/rc.d/httpd stop;/etc/rc.d/httpd start"
>
> Then try to read that phpinfo file.
>
> HTH,
> Geordon
That is exactly the problem. RedHat 7.0 doesn't include program called
Sami,
You need to edit the httpd.conf file (probably in /etc/httpd/conf if I
recall) and uncomment the lines that enable PHP support (do a search for
php and you should find what you need).
Alex
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
Hi,
I am also a newbie. I have been trying to install php4 as a static
module with apache.
I suceeded , still when i run my script trial.php on the browser the
window just stays empty.
I have the same suexec line appearing when i run "httpd -l" command.
I would appreciate any help on this.
T
The suexec line isn't the problem - I've always had that error line and it's
never affected php.
Of course if I'm wrong please correct me (anybody).
- Original Message -
From: "Pablo A. Rios" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 15, 2001 2:56 PM
Subject: [PHP
38 matches
Mail list logo