Re: [PHP-INST] problem mail()

2001-04-09 Thread Yasuo Ohgaki
Take a look at your php.ini. There is a section for that. (There is description in php.ini also) Regards, -- Yasuo Ohgaki ""Ing. J. Gerardo Herrera Colin"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > when i try to send some information for a form uses a s

Re: [PHP-INST] how to solve this php installation and configuration problem

2001-04-09 Thread Yasuo Ohgaki
Your system does not have required programs like bison and gcc. Install them from RPM should fix your problem. Do not forget to install some devel RPM also. (I wonder why your RedHat7 does not have even gcc. You may be better off installing RedHat7 again, if you can install it from scratch with de

Re: [PHP-INST] APXS install problem

2001-04-09 Thread Yasuo Ohgaki
This means you build PHP with shared lib, but system cannot find these shared lib. I think you can fix this with modifying /etc/ld.so.conf and ldconfig. (If you are using Linux). Regards, -- Yasuo Ohgaki ""Pavel Sorejs [Czech Republic - Europe]"" <[EMAIL PROTECTED]> wrote in message 9aq1bn$rs8$

Re: [PHP-INST] date/time in wrong zone

2001-04-09 Thread Yasuo Ohgaki
I think your locale is something wrong. For example, my RedHat7/J does not have JST, but has Japan, for some reason. I had to copy Japan locale as JST to make it work. Locale is system dependent, this is my best guess. Hope this helps. -- Yasuo Ohgaki ""Duke"" <[EMAIL PROTECTED]> wrote in mes

[PHP-INST] Re: installation blues with oracle 8i

2001-04-09 Thread Brian.J.Mauter
On your configure script try this: ./configure --with-oci=/path/to/your/oracle/installation/home I think your PHP configure script still cannot find the Oracle home directory (have you set ORACLE_HOME in your environment?). Good luck, Brian Mauter [EMAIL PROTECTED] -- PHP Install Mailing

php-install Digest 9 Apr 2001 19:45:54 -0000 Issue 254

2001-04-09 Thread php-install-digest-help
php-install Digest 9 Apr 2001 19:45:54 - Issue 254 Topics (messages 2716 through 2724): installation blues with oracle 8i 2716 by: Hal, J.F. van (Hans) 2721 by: Paco Ortiz PHP with sybase 2717 by: Sebastian Ponitka php-module size ? 2718 by: Robert Boehrs

[PHP-INST] how to solve this php installation and configuration problem

2001-04-09 Thread adams tao
Hi, I can install Apache and PHP with Red Hat rpm file on Red Hat 7 without any problem, but when I install and configue PHP with tar file, i have faced the following problem: [root@h240c1 php-4.0.4pl1]# ./configure --with-apache=/usr/local/apache creating cache ./config.cache checking for a BS

[PHP-INST] date/time in wrong zone

2001-04-09 Thread Duke
I sent the following to php-general with no success. I'm wondering if it is a compile/install issue? I'm using php 4.0.4pl1on a FreeBSD system. When I use a php date/time function, it reports the time in GMT, however, I have the date on my FreeBSD system set to EDT. I can't figure out what the p

[PHP-INST] Posix threads not detected.

2001-04-09 Thread Michael L. Welles
Hi, I'm attempting to build php-4.0.4pl1 with NSAPI support on Solaris, and the build is failing when the configure script fails to detect working pthreads on the box, as follows: checking for pthreads_cflags... checking for pthreads_lib... [snip] configure: error: ZTS c

Re: [PHP-INST] installation blues with oracle 8i

2001-04-09 Thread Paco Ortiz
Hi: >I try to install oci8 support in php4 on suse 7.1 linux >But all I meet is trouble. The problem is most likely >the fact that oracle comes with a version of glibc 2.1.3 sad but true. For example, PHP+Oracle8i didn't work for me with RH7.0. I had to go back to RH 6.2 Greetings, F.J >that

[PHP-INST] What have I done wrong??

2001-04-09 Thread Phillip Peelish
Hey just installed php and mysql can anyone tell by what my script is giving me what I may have set wrong?? Is there a way to test the PHP4 installation.. Running Win2k IIS4 umm oh perl is also installed but it is working fine.. Thanks for your help in advance.. Phillip Warning: Constant _n

[PHP-INST] Compiling (building PHP) on AIX

2001-04-09 Thread James Thorpe
Hi everyone I'm trying to build PHP on AIX 4.3.2, ultimately to use with the Apache web server. My make fails with the error: Function argument assignment between types "unsigned long*" and "int*" is not allowed. Is there some kind of compiler switch I could use to disable this level of checking

[PHP-INST] php-module size ?

2001-04-09 Thread Robert Boehrs
Hi i'm wondering how big a static-php module for apache(3.1.14) should be. I'm compiling on solaris and the resulting php-module (4.0.4pl1) gets quite big, about 6.5 MB. So the resulting apache binary is about 7.9 MB in size. It's not that i have a problem with this build to work fine, but i thi

[PHP-INST] PHP with sybase

2001-04-09 Thread Sebastian Ponitka
Hello, i'm running NetBSD 1.5. with Apache and i'm trying to connect PHP to an Sybase Database. I compiled the Sybase-Extension in /ext/sybase/ as described in the README document. But it seems that the created module "php_sybase_db.so" would not be loaded. I added the file to my php.ini, but i'

[PHP-INST] installation blues with oracle 8i

2001-04-09 Thread Hal, J.F. van (Hans)
Dear readers, I try to install oci8 support in php4 on suse 7.1 linux But all I meet is trouble. The problem is most likely the fact that oracle comes with a version of glibc 2.1.3 that i have to install to get oracle running at all But after I finally succeeded to get it installed I tried to co

php-install Digest 9 Apr 2001 07:38:38 -0000 Issue 253

2001-04-09 Thread php-install-digest-help
php-install Digest 9 Apr 2001 07:38:38 - Issue 253 Topics (messages 2710 through 2715): mysql --> php 2710 by: Adam 2711 by: Rasmus Lerdorf 2712 by: B. van Ouwerkerk Re: Please Help!!! 2713 by: Joe Laffey have a trouble 2714 by: Jaymz de la Vega

Re: [PHP-INST] have a trouble

2001-04-09 Thread B. van Ouwerkerk
>IE5 responce: "save on disk" or "open", not running.(apache+php4) >HELP, PLZ!!! Has been answered a million times on this list Edit your httpd.conf and take a look at the Addtype application stuff. You know the lines with x-httpd-php in it.. Need more info? check the archive. Bye, B.