Re: [PHP] install PHP 5.4 by RPM

2012-09-25 Thread Matijn Woudt
On Tue, Sep 25, 2012 at 1:48 PM, Jonathan Sundquist wrote: > What version of centso are you running? > > - "The cold winds are rising" > On Sep 24, 2012 10:28 PM, "lx" wrote: > >> Hello: >>I have installed the PHP and Apache by RPM, and the version of rpm >> packets is: >> >> httpd-2.2.3-

Re: [PHP] install PHP 5.4 by RPM

2012-09-25 Thread Jonathan Sundquist
What version of centso are you running? - "The cold winds are rising" On Sep 24, 2012 10:28 PM, "lx" wrote: > Hello: >I have installed the PHP and Apache by RPM, and the version of rpm > packets is: > > httpd-2.2.3-63.el5.centos.1.x86_64.rpm > apr-1.2.7-11.el5_3.1.x86_64.rpm > apr-util-1

[PHP] install PHP 5.4 by RPM

2012-09-24 Thread lx
Hello: I have installed the PHP and Apache by RPM, and the version of rpm packets is: httpd-2.2.3-63.el5.centos.1.x86_64.rpm apr-1.2.7-11.el5_3.1.x86_64.rpm apr-util-1.2.7-11.el5.x86_64.rpm postgresql-libs-8.1.18-2.el5_4.1.x86_64.rpm gmp-4.1.4-10.el5.x86_64.rpm php-common-5.1.6-27.el5.x86_6

[PHP] Re: [PHP-INSTALL] PHP on Windows without Apache

2008-12-14 Thread Daniel Brown
On Sun, Dec 14, 2008 at 13:19, Jeffery Harris wrote: > Thanks Daniel. Any recommendations on a good php learning book. My pleasure, Jeff. I've honestly never read any of the PHP books out there, so I wouldn't be able to give you a definite recommendation on that. What I *will* highly re

[PHP] install php 5.2.1 with checkinstall

2007-03-18 Thread Tiron Adrian
Hello, I have php 5.1.6 ,the latest available with yum and i wanted to upgrade to 5.2.1 I have downloade 5.2.1 run ./configure,make and the checkinstall. When i wanted to install the newly created rpm i got the following errors: # rpm -ivh php-5.2.1-1.i386.rpm Preparing...

[PHP] install php-cli script

2003-11-20 Thread Decapode Azur
hello, Where should php-cli scripts be installed? I have put the main file in /usr/local/bin/script.php but I wonder where requires should be installed? /usr/local/bin/script_inc/ ? the problem is that it have to be exec from a boot shell after a cd to find the requisites :-/ I also would like to

Re: [PHP] install php-gtk on mdk9.1

2003-07-31 Thread Marek Kilimajer
http://sk.php.net/mailing-lists.php Decapode Azur wrote: hi, where do I have to post to bring help about how to install php-gtk ? Cheers -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] install php-gtk on mdk9.1

2003-07-30 Thread Decapode Azur
I am trying to install PHP-GTK here is below the error : [EMAIL PROTECTED] php-gtk-0.5.2]$ ./buildconf [EMAIL PROTECTED] php-gtk-0.5.2]$ ./configure [EMAIL PROTECTED] php-gtk-0.5.2]$ make [] /PHP_GTK/php-gtk-0.5.2/main/php_gtk_object.c:889: `gtk_object_ce

[PHP] Install PHP on windows using PHP installler

2003-06-26 Thread Mark McCulligh
I am building a Windows 2000/PHP production server. I have only ever used LINUX for production and windows for developer machines. Is it better to install PHP using the PHP installer or using the Zip file version? Should you install PHP as CGI or ISAPI? I am looking for the pros and cons, someone

Re: [PHP] install php

2003-03-13 Thread Ray Hunter
make sure you config line has the location of you mysql install.. example: /.configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.14 --enable-track-var -- Ray On Thu, 2003-03-13 at 00:14, sonjaya wrote: > dear milist > i want' instal php with mysql , itry > like this : > #./conf

[PHP] install php

2003-03-12 Thread sonjaya
dear milist i want' instal php with mysql , itry like this : #./configure --with-mysql --with- apache=../apache_1.3.14 --enable-track- var and get error message like this : #ext/mysql/libmysql/my_tempnam.o: In function `my_tempnam': /usr/local/src/php- 4.3.1/ext/mysql/libmysql/my_tempnam.c:1 03

[PHP] Install php under some other drive

2002-10-01 Thread Uma Shankari T.
Hello, I am trying to install php under some other drive like d: or e: ..it was installed properly without telling any error...but i couldn't run even the testing program ( ) I have mentioned in the php.ini and apache conf file with d: where ever i have mentioned c: ..but it not coming..C

Re: [PHP] install php as CGI?

2002-06-04 Thread Pushkar Pradhan
./configure --prefix=/rstc/user1/erc/pushkar/php-4.0.6 --with-regex=system --enable-discard-path --enable-dbase Actually you just need one " --enable-discard-path " for security reasons, others are customized for my use and yes prefix is also a must. > how can i install php as CGI? > > > > > > >

[PHP] install php as CGI?

2002-06-04 Thread brian-phplist
how can i install php as CGI? Brian Feliciano EMC-Tech "I know that there are people in this world who do not love their fellow man, and I hate people like that." - Tom Lehrer

[PHP] Install php 4.2.1

2002-05-29 Thread Roman Duriancik
How to install or configure php 4.2.1 downloaded from www.php.net on red Hat Linux 7.0 that i used function imagettfbox(). I create install file with command ./configure --prefix=/usr --exec-prefix=/usr --with-config-file-path=/etc --disable-debug --enable-pic --enable-in

[PHP] Install php+Apache on win98

2001-11-16 Thread Worapoj Kiatsuksri
I config PHP4.0.6 for Apache 1.3.12 on Win32 : in apache configuation file: ScriptAlias /php/ "C:/PHP/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" then I test with phpinfo.php file in htdocs directory. : phpinfo.php : when I type: http://localhost/php

[PHP] install PHP --with-java on FreeBSD. No luck.

2001-07-27 Thread SlowPork
Hello. After I compiled PHP with Java support, I instantiated new class [ eg. ]. I got blank response, and that child of Apache died. Is this a bug that I should report? or I'm missing somthing here? Any expert please give me some suggestions. For Apache error log, [Fri Jul 27 17:4