[PHP-INST] versioning problem

2001-08-01 Thread Braeus Sabaco
I've recently gotten a new system, and I've been trying to upgrade all the packages on it. The trouble I've been having in particular is with versioning. I can compile php3 and php4 with no problems and install them, but I have to have one or the other commented out for it to work. I am configur

php-install Digest 2 Aug 2001 07:03:46 -0000 Issue 391

2001-08-01 Thread php-install-digest-help
php-install Digest 2 Aug 2001 07:03:46 - Issue 391 Topics (messages 3785 through 3791): deleting files in Win2k / CGI / IIS5 PHP environments 3785 by: Phil AIX problem - *.lo contains an incorrect file suffix 3786 by: Tony R. Freeman W2k + php 4.0.6 + iPlanet 4.1 Agggh

[PHP-INST] ./configure on Linux failed

2001-08-01 Thread Kok Wei Koh
[root@dreamserver php-4.0.6]# ./configure --with-mysql --with-apache=../apachelite_1.3.9 --enable-track-va rs loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checki

[PHP-INST] funny

2001-08-01 Thread webadmin
Since I joined the list this morning, there's been about 10 questions (one was mine), and no answers. :) That's kinda funny. All the people that know stuff know to turn this list off. ;) -- http://www.voltar.org/ Use voltar.org as your search engine! -- PHP Install Mailing List (http://ww

[PHP-INST] Apache Server Couldn't Display PHP pages

2001-08-01 Thread Faith
Hi all, I have installed Apache 1.3.20 and php 4.0.6. My apache server couldn't recognise my php pages. Then i tried to place the following statement into httpd.conf, "LoadModule php4Module /usr/lib/apache/libphp4.so" The following error appears when i tried to restart my apache server, "Synta

[PHP-INST] Can't get PHP 4 module to load

2001-08-01 Thread Mark Cannata
Hello, I'm trying to get php 4 to work with MySQL and Apache. I can't seem to get the module to load in Apache. In the httpd.conf file the path was shown as lib/apache/libphp4.so. This directory didn't exist so I changed the path to modules/libphp4.so. When I try to restart the server I get th

[PHP-INST] W2k + php 4.0.6 + iPlanet 4.1 Arrrrgggh

2001-08-01 Thread R.
Can fine a proper way to install Php4 on an Netscape server 4.1. Try to install it like CGI (as explained here http://http://benoit.noss.free.fr/php/install-php.html ) But i got this error trying to GET /index.php, handle-processed reports: no way to service request for /index.php Anybody have a s

[PHP-INST] AIX problem - *.lo contains an incorrect file suffix

2001-08-01 Thread Tony R. Freeman
I've read through all the AIX problem posts on this site, but none help. I was hoping things would work for me as they did for Mr. Champagne, but alas I'm still having problems during the "make" command. AIX: 4.3.3 Apache 1.3.20 Perl 5.6.0 Tying to install PHP 4.0.6 make goes into "." with

[PHP-INST] deleting files in Win2k / CGI / IIS5 PHP environments

2001-08-01 Thread Phil
I've read all the unlink vs. "cmd/del" arguements in simply deleting files from a directory. I would like to know who has found a reliable solution? We have a reports directory called (appropriately) /rpts and we "clean" reports older than two days old with a PHP script "sweeping" through it. Ho

php-install Digest 1 Aug 2001 15:35:07 -0000 Issue 390

2001-08-01 Thread php-install-digest-help
php-install Digest 1 Aug 2001 15:35:07 - Issue 390 Topics (messages 3768 through 3784): Empty php.ini file... 3768 by: Stephen Ferwerda problem with configure script and fdf support 3769 by: Jon Wagoner 3779 by: Jani Taskinen apache-1.3.20 + php4.0.6 3770 b

Re: [PHP-INST] PHP doesn't find PDFLib functions

2001-08-01 Thread Jim Thome
It took me quite awhile to get PDFLIB 4.0.1 to compile with PHP, and here are the config options that finally worked for me (on HPUX). PDFLIB: ./configure --enable-shared-pdflib --enable-cxx --with-tifflib=/usr/lib --with-zlib=no --with-pnglib=no PHP (DSO build): ./configure --with-apxs=/pat

[PHP-INST] phentsize

2001-08-01 Thread webadminguy
I'm using RavenSSL. It comes with it's own apache. mod_perl played nice as a ds0, but I can't seem to get php to do the same. *sigh* I'm able to build the libphp4.so successfully, but apache reports: Cannot load /usr/local/apache/libexec/libphp4.so into server: ELF file's phentsize not

[PHP-INST] Problem installing PHP4 on Linux

2001-08-01 Thread Kevin Sayre
Ok, here's a real stupid question, but I can't see what I did wrong. Basically, I'm trying to get PHP to run on a Red Hat Linux server, installed the RPM, verified that the httpd.conf file has the LoadModule for PHP in it, but still, it won't process the scripts, simply spits out the code. What'd

RE: [PHP-INST] Install php4 in wondows 2000

2001-08-01 Thread Fritz Mesedilla
i used apache for windows2000 to run php4. the benefit? i really dunno except that i'm not affected by the codeworm virus because i'm not using iis. :) i actually use linux boxes for servers but i'm using windows2000 as my desktop os and i want to test scripts out easily so i installed apache for

