Re: [PHP-INST] configure doesn't find libjpeg

2003-01-22 Thread toby -
hi the lib has to be in ur php folder if it aint ..it cant be found good luck toby . _ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- PHP Install Mailing List (http

[PHP-INST] Re: Don't know how to parse *.html with PHP

2003-01-22 Thread Vitaly Voropinov
> Whenever I configure Apache for PHP-parsing of .html-files, all HTML-files > don't get parsed, instead the dialog "open/save" are shown when I try to > view any .html-page. > At the same time all .php files works correct. This problem occured only > when I add .html files parsing to httpd.conf. >

[PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems

2003-01-22 Thread Thomas Goebel
Hi, i have big problems compiling and installing php4.3.0 on our AIX4.3.3 System. I have compiled and installed apache-1.3.27 with the following options ./configure \ "--with-layout=GNU" \ "--with-perl=/usr/local/bin/perl" \ "--prefix=/usr/local/apache" \ "--enable-module=most" \ "--enable-shared

Re: [PHP-INST] configure doesn't find libjpeg

2003-01-22 Thread akorthaus
> hi > the lib has to be in ur php folder > if it aint ..it cant be found > > good luck > > toby . > > Hi! How do you know ? ;-) Where can I find information like this for other libs? Which important libs have the same "problem"? If I put libjpeg into my php directory (/usr/local/php-4.3

[PHP-INST] Re: phpPgAdmin - Safari bug

2003-01-22 Thread Mario Ruggier
Here, on Darwin 6.3, X 10.2.3, Safari b5, php 4.3.0, postgres 7.3.1, phpPgAdmin 2.4.2, the login form is submitted successfully, and the parent frame page is returned, but in each of the two frames (i.e. the 2 urls below) there is again the login page, as if there was a redirect in each. But, in

[PHP-INST] php doesn't work with variables like a.php?v=100

2003-01-22 Thread Abel Monroy
Hello, I have installed php 4.2.3 for Windows, in a Apache server ( 1.3.27 ). I think I have missed some step during the installation of php. Everything is all right, and php executes correctly things like but if I want to pass a variable to other php, in this way, www.localhost.com/testing.

Re: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems

2003-01-22 Thread Jose
What c compiler do you use ? You must compile apache with --enable-module=so because you are compiling php like module. I have working that configuration apache1.3.27 and php 4.2.3 without problems on aix 4.3.3.10 and using gcc.3.2.1

Re: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems

2003-01-22 Thread Thomas Goebel
I thougth, that the configure options --enable-module=most --enable-shared=max includes the --enable-module=so option. I`m wrong? I use gcc version 2.95.2 19991024 (release). Because i had not found a newer one on Bull or other AIX software sites. Can you please tell me your steps/options to co

Re: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems

2003-01-22 Thread Jose
On bull, you can find gcc-3.0.1, but it doesn't works fine to me(in some cases), so after i can compile 3.2.1 with gcc-3.0.1, then remove 3.0.1. Download sources of apache and php from http://aixpdslib.seas.ucla.edu I don't know exactly what is the meaning of --enable-module=most --enable-shared=ma

Re: [PHP-INST] configure doesn't find libjpeg

2003-01-22 Thread toby -
hi Thank you! ur welcum :) How do you know ? ;-) tell me 1st if it fixed ur probelm up well it takes a bit of hard learing to know it all . every time u see an error like that know that the path is messed up or move ur folders and files around in php folder and apache

Re: [PHP-INST] php doesn't work with variables like a.php?v=100

2003-01-22 Thread Chris Hewitt
Abel Monroy wrote: Hello, I have installed php 4.2.3 for Windows, in a Apache server ( 1.3.27 ). I think I have missed some step during the installation of php. Everything is all right, and php executes correctly things like echo "Hello world"; ?> but if I want to pass a variable to other ph

Re: [PHP-INST] php doesn't work with variables like a.php?v=100

2003-01-22 Thread Abel Monroy
thanks, this was fixed the problem. - Original Message - From: "Chris Hewitt" <[EMAIL PROTECTED]> To: "Abel Monroy" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 1:11 PM Subject: Re: [PHP-INST] php doesn't work with variables like a.php?v=100 > Abel Monro

Re: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems

2003-01-22 Thread Zhiqiang Feng
Dear all, I am new to php, postgresql and apache. I intend to run them together on RH Linux 7.2 . The installation of RH Linux 7.2 is a complete one on the PC. So here are the list of the packages: Apache 1.3.20-16 postgresql 7.1.3-2 php 4.0.6-7 php-pgsql 4.0.6-7. Now I have tested Apache, and post

Re: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems

2003-01-22 Thread Thomas Goebel
Do you think my problem with php is the result of a wrong apache compilation? Will try to compile apache with --enable-module=so . !!! BTW: If i configure php without ingres support, the "make works fine" ./configure --with-apxs=/usr/local/apache/sbin/apxs --with-config-file-path=/usr/local/apa

[PHP-INST] Call to undefined function: mysql_connect

2003-01-22 Thread Michael Christie
Hi list , I have set up PHP4 on a open bsd box with mysql I was able to connect, create a database and create a new user, etc. Another problem has come up. Now, trying to connect to the database I have created, am using the standard PHP function: mysql_connect, and am getting the error: Fatal

[PHP-INST] php + apache

2003-01-22 Thread Zhiqiang Feng
Dear all, I am new to php, postgresql and apache. I intend to run them together on RH Linux 7.2 . The installation of RH Linux 7.2 is a complete one on the PC. So here are the list of the packages: Apache 1.3.20-16 postgresql 7.1.3-2 php 4.0.6-7 php-pgsql 4.0.6-7.

Re: [PHP-INST] php doesn't work with variables like a.php?v=100

2003-01-22 Thread toby -
www.localhost.com/testing.php?test=ok I obtain the wrong message ( oopps, ok=-- ). , so ok is null. thats coz regiser globals are off in ur php.ini do this if($_GET['test']=="ok") (($test, "ok") == 0) echo "it works"; } elseecho "oopps, ok=$ok--"; ?> hope this helps .

Re: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems

2003-01-22 Thread Jose Perez
Do you have in your path /usr/local/php4/bin ? Do you have rename php.ini-dist to php.ini and copy it in /usr/local/php4 Do you have read your access_log and error_log of apache ? - Tu portal de Aix en EspaƱol http:/

php-install Digest 22 Jan 2003 14:34:38 -0000 Issue 1213

2003-01-22 Thread php-install-digest-help
php-install Digest 22 Jan 2003 14:34:38 - Issue 1213 Topics (messages 9769 through 9790): Re: SQL 9769 by: Timothy Hitchens \(HiTCHO\) 9770 by: Luke Woollard Re: Problem compiling PHP 4.3.0 with GD 9771 by: toby - Re: GD configure error. 9772 by: toby - Re:

Re: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems

2003-01-22 Thread Jose Perez
I'm not sure, because i don't know what is the use of "ingres" support. But, is clear that if you compile without that module and apache works and can read php web pages there is your problem and not in php compilation.

Re: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems !!!

2003-01-22 Thread Thomas Goebel
Hi, Ingres is a database! And the function is included in the php distribution. http://www.php.net/manual/en/ref.ingres.php So it is not my Problem. Or do you think if you have problem compiling php with DB2 or mysql support it is your problem? Regards, Thomas Jose Perez wrote: I'm not sure

Re: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems !!!

2003-01-22 Thread Jose Perez
My php configuration was more easy : ./configure --with-mysql --with-apxs=/usr/local/apache13/sbin/apxs It is the only i can tell you. Try apache with --enable-module=so and then tell me what happen. Ahh!!. I forgott on apache 2 is very important before execute ./configure , execute ./buildconf ,

Re: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems

2003-01-22 Thread Zhiqiang Feng
thanks, Jose. It works now. zhiqiang At 15:34 22/01/03 +0100, Jose Perez wrote: >Do you have in your path /usr/local/php4/bin ? >Do you have rename php.ini-dist to php.ini and copy it in /usr/local/php4 > >Do you have read your access_log and error_log of apache ? > >--

Re: [PHP-INST] Call to undefined function: mysql_connect

2003-01-22 Thread Chris Hewitt
Michael Christie wrote: Hi list , I have set up PHP4 on a open bsd box with mysql I was able to connect, create a database and create a new user, etc. Another problem has come up. Now, trying to connect to the database I have created, am using the standard PHP function: mysql_connect, and am

Re: [PHP-INST] Call to undefined function: mysql_connect

2003-01-22 Thread Jim Thome
MySQL support is bundled with PHP 4.x, you don't have to enable it. You can disable it (--with-mysql=no) or point it to your mysql client libraries (--with-mysql=/path/to/mysql) What is your configure line, OS, and PHP version? -- Jim >>> Chris Hewitt <[EMAIL PROTECTED]> 01/22/03 09:35AM >>> M

[PHP-INST] PHP on iPlanet

2003-01-22 Thread Mike Garner
Hi all- I'm running an iPlanet Enterprise web server ver 6.0 sp2 on Windows 2000 and we've had several request for PHP. How do I go about this? All the documentation I've found on php.net talks about very old versions of the Netscape Web Server, which is quite different from the iWS we're run

[PHP-INST] Trouble Compiling 4.3.0 on Solaris 7

2003-01-22 Thread Andrew Sanderson
I have been having a very hard time compiling PHP 4.3.0 on Solaris 7 with Apache 2.0.44 . First I ran into the 'Output line too long' error, and fixed it by installing and using gnu sed. Using gcc 3.0.4 I get the following error: >gcc: sapi/cli/php_cli.o: No such file or directory >gcc: sapi/cl

[PHP-INST] How to use COM

2003-01-22 Thread William Cheung
I could use COM() to start up word application. How could I start up outlook using COM() and also populate the "TO" and "FROM" email addresses? William Cheung, B.Sc. MCSE MCDBA Databyte Corp.

[PHP-INST] solution to AIX "file *.lo contains an incorrect file suffix" error

2003-01-22 Thread Brandon Craig Rhodes
Our PHP 4.3.0 build failed to compile sapi/cli/php on our AIX machine, with over one hundred error messages like: cc: 1501-218 file ext/ctype/ctype.lo contains an incorrect file suffix The causes of this are rather subtle: 1. GNU libtool will usually not create static objects under AIX. 2. But

[PHP-INST] PHP Install Problem with Oracle 9 and Java

2003-01-22 Thread John Brayton
I am trying to compile PHP 4.2.3 with Apache 1.3.27, Oracle 9.0.1, and Java 1.4.1. I am doing this on Solaris 2.8. My call to "configure" is: ./configure --prefix=/home/export/brayton/php --with-apache=../apache_1.3.27 --with-oracle=/opt/oracle/product/9.0.1 --with-java=/opt/j2sdk1.4.1 The o

Re: [PHP-INST] PHP Install Problem with Oracle 9 and Java

2003-01-22 Thread Jim Thome
Try it again using --with-oci8=/opt/oracle/product/9.0.1 , instead of Oracle. (if you have already defined ORACLE_HOME, just use --with-oci8.) Also, check your apxs script against this page. http://us2.php.net/manual/en/faq.build.php#faq.build.apxs -- Jim >>> John Brayton <[EMAIL PROTECTED]> 01

Re: [PHP-INST] PHP Install Problem with Oracle 9 and Java

2003-01-22 Thread John Brayton
Try it again using --with-oci8=/opt/oracle/product/9.0.1 , instead of Oracle. I get the same error. Also, check your apxs script against this page. http://us2.php.net/manual/en/faq.build.php#faq.build.apxs I had been building PHP as a static module, so I did not have an apxs script. But jus

[PHP-INST] CGI application misbehaved .... (win):

2003-01-22 Thread J.S.
One solution for this error: you proably have bad version of msvcrt.dll. Try run servicepack or replace old file vith new one. J.S. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-install Digest 23 Jan 2003 03:57:05 -0000 Issue 1214

2003-01-22 Thread php-install-digest-help
php-install Digest 23 Jan 2003 03:57:05 - Issue 1214 Topics (messages 9791 through 9804): Re: PHP4.3.0 + AIX4.3.3 compile problems 9791 by: Jose Perez 9794 by: Zhiqiang Feng Re: PHP4.3.0 + AIX4.3.3 compile problems !!! 9792 by: Thomas Goebel 9793 by: Jose Per

Re: [PHP-INST] Problem compiling PHP 4.3.0 with GD

2003-01-22 Thread frankv
Hi Thank you But, the problem was solved updating SED version on Solaris 8 !!! Best regards, On Wed, 22 Jan 2003 11:35:25 +0500 "toby -" wrote: > > hi > > you need tow extra libraries for gd support > > tiff and jpeg > > you will hae to down load these, put them in ur php folder and co

[PHP-INST] sql database

2003-01-22 Thread mon
hi i got mysql-31.23.54-win with apache2 and php4. the problem im having is to create the databases and tables one by one in MS-DOS and i cant work it out. i'va got databases (.sql files) that i want to upload in MySQL, but i have to wirtte them again and it takes too much time. is there any quic