RE: [PHP-INST] php 4.1.1 install to local user dir

2002-03-04 Thread Mikael Petterson (ERA)
Hi, I have installed php4.0.6 onto my local account. Use the folowing when you do configure: ./configure --prefix=PREFIX PREFIX is /home// then it will install in your home. Do you have root access? //Mikael -Original Message- From: Hunter Vaughn [mailto:[EMA

[PHP-INST] PHP 4.1.2 and gdbm

2002-03-04 Thread Leo
Hello, all! I have one problem i can't bild php --with-gdbm support. I have it on my Linux: gdbm-1.8.0-10 and during install there are no errors, but when i try use function in my program (dbmopen(), dblist().) PHP write that it is undefined function. Thanks! -- ó Õ×ÁÖÅÎÉÅÍ, Leo

[PHP-INST] Postgres 7.2 Support w php 4.12

2002-03-04 Thread Steve Farmer
Hi all, Going quietly insane here... Trying to install with postgres 1) Downloaded and compiled postgres-7.2, all went smoothly, db is running 2) Compiled php 4.12, "Checking for Postgres support = NO" !!! 3) added /usr/local/pgsql/lib into ld.so.conf and ran ldconfig. 4) Tried "with-pgsql=/

[PHP-INST] Help!CGI errors in root web with W2K, IIS5.0, PHP4

2002-03-04 Thread Dennis Thideman
Hello I am looking for some assistance PHP running on a W2K server with IIS5.0 I have been unable to get PHP to function under a root web, It functions without any problems under a virtual directory. I have been scouring docs for this problem without any results. Has anyone encountered this prob

[PHP-INST] Multiple versions of php+apache+ssl on same live host

2002-03-04 Thread dk smith
Any of you good people out there have extensive experience administering LOTS of php versions (on the same host)? If so could you take a moment to share some of your methods to managing multiple versions of an apache+php+ssl installation? I am currently working towards a scenario with multipl

php-install Digest 4 Mar 2002 23:46:05 -0000 Issue 729

2002-03-04 Thread php-install-digest-help
php-install Digest 4 Mar 2002 23:46:05 - Issue 729 Topics (messages 6240 through 6251): Re: GD Graphics with links problem, anybody. 6240 by: Rasmus Lerdorf Re: php 4.1.1 + apache 1.23 + oracle 8i srv on w2k prof 6241 by: Lilian Salazar File Uploads Security Fix 3.0.18

[PHP-INST] php 4.1.1 install to local user dir

2002-03-04 Thread Hunter Vaughn
Back in Feb of last year, someone asked a question that seems similar to mine, but it doesn't look like he got any answer. I'm hoping I'm luckier. I'm trying to install PHP 4.1.1 into my local user directory, and I get along fine until I get to "make install". Then I get the following error: Ma

[PHP-INST] AddType

2002-03-04 Thread Pease, Donald
I did a compile of both apache and php and did the AddType in the httpd.conf as the instructions had said and when I start the webserver is an invalid common I am running Solaris 8 apache 1.3.23 and php 4.1.2. any ideas? Donald L. Pease 11480 Commerce Park Dr Reston Va. 20191 Phone 703-788-8531

Re: [PHP-INST] php 4.1.2 + httpd-2.0.32-beta

2002-03-04 Thread Austin Gonyou
You may need to use the php-cvs. On Mon, 2002-03-04 at 08:40, Christian wrote: > It's possible install php-4.1.2 with httpd-2.0.32-beta (apache2 beta > version)?!?!? > When make php i view some errors and make stop. > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscr

[PHP-INST] PHP error

2002-03-04 Thread shailesh shetye
Hi, I am trying to install PHP4 with apache. I am getting an error under debug.log when I install this. can anybody tell me this because of what? & What is the solution for this? Attached is the debug file. Linux version is Redhat 7.1 & PHP is 4 Thanks, Shailesh ___

[PHP-INST] PHP Error

2002-03-04 Thread shailesh shetye
Hi, I am trying to install PHP4 with apache. I am getting an error under debug.log when I install this. can anybody tell me this because of what? & What is the solution for this? Attached is the debug file. Linux version is Redhat 7.1 & PHP is 4 Thanks, Shailesh ___

[PHP-INST] php 4.1.2 + httpd-2.0.32-beta

2002-03-04 Thread Christian
It's possible install php-4.1.2 with httpd-2.0.32-beta (apache2 beta version)?!?!? When make php i view some errors and make stop. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] PHP 4.1.1 - Problems with popen

2002-03-04 Thread linder
Can anybody please help me with the following problem ? I am trying to run a shell command via popen but nothing happens Here's an example: $fd = popen("/usr/sbin/sendmail -t ","w"); fputs($fd, "To: [EMAIL PROTECTED]\n"); fputs($fd, "From: [EMAIL PROTECTED]\n"); fputs($fd, "Reply-To

Re: [PHP-INST] Problems with PHP 4.1.2

2002-03-04 Thread B. PERRINE
I saw the same error in configure PHP 4.1.2. The problem seems to be linked with GD configuration (???) I edited the makefile by hand (On Debian distrib, the freetype2 library is called libttf (like freetype1) and PHP is waiting for libfreetype) and then the configure works well.

[PHP-INST] windows compilation

2002-03-04 Thread think a Bit
Hi there, i'm new to this list. I tried to compile php 4.1.2 on a win2k machine with visual c++ and finally succeeded (except those 38 warnings ...) But: where do i put those --with stuff like --with-t1lib or even --with-gd I have cygwin running, but don't quite know what it does that can't be

[PHP-INST] File Uploads Security Fix 3.0.18

2002-03-04 Thread Martin Spann
Hello, I am using the Source Code distribution of PHP 3.0.18 and, unfortunately, I have no clue how to use the File Uploads Security Fix for PHP 3.0. Could anyone please tell me how to use/install this patch? Many thanks, Martin Spann -- PHP Install Mailing List (http://www.php.net/) To unsub

Re: [PHP-INST] php 4.1.1 + apache 1.23 + oracle 8i srv on w2k prof

2002-03-04 Thread Lilian Salazar
Tienes que habilitar la libreria desde el archivo php.ini, descomentando la linea correspondiente -- Saludos, Lilianmailto:[EMAIL PROTECTED] quebe> Hi quebe> when I'm trying to connect to my oracle db with quebe> dl("php_oci8.dll"); I've

Re: [PHP-INST] GD Graphics with links problem, anybody.....

2002-03-04 Thread Rasmus Lerdorf
You can't put links into an image. You are probably referring to image mapping. Please see: http://www.cris.com/~automata/tutorial.shtml These links do not go into the images at all. They are completely implemented outside of the image and as such PHP has nothing to do with it. -Rasmus On Mo

php-install Digest 4 Mar 2002 08:49:05 -0000 Issue 728

2002-03-04 Thread php-install-digest-help
php-install Digest 4 Mar 2002 08:49:05 - Issue 728 Topics (messages 6232 through 6239): php 4.1.1 + apache 1.23 + oracle 8i srv on w2k prof 6232 by: quebe Re: configure error with lone '-l' 6233 by: Rohan Amin php 4.1.2 installation 6234 by: oHmEr Following instri

[PHP-INST] GD Graphics with links problem, anybody.....

2002-03-04 Thread Archer Vallesfin
Hello, Good Day php guru! Anybody have an idea how to put links in an image created by GD? I used imagecreate and also imagearc and I would like to put links to that circle (imagearc). anybody? help... archer Thanks to all... -- PHP Install Mailing List (http://www.php.net/) To unsubscr