[PHP] install-pear.phar errors

2005-09-07 Thread Greg Donald
-- Greg Donald Zend Certified Engineer MySQL Core Certification http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP Install with MySQL in 64 bit libraries.

2005-08-08 Thread Hans Zaunere
Martin McGinn wrote: > I installed MySQL 4.23 using SuSE provided rpms so it loads > to /usr/lib64 > > > How do I configure the php 5.0 configure script so that it > finds the mysql > client in here while finding other objects in the /urs/local/. > > Currently the link fails as it does

Re: [PHP] PHP Install with MySQL in 64 bit libraries.

2005-08-08 Thread Joseph Oaks
Martin, Make a symlink from /usr/lib64 to /usr/lib and it should work just fine. Joe Martin McGinn ([EMAIL PROTECTED]) wrote: > > I installed MySQL 4.23 using SuSE provided rpms so it loads to /usr/lib64 > > > How do I configure the php 5.0 configure script so that it finds the mysql > clie

[PHP] PHP Install with MySQL in 64 bit libraries.

2005-08-08 Thread Martin McGinn
I installed MySQL 4.23 using SuSE provided rpms so it loads to /usr/lib64 How do I configure the php 5.0 configure script so that it finds the mysql client in here while finding other objects in the /urs/local/. Currently the link fails as it does not find the mysql client so files. T

Re: [PHP] install or interference problem

2005-07-28 Thread Fam Ruijters-Verberne
Thanks for the response ... skype was the problem. took it out autostartup restarted XAMPP.no problems anymore -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] install or interference problem

