php-install Digest 2 Aug 2001 07:03:46 -0000 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 Arrrrgggh 3787 by: R. Can't get PHP 4 module to load 3788 by: Mark Cannata Apache Server Couldn't Display PHP pages 3789 by: Faith funny 3790 by: webadmin.voltar-confed.org ./configure on Linux failed 3791 by: Kok Wei Koh Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
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. How does one delete a file? Thanks much. Phil
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 the message: "Making all in . " . . . and give me a few screens full of "...........lo contains an incorrect file suffix" (all the dots are names of files that end in .lo) The last line says "Command option l is missing a subargument" Then there's a couple of error codes: 40 and 1 I'd appreciate any kind of help.
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 solution. I tried the SAPI solution but php crash each time it's read a file. R.
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 the following error message: Cannot load /etc/httpd/modules/libphp4.so into server: libmysqlclient.so.10: Cannot open shared object file: no such file or directory. I created a link to libmysqlclient.so.10, but I get the same error message. I've been struggling with this problem for a couple of nights. Any help is appreciated. I'm running MySQL 3.23.40, PHP 4.0 and Apache 1.3.9 on RedHat 6.1. Thanks for your time, Mark
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, "Syntax error on Line 207 of /usr/local/apache/conf/httpd.conf: Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration /apachectl start: httpd could not be started" Should i uninstall apache and install again? helpp... please advise :) thanks in advance! :D
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!
[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 checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... i686-pc-linux-gnu checking for gawk... gawk checking for bison... no checking for byacc... no configure: warning: You will need bison if you want to regenerate the PHP parsers. checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for AIX... no checking for gcc option to accept ANSI C... none needed checking for ranlib... ranlib checking whether gcc and cc understand -c and -o together... yes checking whether ln -s works... yes checking for flex... lex checking for yywrap in -ll... no checking lex output file root... ./configure: lex: command not found configure: error: cannot find output from lex; giving up Can someone help me on this? What is lex: command not found? Regards, Kok Wei Koh