php-install Digest 17 Apr 2001 09:35:24 -0000 Issue 265 Topics (messages 2793 through 2796): Re: php4 & apache2 ? 2793 by: Timothy Wojtaszek Problems PHP-4.0.4pl1 Installation 2794 by: Fabio A. Jacometto Re: Install php at sco unix 2795 by: Grimes, Dean Supplied argument is not a valid MySQL result ... 2796 by: Klaus Haberkorn 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] ----------------------------------------------------------------------
Mark - thanks for the tip, I browsed it but things didn't seem newer, I was wrong. The modules was created successfully although my initial <?phpinfo()?> didn't work I still have to make sure _I_ setup everything ok. Thanks again.
Hello people, I want to install PHP-4.0.4pl1 to run with Horde and Imp 2.3 on OpenBSD 2.8. When I try build php4, I receive an error message Stop in /root/packages/php-4.0.4pl1 (line 23 of /root/packages/php-4.0.4pl1/build/library.k). *** Error code 1 Stop in /root/packages/php-4.0.4pl1 (line 23 of /root/packages/php-4.0.4pl1/build/rules). I trying install in root directory just to test, I will install if possible) in /usr/local. What I need to do to install without erros Thanks for help. Fabio Jacometto PS: My native language is portuguese, and I just try to write in english.
Have you installed MySQL and PHP? The reason IE is prompting to download/open the file is because it doesn't recognize the file type. -----Original Message----- From: Em=-LN [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 15, 2001 11:50 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] Install php at sco unix I had install apache www service at SCO UNIX, and I want use PHP & Mysql to create some php document. I had configure /usr/local/lib/apache/etc/srm.conf and insert line AddType application/x-httpd-php3 .php3 in it, and I restart my apache www service, but When I write a file name aaa.php3 like this: <html><head><title>test</title></head> <body> ======================= <?php echo("Okey....."); ?> ========================= </body></html> when I use : http://somesite.com/aaa.php3, the IE tell me to download this file, Why not display Okey? software: apache 1.3, php3.0, and I think I had make a correct. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Installation Details: SuSE Linux 7.1 kernel 2.4 + apache 1.3.14 + php4.0.4pl1-1 + mysql 3.23.30-2 The following error message appears: "Warning: Supplied argument is not a valid MySQL result resource in /www/wp/php/login.php on line 29" Remarks: php4 runs fine and returns "not FALSE" for function mysql_db_query (means query is ok) or mysql_query. But the result of the query causes the error above. Any other function using the query-result does so also. The same php-script runs fine on other systems with the same environment. The Access-Rights are completely "open" for the whole development site and all of the mysql-users have full access, there are only a few test-records in the table (no question of size!). Can anybody help us with this problem? Thanks in Advance Klaus ([EMAIL PROTECTED] and/or [EMAIL PROTECTED])