php-install Digest 8 Jan 2003 06:12:03 -0000 Issue 1191

2003-01-07 Thread php-install-digest-help
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

[PHP-INST] New phpMyadmin

2003-01-07 Thread Marcus
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

[PHP-INST] Re: Apache 2.0.43 & php 4.3.0 coredumped

2003-01-07 Thread Dan Anderson
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.

[PHP-INST] Re: Redhat 8 > PHP

2003-01-07 Thread Dan Anderson
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

[PHP-INST] Re: Installation problem of php 4.3.0

2003-01-07 Thread Dan Anderson
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.

[PHP-INST] PHP INSTALL ON PWS4

2003-01-07 Thread JReichnan
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

[PHP-INST] Apache 2.0.43 & php 4.3.0 coredumped

2003-01-07 Thread Jose Perez
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

Re: [PHP-INST] Windows install that is bugging me...

2003-01-07 Thread Mitch Pirtle
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 -

Re: [PHP-INST] Windows install that is bugging me...

2003-01-07 Thread Scott De Leeuw
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

Re: [PHP-INST] Windows install that is bugging me...

2003-01-07 Thread kimBlim
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

Re: [PHP-INST] Trouble building php-4.3.0 with RH8

2003-01-07 Thread Chris Hewitt
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

Re: [PHP-INST] better description

2003-01-07 Thread Chris Hewitt
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

Re: [PHP-INST] Windows install that is bugging me...

2003-01-07 Thread Scott De Leeuw
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

Re: [PHP-INST] better description

2003-01-07 Thread Mitch Pirtle
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

Re: [PHP-INST] Trouble building php-4.3.0 with RH8

2003-01-07 Thread Chris Hewitt
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@

Re: [PHP-INST] better description

2003-01-07 Thread Scott De Leeuw
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

Re: [PHP-INST] Trouble building php-4.3.0 with RH8

2003-01-07 Thread Matt Pritchard
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 -0000 Issue 1190

2003-01-07 Thread php-install-digest-help
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

Re: [PHP-INST] Trouble building php-4.3.0 with RH8

2003-01-07 Thread Mitch Pirtle
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

[PHP-INST] PHP/4.3.0 with OpenSSL: still no https wrapper

2003-01-07 Thread Manuzhai
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

Re: [PHP-INST] what is modular form of PH

2003-01-07 Thread Chris Hewitt
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"

Re: [PHP-INST] Windows install that is bugging me...

2003-01-07 Thread Chris Hewitt
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

[PHP-INST] Trouble building php-4.3.0 with RH8

2003-01-07 Thread Mitch Pirtle
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

[PHP-INST] Configuring 4.3.0 on Solaris 2.8

2003-01-07 Thread Ewan McDowall
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

Re: [PHP-INST] Windows install that is bugging me...

2003-01-07 Thread Nuno Lopes
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