2005-07-27 Thread Jochem Maas
Fam Ruijters-Verberne wrote: Hello, this is not a php question. and you problem is that Apache cannot _bind_ itself to the port that you specified in the apache.conf file (more likely XAMMP install did it for you). specifically Apache appears to be trying to bind itself to port 443 (which is

[PHP] install or interference problem

2005-07-26 Thread Fam Ruijters-Verberne
Hello, It seems I do not get apache server to run. It shuts down instantly. I installed via http://www.hotscripts.com/PHP/Software_and_Servers/Installation_Kits/ the XAMPP implementation for the PHP-mysql server. I captured the following part of the message of the dos window when activating

[PHP] [install] [curl] cannot finish ./configure

2005-07-21 Thread How to Fill account
Hi guys, i tried to add curl support to my php-4.3.11, and now with new php-4.4.0, and i can't finish ./configure. i run debian woody with some backports (curl and libcurl are one of them). command line: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-curl [and other --with] here is th

Re: [PHP] Install directions for Win2003 SP1??

2005-07-17 Thread disguised.jedi
On 7/13/05, Grosz, Steve (IPG IT) <[EMAIL PROTECTED]> wrote: > Does anyone have a step by step, screenshots would be great, of how to > install PHP 4.x on a Win2003 SP1 server? > > I've tried going through the install instructions on PHP.net's site for > windows, but its still not working, so I th

[PHP] Install directions for Win2003 SP1??

2005-07-13 Thread Grosz, Steve (IPG IT)
Does anyone have a step by step, screenshots would be great, of how to install PHP 4.x on a Win2003 SP1 server? I've tried going through the install instructions on PHP.net's site for windows, but its still not working, so I think I'm missing something somewhere along the way. Thanks! Steve

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-10 Thread Mark Sargent
John Nichel wrote: Mark Sargent wrote: John Nichel wrote: Mark Sargent wrote: http://www.php.net/manual/en/install.unix.php it has 2 examples, 4-1 and 4-2. Little confused with what shared and static modules are and which 1 pertains to me. I was wanting to get php running to allow base to show re

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-10 Thread John Nichel
Mark Sargent wrote: John Nichel wrote: Mark Sargent wrote: http://www.php.net/manual/en/install.unix.php it has 2 examples, 4-1 and 4-2. Little confused with what shared and static modules are and which 1 pertains to me. I was wanting to get php running to allow base to show results of snort loggi

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread Mark Sargent
John Nichel wrote: Mark Sargent wrote: http://www.php.net/manual/en/install.unix.php it has 2 examples, 4-1 and 4-2. Little confused with what shared and static modules are and which 1 pertains to me. I was wanting to get php running to allow base to show results of snort logging in mysql. Snort/M

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread John Nichel
Mark Sargent wrote: http://www.php.net/manual/en/install.unix.php it has 2 examples, 4-1 and 4-2. Little confused with what shared and static modules are and which 1 pertains to me. I was wanting to get php running to allow base to show results of snort logging in mysql. Snort/Mysql/Base etc are i

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread Jason Wong
On Saturday 09 April 2005 21:27, Mark Sargent wrote: > >> I did a source install, of which I'm a newb at, and then created a > >> index.php file containing the following, > >> > >> >> phpinfo(); ?> > >> > >> but, that shows in the browser, Firefox, when typing > > > > > > > > You need to tell Ap

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread Mark Sargent
John Nichel wrote: Mark Sargent wrote: Hi All, I did a source install, of which I'm a newb at, and then created a index.php file containing the following, but, that shows in the browser, Firefox, when typing You need to tell Apache how to handle php files. Hi All, sorry guys, quite new to all

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread John Nichel
Mark Sargent wrote: Hi All, I did a source install, of which I'm a newb at, and then created a index.php file containing the following, but, that shows in the browser, Firefox, when typing You need to tell Apache how to handle php files. -- By-Tor.com ...it's all about the Rush http://www.by-t

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread Jason Wong
On Saturday 09 April 2005 20:17, Mark Sargent wrote: > I did a source install, of which I'm a newb at, and then created a > index.php file containing the following, > > phpinfo(); ?> > > > > but, that shows in the browser, Firefox, when typing > localhost/index.php. I've confirmed that httpd is r

[PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread Mark Sargent
Hi All, I did a source install, of which I'm a newb at, and then created a index.php file containing the following, but, that shows in the browser, Firefox, when typing localhost/index.php. I've confirmed that httpd is running, and generates pages as I got the Apache welcome page b4 creating

Re: [PHP] [Fwd: [PHP-INSTALL] Install of PHP 5.0.3 Error]

2005-01-13 Thread Richard Lynch
Kelly wrote: > Well I think you have the variable problem fixed. Worked like a charm. > But I think I spoke to soon about the mail feature. I cannot get it to > mail a form. Could I have not turned something else on? There are many things you could have done wrong. One of them is not correctl

Re: [PHP] [Fwd: [PHP-INSTALL] Install of PHP 5.0.3 Error]

2005-01-12 Thread Kelly
Well I think you have the variable problem fixed. Worked like a charm. But I think I spoke to soon about the mail feature. I cannot get it to mail a form. Could I have not turned something else on? Kelly > Kelly wrote: > > I found other things about this online doing google. I have not fixed

Re: [PHP] [Fwd: [PHP-INSTALL] Install of PHP 5.0.3 Error]

2005-01-12 Thread Richard Lynch
Kelly wrote: > I found other things about this online doing google. I have not fixed > it though. I can get apache to start but PHP will not parse any > variables. It does does remove the code so I know it is running and the > mail() function can be done. It just does not contain any variable >

Re: [PHP] [Fwd: [PHP-INSTALL] Install of PHP 5.0.3 Error]

2005-01-12 Thread Kelly
I found other things about this online doing google. I have not fixed it though. I can get apache to start but PHP will not parse any variables. It does does remove the code so I know it is running and the mail() function can be done. It just does not contain any variable information. I did an

Re: [PHP] [Fwd: [PHP-INSTALL] Install of PHP 5.0.3 Error]

2005-01-12 Thread Jochem Maas
Kelly wrote: High Guys, I don't take drugs ;-) I was about to say ask the php-install list - but it looks like you have been there. I have installed PHP 5.0.3 on an Intel box running Apache 1.3 with a Solaris 9 x86 OS. When I try to restart the Apache server I get this error: Syntax err

Re: [PHP] [Fwd: [PHP-INSTALL] Install of PHP 5.0.3 Error]

2005-01-12 Thread Richard Lynch
Kelly wrote: > I have installed PHP 5.0.3 on an Intel box running Apache 1.3 with a > Solaris 9 x86 OS. When I try to restart the Apache server I get this > error: > > Syntax error on line 249 of > /etc/apache/httpd.conf: > Cannot load /usr/apache/libexec/libphp5.so into server: ld.so.1: > /usr/ap

[PHP] [Fwd: [PHP-INSTALL] Install of PHP 5.0.3 Error]

2005-01-12 Thread Kelly
High Guys, I have installed PHP 5.0.3 on an Intel box running Apache 1.3 with a Solaris 9 x86 OS. When I try to restart the Apache server I get this error: Syntax error on line 249 of /etc/apache/httpd.conf: Cannot load /usr/apache/libexec/libphp5.so into server: ld.so.1: /usr/apache/bin/httpd: fa

[PHP] Re: [PHP-INSTALL] Compile Errors on Solaris 9

2005-01-05 Thread Andrew Kreps
On Wed, 5 Jan 2005 10:17:29 -0800, H. Scott Brown <[EMAIL PROTECTED]> wrote: > Hi, List, > > I need some help with compilation. > > ./configure runs fine, in the following manner (4.3.10): > [snip] > *** Error code 1 > make: Fatal error: Command failed for target `ext/zlib/zlib.lo' > > Any idea

[PHP] install error:cyrus-imap version 2.0.8 or greater required

2004-12-22 Thread newbin shang
>List: php-install >Subject: [PHP-INSTALL] configure: error: cyrus-imap version >2.0.8 or greater required >From: "Michael J. Pelletier" ! com> >Date: 2003-11-03 6:45:59 > >Hello, > >When I try to compile with cyrus I get > >che

Re: [PHP] Install PHP4 on a Apache2 + PHP5 system

2004-12-20 Thread Rick Fletcher
I have a server on which Apache2 and PHP5 are functioning well, but I also want to build in support for PHP4 because the webmail package I use isn't compatible with PHP5... So, I need to install PHP4 next to PHP5, and make my in httpd.include use PHP4 for my webmail directory... I've never run

Re: [PHP] Install PHP4 on a Apache2 + PHP5 system

2004-12-20 Thread Joshua D. Drake
Rens Admiraal wrote: Hi guys, I have a server on which Apache2 and PHP5 are functioning well, but I also want to build in support for PHP4 because the webmail package I use isn't compatible with PHP5... So, I need to install PHP4 next to PHP5, and make my in httpd.include use PHP4 for my webmai

[PHP] Install PHP4 on a Apache2 + PHP5 system

2004-12-20 Thread Rens Admiraal
Hi guys, I have a server on which Apache2 and PHP5 are functioning well, but I also want to build in support for PHP4 because the webmail package I use isn't compatible with PHP5... So, I need to install PHP4 next to PHP5, and make my in httpd.include use PHP4 for my webmail directory... Any

[PHP] Re: [PHP-INSTALL] Impossibility

2004-10-11 Thread Andrew Kreps
On Mon, 11 Oct 2004 15:20:11 -0400, Scott Hamm <[EMAIL PROTECTED]> wrote: > I know it's impossible, but is there a way php can read something from excel > file? > If you really believe it's impossible, why ask the question? :) Start with the first link here, and work your way down. Thankfully,

Re: [PHP] install /setup script

2004-10-11 Thread Minuk Choi
- From: "bigmark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 11, 2004 12:14 AM Subject: [PHP] install /setup script Thanks for the help with the createdb and tables form, now can anyone help with changing the config.php (ie: host,user,password) via a f

[PHP] install /setup script

2004-10-10 Thread bigmark
Thanks for the help with the createdb and tables form, now can anyone help with changing the config.php (ie: host,user,password) via a form also-- so that it doesnt have to be done manually within the config script. Basically i want an install/setup page with all the form elements-- Hostname- use

[PHP] Re: [PHP-INSTALL] install errors with oci8

2004-10-08 Thread Hendrik Schmieder
Bob Redding schrieb: Running on Mandrake 10.0, Apache 2 and Oracle Client Bob Redding Look where you have libclntsh.a or libclntsh.so. Hendrik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Install Headaches

2004-09-21 Thread bbonkosk
Hello All, I've had this problem for a little while now. I am building PHP as an Apache shared Module, so my configure looks something like this: ./configure --with-mysql=.. --with-pgsql=.. --with-gd --with-apxs=.. This works fine, builds fine, but when I run make install, it freezes. HOST php

[PHP] Re: [PHP-INSTALL] Re: [PHP] Netegrity's siteminder + PHP + Apache

2004-08-12 Thread Saqib . N . Ali
MAIL PROTECTED]" <[EMAIL PROTECTED]> cc [EMAIL PROTECTED], [EMAIL PROTECTED] Subject [PHP-INSTALL] Re: [PHP] Netegrity's siteminder + PHP + Apache Saqib, We have been able to get Siteminder v5.X to work on Apache 2.0.50 with PHP 5.0.0.. There really wasn't too much hass

Re: [PHP] install/config error - please help

2004-06-30 Thread Curt Zirzow
* Thus wrote Nguyen, Long P (Mission Systems): > I tried what you suggested and got the following: > > [EMAIL PROTECTED] root]# "main(){return(0);}" > test.c > -bash: main(){return(0);}: command not found You missed the 'echo'.. bash$ echo "main(){return(0);}" > test.c Curt -- First, let me

RE: [PHP] install/config error - please help

2004-06-30 Thread Nguyen, Long P (Mission Systems)
#x27;: : undefined reference to `main' collect2: ld returned 1 exit status -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:07 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] install/config error - please help * Thus wrote Nguyen, Long P (Missio

Re: [PHP] install/config error - please help

2004-06-30 Thread Curt Zirzow
* Thus wrote Nguyen, Long P (Mission Systems): > any ideas with this install/config error? > > [EMAIL PROTECTED] php-4.3.7]# ./configure --with-mysql=/usr/local/mysql > creating cache ./config.cache > checking host system type... i686-pc-linux-gnu > checking for gcc... gcc > checking whether the C

[PHP] install/config error - please help

2004-06-30 Thread Nguyen, Long P (Mission Systems)
any ideas with this install/config error? [EMAIL PROTECTED] php-4.3.7]# ./configure --with-mysql=/usr/local/mysql creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C compiler (gcc ) works... no configure: error: installation

