php-install Digest 8 Jan 2003 06:12:03 - Issue 1191
Topics (messages 9607 through 9622):
Re: Trouble building php-4.3.0 with RH8
9607 by: Matt Pritchard
9609 by: Chris Hewitt
9613 by: Chris Hewitt
Re: better description
9608 by: Scott De Leeuw
9610 by
Hi there
I just Downloaded the new phpMyAdmin .zip< /FONT>
Unpacked and installed it on 2 differentP C
* Mandrake 8 and it works like a Dream with no problem.
* RedHat 8 and every time I want to create a new table it Duplicates
This is the SQL it tries to run. NOTE it duplicates on line 5,6,7
1 CR
My guess is you need to configure Apache to use default (prefork) MPM module.
The other ones will probably not work.
See also my writeup at
http://dan.drydog.com/apache2php.html
In article <005501c2b67b$07db9960$[EMAIL PROTECTED]> you wrote:
> When i have compiled apache 2.0.43 on aix 4.
RedHat 8 comes with PHP. The package name is php.
If you want a newer version, you have to compile it yourself.
See
http://dan.drydog.com/apache2php.html
Matt Babineau <[EMAIL PROTECTED]> wrote:
> I'm trying to get PHP running on RH8- the Apache server is running and
> it is the newest ve
You should post the command line for configure that you used.
You probably did not specify the directory of your library.
Type
./configure --help
to show the various options and find the one relating to your library.
Rika Yamada <[EMAIL PROTECTED]> wrote:
> Hello, my name is Rika Yamada.
Hello,
I wondered if you can help? I followed all of the instructions for loading
PHP4 on a windows 98 machine running PWS4. When I try to run the test file
(test.php) from the root directory of the local web. I get the error message
below. I see by going through the bulletin board that it
Hi
When i have compiled apache 2.0.43 on aix 4.3.3 with this options:
./configure --prefix=/usr/local/apache2 --enable-so --with-mpm=worker
Then i have compiled php 4.3.0:
./configure --prefix=/usr/local/apache2/php --with-mysql --with-apxs2=/usr/l
ocal/apache2/bin/apxs
All compilation has gone f
On Tuesday 07 January 2003 16:46, Scott De Leeuw wrote:
> Maybe I am totally misunderstanding, can I have an HTML file with
> php code embedded in to it named .phtml and still have all of the
> HTML working properly? Am I making this way harder than what it
> is?
YES!
Just try this little test -
Maybe I am totally misunderstanding, can I have an HTML file with
php code embedded in to it named .phtml and still have all of the
HTML working properly? Am I making this way harder than what it
is?
--- kimBlim <[EMAIL PROTECTED]> wrote:
> go to your internet services manager...
>
> right-click
go to your internet services manager...
right-click on the appropriate website (default?), choose properties. now click on the
configuration button, and edit .html to be run by "C:/PHP/php.exe" or whereever you
have put it..
that should do the trick, but why cant it be called .php?
- Orig
Pritchard, MJ (Matt) wrote:
Thanks, yes, it's just a warning. My mistake in my post. But the problem is
that apache still won't parse any php (e.g. the test page I have with just
just displays without being parsed. I've put the
AddHandler & LoadModule directives in httpd.conf before starting apa
Scott De Leeuw wrote:
I work with Windows... when I have tested it I do go through the
web browser...
If I go to a strict PHP file it all works... However, the PHP
book I am reading shows also embedding php in an HTML file the
same way that you do javascript, is that not possible?
Yes it is po
Really, it's that easy? I will have to try it when I get home...
Here is a good example, this is my site...
http://12.208.217.144/welcome.php (strict php file)
http://12.208.217.144/body.htm (embedded php)
Notice that the strict php file works, however the htm file with
php embedded in to it
On Tuesday 07 January 2003 15:48, Scott De Leeuw wrote:
> I work with Windows... when I have tested it I do go through the
> web browser...
I don't do windows (I just *love* saying that!), but this is not platform
dependent. Try the following:
1) rename the file index.php
2) rem
Matt Pritchard wrote:
Mitch: you're not alone: same errors & same result for me (RH8, PHP 4.3.0).
Matt
ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/usr/src/redhat/SOURCES/php-4.3.0/ext/mysql/libmysql/my_tempnam.c:103: the
use
of `tempnam' is dangerous, better use `mkstemp'
[root@
I work with Windows... when I have tested it I do go through the
web browser...
If I go to a strict PHP file it all works... However, the PHP
book I am reading shows also embedding php in an HTML file the
same way that you do javascript, is that not possible?
--- Esteban Ordonez <[EMAIL PROTECTE
Mitch: you're not alone: same errors & same result for me (RH8, PHP 4.3.0).
Matt
"Mitch Pirtle" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
But wait, there's more!
[root@localhost php-4.3.0]# ./configure --with-apxs2=/usr/sbin/apxs
(bunch of gcc stuff
php-install Digest 7 Jan 2003 13:45:53 - Issue 1190
Topics (messages 9591 through 9606):
problems in the install of php 4.3.0
9591 by: Rodrigo Gonzalez
Windows install that is bugging me...
9592 by: Scott De Leeuw
9600 by: Nuno Lopes
9603 by: Chris Hewitt
wh
But wait, there's more!
[root@localhost php-4.3.0]# ./configure --with-apxs2=/usr/sbin/apxs
(bunch of gcc stuff removed in the interest of saving bandwidth)
ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/usr/src/redhat/SOURCES/php-4.3.0/ext/mysql/libmysql/my_tempnam.c:103: th
I just installed PHP 4.3.0 as an Apache module. Everything went fine, and I
enabled the OpenSSL module (I can see it in my phpinfo()), but I still don't
have the https wrapper that I was looking for. My server is a Windows XP box
with Apache 1.3.27.
Does anybody know how to fix this?
Regards,
Di
Rubylinda Otero wrote:
i new here and i want to know some terms, wht kind of setup if u run php in modular form
I think you mean to compile php as an Apache "module", rather than
compiled into it?
Assuming that you do mean this, then if Apache is compiled with "mod_so"
it can take "modules"
Scott De Leeuw wrote:
Here are the system specifics..
Windows 2000 server SP3
PHP 4.30
IIS 4 I believe, whatever comes with W2k Server
I've installed PHP and set it up as per the instructions... Any
file with a .php or .phtml extension works, however when I embed
PHP code in to an HTML it either
Hi list,
Trying boldly to create rpm of php-4.3.0 on a RedHat8 box. Getting trouble
with apxs, and cannot figure out the solution (thanks to RedHat's bizarre
renaming of 'apache' to 'httpd' maybe?).
Basically, 'rpmbuild -bb php4.spec' reports one of the following:
* says I have apache
Hi,
I was hoping someone could help me with this. I am trying to install php version
4.3.0 on a sun
sparc running solaris 2.8, and I'm getting stuck at the configure step. When running
the
configure command, this is what I get:
root@dalwhinnie> ./configure
loading cache ./config.cache
checkin
The problem is that .htm/.html files aren't being parsed.
Simply open the configuration dialog of IIS (in control panel) and then go
to 'Home directory'. Click in 'configuration' button and click in 'Add' and
then enter .html as extension and C:\php\php.exe as executable (or where is
your php).
Nu
25 matches
Mail list logo