[PHP-INST] Install php4 in wondows 2000

2001-08-01 Thread Ruri Dwisatria
I'm new in php4. I want to know how to install php4 in wondows 2000. I have read manual in www.php.net, but it is not clear to me. Please help to describe clearer to me. One more think...should i use apache or IIS in my windows2000which is better? how do i get them? Thanks, Ruri Dwisatria

Re: [PHP-INST] problem with configure script and fdf support

2001-08-01 Thread Jani Taskinen
I fixed this in CVS now. Thanks! ( changed it to 'if test -z "$FDFLIBRARY"; then' instead..:) --Jani On Tue, 31 Jul 2001, Jon Wagoner wrote: >We have a client that is using fdf with their current site (asp) and I was >curious about the support in php. > >I found that the configure script had

[PHP-INST] PHP/IIS4/Oracle: php.exe is not terminating by itself

2001-08-01 Thread Victoria Zhou
The php.exe is not terminating by itself. Wherever I started a PHP application from the browser, I started a php.exe. Therefore, after a couple of pages, I will find several php.exe in the task manager. I am using IIS4. I thought php.exe should exit with the statement. Thanks, Victoria Zhou

[PHP-INST] Has anyone actually installed PHP4 from RPMs?

2001-08-01 Thread Phil Latio
I'm not a Linux Guru but have successfully installed PHP4 from source so it's compiled with MySQL. My webserver works fine and I am happy but I set myself the task of getting the same configuration through installing RPMs. Unfortunately, I have been unsuccessfull in trying to install PHP4 from RP

Re: [PHP-INST] problem image create () ......

2001-08-01 Thread Jean Madson
You must check if the proper module has been loaded with the apache server. If not, the php will no longer recognize the mentioned function. Try to use phpinfo() function to see all loaded modules. Best regards, Jean Madson -Mensagem Original- De: subechan Para: [EMAIL PROTECTED] Enviad

Re: [PHP-INST] Missing OCX Controller.

2001-08-01 Thread Phil Driscoll
On Wednesday 01 August 2001 12:00, James Newburrie wrote: > Hi All, > I have setup a development server at work, running NT4 Server, with IIS4 > which is all good, except when I try to install to PHP using the > precompiled version, I get a missing OCX controller error. Now I > understand that I

[PHP-INST] Missing OCX Controller.

2001-08-01 Thread James Newburrie
Hi All, I have setup a development server at work, running NT4 Server, with IIS4 which is all good, except when I try to install to PHP using the precompiled version, I get a missing OCX controller error. Now I understand that I will have to edit the configuration file manually at this point, but

[PHP-INST] PHP doesn't find PDFLib functions

2001-08-01 Thread Christophe Cinquantun
I don't succeed in building PHP 4.0.6 with PDFLib 4.0.1 I've installed the PDFLIB 4.01 source in , run ./configure, make and make install. Then, as specified in /bind/php/readme.txt, I've copied /bind/php/ext/pdf/* in /ext/pdf and build php with ./configure --with-pdflib=/usr/local, make and make