Re: [PHP] install IIS ISAPI

2004-04-22 Thread John W. Holmes
From: "Vincent DUPONT" <[EMAIL PROTECTED]> > I use to install PHP under IIS as a ISAPI module. So I > add a ISAPI filter and define a new App mapping in 'configure' > > When looking at the documentation (see http://be.php.net/manual/en/install.iis.php, > "Windows NT/2000/XP and IIS 4 or > newer")

[PHP] install IIS ISAPI

2004-04-22 Thread Vincent DUPONT
Hi, I use to install PHP under IIS as a ISAPI module. So I add a ISAPI filter and define a new App mapping in 'configure' When looking at the documentation (see http://be.php.net/manual/en/install.iis.php, "Windows NT/2000/XP and IIS 4 or newer") I can read : "If you don't want to perform HTTP

Re: [PHP] install mysql and mysqli together

2004-03-08 Thread Raditha Dissanayake
Hi, Installing mysqli by itself is complicated enough (or at least it does not run smoothly). I also had this need but gave up on it in the end. You can see my experience with this at http://www.raditha.com/mysql/mysqli.php my final solution was to install both php4 and php 5 :-( all the best

[PHP] install mysql and mysqli together

2004-03-08 Thread Juergen Mueller
Hi, i would like to install the standard mysql extension together with the new mysqli extension. the documentation say, that in this case the bundled libmysql libary in PHP cannot be used. furthermore it recommended to use the client libaries installed by MySQL below Version 4.1 in /usr/mysql res

[PHP] PHP-INSTALL Compile Error

2004-02-19 Thread Jim Thompson
I'm getting this error when running a make on php 4.3.4 on AIX 5.2: ld: 0711-317 ERROR: Undefined symbol: .pow ld: 0711-317 ERROR: Undefined symbol: .ceil ld: 0711-317 ERROR: Undefined symbol: .floor ld: 0711-317 ERROR: Undefined symbol: .sin ld: 0711-317 ERROR: Undefined symbol: .cos ld: 0711-317

[PHP] Re: [PHP-INSTALL] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-16 Thread Scott Fletcher
IE bug is something I can't do about, I can't image about other 3rd party browser if this ever happen. So, I decided to use the $_REQUEST instead and not have to deal with the browser issues. You should do the same because as everyone know, IE bugs doesn't normally get fixed overnight or worse, i

[PHP] Re: [PHP-INSTALL] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-14 Thread Chris Wilson
I found several sources of information regarding a IE bug that does'nt pass all the post data, however this is roughly 1/4 times that it does it. Its actually become a serious problem for people to navigate through my webmail :/ Chris > I mean, I sometime found a few POST data had incorrectly went

[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

[PHP] HELP!! - Xitami php install

2003-10-28 Thread Paul Vinten
Hi, I'm running Windows XP, and Xitami version 2.4d10, I can get get PHP 4.0.3 installed and working fine, (on my www book's companion CD) but it doesn't have a few of the functions I want. I've just tried installing 4.3.3 and 4.3.4 and can't get either to work... when trying to access a php file,

Re: [PHP] install questions

2003-10-24 Thread Burhan Khalid
rogue wrote: i just installed php and when i try to load a php file into the browser through apache, the file downloads instead of being displayed. is this an apache problem or a problem with my php install? This is a problem with your php install (you need to make sure you edit your

Re: [PHP] install questions

2003-10-24 Thread Jonathan Villa
application/x-httpd-php .php On Fri, 2003-10-24 at 17:00, rogue wrote: > i just installed php and when i try to load a php file into the browser > through apache, the file downloads instead of being displayed. > > is this an apache problem or a problem with my php install? > > thank

[PHP] install questions

2003-10-24 Thread rogue
i just installed php and when i try to load a php file into the browser through apache, the file downloads instead of being displayed. is this an apache problem or a problem with my php install? thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Install problems (GD) on Red Hat

2003-09-24 Thread Jason Wong
On Thursday 25 September 2003 04:25, Donaldson Sgt Michael J wrote: [snip] > If configure fails try --with-jpeg-dir= > configure: error: png.h not found. > > saw this in a post > --with-jpeg-dir=/usr/local/src/php-5.0.0b1 \ > --with-png-dir=/usr/local/src/php-5.0.0b1 \ > --with-zlib-dir=/us

[PHP] Install problems (GD) on Red Hat

2003-09-24 Thread Donaldson Sgt Michael J
I am trying to install php-5.0.0b1 on a Red Hat 9.0 box. I had recently had it installed with apache but did not have gd support. Now that I need it I can't get it reconfigured. ### ORIGINAL WORKED ### ./configure --with-apxs2=/usr/local/apache/bin/apxs \ --with-oci8=$ORACLE_HOME \ --with-apxs

[PHP] install

2003-08-14 Thread John Spencer
I have downloaded the win32 binaries 4.3.2 and the installer. When I run the installer I get "Could not initialize installation. File size expected=1060020, size returned=90139." I downloaded the two windows files "php 4.3.2 zip package [6,107kb] and php 4.3.2 installer [1,035kb] I have tried to ru

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] weird issues w/PHP install

2003-07-02 Thread Michael Geier
I have installed PHP numerous times using the same configuration and this is the first time I have run into this issue. solaris 2.8 on e3500 apache 1.3.27 ( --enable-module=so --prefix=/usr/local/apache) php 4.3.2 ( --with-apxs --with-mysql --with-mssql=/usr/lo

[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

2003-06-18 Thread Chris Hayes
At 14:39 18-6-03, you wrote: Hi, i tried installing mysql-4.1.0-alpha, apache, php4.3.2 on windows2000Pro. now the issue is that i have all the 3 application running and interacting with each other in sync but every time i try to connect to mysql through php it gives me this error: Warning: my

[PHP] Install

2003-06-18 Thread Anand Tomar
Hi, i tried installing mysql-4.1.0-alpha, apache, php4.3.2 on windows2000Pro. now the issue is that i have all the 3 application running and interacting with each other in sync but every time i try to connect to mysql through php it gives me this error: Warning: mysql_connect(): Client does n

[PHP] PHP Install help with gettext

2003-06-06 Thread Andrew Li
Hi, We are attempting to install PHP 4.3.2 on to windows XP using Apache as our web server. When we try to start apache, the Warning message appears: "Unkown(): Unable to load dynamic library 'c:\PHP\extensions\php_gettext.dll' - The specified module could not be found." We have not been able to

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] php install help

2003-02-27 Thread Karl James
Hey guys, Im having problems getting my helloworld.php file to Work on the apache server. My phpinfo.php works perfect. I know the code is write The error message I get is # Internal Server Error The server encountered an internal error or m

[PHP] install problem - cd ... and compilation aborts

2002-12-30 Thread gnu_is_not_unix
.. and compilation aborts. ps. i forgot to tell You - sorry ! greetz gnu is not unix Copy of first message: I have problem with php-4.3.0 i can not install it on my 3 different rh7.0 servers. ./configure --prefix=/usr --with-config-file-path=/etc --disable-debug --enable-pic --enable-shared --e

Re: [PHP] install problem

2002-12-30 Thread Rasmus Lerdorf
I don't see any errors there, just a couple of rather harmless warnings. On Mon, 30 Dec 2002, [EMAIL PROTECTED] wrote: > Hello ! > > I have problem with php-4.3.0 i can not install it on my 3 different rh7.0 servers. > > ./configure --prefix=/usr --with-config-file-path=/etc --disable-debug > --e

[PHP] install problem

2002-12-30 Thread gnu_is_not_unix
Hello ! I have problem with php-4.3.0 i can not install it on my 3 different rh7.0 servers. ./configure --prefix=/usr --with-config-file-path=/etc --disable-debug --enable-pic --enable-shared --enable-inline-optimization --with-apxs=/usr/sbin/apxs --with-exec-dir=/usr/bin --with-regex=system --wi

[PHP] Install Problem

2002-12-11 Thread Adam Voigt
I'm attempting to install Pear DataObjects on Windows 2000 Advanced Server with all the most current patches and updates. When utilizing the php-cli exe to run createTables.php, we recieve the error invalid function call to getStaticProperty, in DataObject.php on line 1620. I have attempted to

[PHP] Install mysql option without recompile PHP ?

2002-11-06 Thread Audrey bihouee
Hi, I already have the 4.2.2 PHP version running on my server. But it was compiled without mysql. I want to add this option to use mysql. Must I to recompile my PHP with mysql option, or is there a simpler solution ? Thanks a lot. *---* Audrey Bihouee INSERM U533 Faculté

[PHP] install error?..bug??

2002-10-18 Thread Howard
Good morning, I'm reasonably new to the world of PHP and have loaded PHP V4.2.3 onto a Sun Solaris system running Solaris 8 with Iplanet (formerly Netscape) Version 6.0 with Service Pack 4 installed. I'm not sure exactly what "error" I am seeing, but I do know that there are some rather obscure e

[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

2002-08-03 Thread Bob Lockie
What is your configure command? >I have followed the instructions to install php4 on >both apache 1.3.x and 2.0.x, both fail. I am running >RedHat 7.2, Apache 2.0.39. I am trying to install >php4.2.2. When I type 'make install' at the command >it goes through its little thing and then says: >

Re: [PHP] Install

2002-08-03 Thread EdwardSPL
Try this site : http://www.linuxguruz.org/z.php?id=32&h=php+mysql+apache Nick Niehoff wrote: > I have followed the instructions to install php4 on > both apache 1.3.x and 2.0.x, both fail. I am running > RedHat 7.2, Apache 2.0.39. I am trying to install > php4.2.2. When I type 'make install'

[PHP] Install

2002-08-03 Thread Nick Niehoff
I have followed the instructions to install php4 on both apache 1.3.x and 2.0.x, both fail. I am running RedHat 7.2, Apache 2.0.39. I am trying to install php4.2.2. When I type 'make install' at the command it goes through its little thing and then says: ./.libs/libphp4.a(zend_execute.lo): In f

RE: [PHP] install issues on Solaris

2002-07-25 Thread Peter
> In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > says... > > ok unix.h problem solved but now it's saying can't locate > .libs/libZend.a > > any ideas? > > > > > > Furrfu - don't tar all *nix with the same brush :-) Presumably, for some > reason, that file hasn't been created? Have a l

RE: [PHP] install issues on Solaris

2002-07-25 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > ok unix.h problem solved but now it's saying can't locate .libs/libZend.a > any ideas? > > > ~thinks: sheesh no wonder more and more people just use windose for PHP > since it looking like its too bloody hard to install any wh

RE: [PHP] install issues on Solaris

2002-07-25 Thread Peter
m: Peter [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 25 July 2002 3:46 PM > To: php_gen > Subject: [PHP] install issues on Solaris > > > hi there, > > some of you may remember my post from yesterday ( titled install to unix > ... hastles ) > as I said in that one I was usi

[PHP] install issues on Solaris

2002-07-24 Thread Peter
hi there, some of you may remember my post from yesterday ( titled install to unix ... hastles ) as I said in that one I was using Solaris 9 ( the newest ver of the Solaris OS ) i have since gone back to Solaris 8 and am having the same problem when I go to do the "make" looking through the ./co

RE: [PHP] install to unix... hastles

2002-07-23 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > > > Hiya, > > > > > > > > I'm new to installing php onto unix i can get the ./configure > > > > command to run > > > > with out error (well any that are obvious) > > > > but when i do the make it comes up with > > > > > > > > # make > >

RE: [PHP] install to unix... hastles

2002-07-23 Thread Peter
> > Hiya, > > > > > > I'm new to installing php onto unix i can get the ./configure > > > command to run > > > with out error (well any that are obvious) > > > but when i do the make it comes up with > > > > > > # make > > > Making all in Zend > > > make[1]: Entering directory `/usr/local/php-4.2

RE: [PHP] install to unix... hastles

2002-07-23 Thread David Robley
ednesday, 24 July 2002 12:33 PM > > To: php_gen > > Subject: [PHP] install to unix... hastles > > > > > > Hiya, > > > > I'm new to installing php onto unix i can get the ./configure > > command to run > > with out error (well any that are obvi

RE: [PHP] install to unix... hastles

2002-07-23 Thread Peter
sorry forgot to say that I've tried to locate the unix.h file in other distribs etc but wif no luck > -Original Message- > From: Peter [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 24 July 2002 12:33 PM > To: php_gen > Subject: [PHP] install to unix... hastles > &

[PHP] install to unix... hastles

2002-07-23 Thread Peter
Hiya, I'm new to installing php onto unix i can get the ./configure command to run with out error (well any that are obvious) but when i do the make it comes up with # make Making all in Zend make[1]: Entering directory `/usr/local/php-4.2.1/Zend' /bin/sh ../libtool --silent --mode=compile gcc -

[PHP] Re: PHP install - what features?

2002-07-13 Thread Richard Lynch
>I have searched the archive for a message subject >something like "PHP Wish List" and was unsuccessful. Depends who does the wishing :-) The first time I compiled PHP, I tried to throw in almost everything that sounded remotely interesting. That was incredibly time-consuming and frustrating.

[PHP] Install 2 php

2002-07-13 Thread Pierre
Hi, I want to install 2 different php4 on my webserver (RH 7.1) for having 2 different php.ini (to stop some function for some vhost) and call him with different extension with the addhandler directive in the vhost of apache. ( I have php in cgi and suexec ) Thanks for your responses, Pierre

Re: [PHP] PHP install - what features?

2002-07-13 Thread Jason Wong
On Saturday 13 July 2002 16:15, olinux wrote: > I have searched the archive for a message subject > something like "PHP Wish List" and was unsuccessful. I doubt whether someone else's wishlist is of much use to _you_. Their needs are most likely different to yours. > I am going to have our new

[PHP] PHP install - what features?

2002-07-13 Thread olinux
Hi all, I have searched the archive for a message subject something like "PHP Wish List" and was unsuccessful. I am going to have our new server setup and would like to know which features should be enabled - I know a few that I will need, but what features should i get now that I will be reques

[PHP] Re: php install

2002-07-01 Thread Richard Lynch
>Hi, I'm trying to install PHP 4.2.1 on SuSE SLES 7.3 and I get the following >error message > >checking lex output file root... ./configure: lex: command not found >configure: error: cannot find output from lex; giving up lex is like this low-level thingie that lets PHP syntax like if/else/while

Re: [PHP] php install

2002-07-01 Thread Matt Williams
On Monday 01 July 2002 11:20, Nigel George wrote: > Hi, I'm trying to install PHP 4.2.1 on SuSE SLES 7.3 and I get the > following error message > > checking lex output file root... ./configure: lex: command not found > configure: error: cannot find output from lex; giving up > > any ideas? inst

[PHP] php install

2002-07-01 Thread Nigel George
Hi, I'm trying to install PHP 4.2.1 on SuSE SLES 7.3 and I get the following error message checking lex output file root... ./configure: lex: command not found configure: error: cannot find output from lex; giving up any ideas? Nigel -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] php install in win32

2002-06-23 Thread Septic Flesh
I just download apache 1.3.x latest, php latest andmy sql latest. (win32 env) Which packages I need to download now to enable gd-library for graphics ? and zlib ? I wanna enable png creation . . where can I find the compiled dlls for those ? I found a dll called gds32.dll in the dlls dir of ph

[PHP] php install error --enable-sockets

2002-06-12 Thread Rahul Bhide
Hi , I am trying to install php with the --enable-sockets on a solaris2.8 machine . and getting the following error . Any help is appreciated . thanks ~Rahul sockets.c: In function `php_if_recvmsg': sockets.c:1728: structure has no member named `msg_control' sockets.c:1729: structure has no

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

Re: [PHP] Install problem - FIX

2002-05-24 Thread Dani
probelm Fix!\ thanks Dani wrote: > I have just installed the PHP 4.2.1 Installer but get this error message: > > "Security Alert! The PHP CGI cannot be accessed directly. > This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a > page will only be served up if the R

[PHP] Install problem

2002-05-24 Thread Dani
I have just installed the PHP 4.2.1 Installer but get this error message: "Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via

RE: [PHP] Install Question - Missing php.ini

2002-05-06 Thread Insomniac Admin
TED]] Sent: 06 May 2002 16:28 To: [EMAIL PROTECTED] Subject: [PHP] Install Question - Missing php.ini I compiled php 4.2 with the following command (Linux Server) ./configure --with-mysql --with-apxs --enable-dbase --with-xml --enable-ftp --with-curl --enable-cli Where is my php.ini file? I ca

<    1   2   3   >