php-install Digest 9 Jul 2002 03:54:37 -0000 Issue 923

2002-07-08 Thread php-install-digest-help
php-install Digest 9 Jul 2002 03:54:37 - Issue 923 Topics (messages 7651 through 7667): Re: undefined symbol: pcre_malloc 7651 by: duo fu Re: error making php 7652 by: Jonathan Thomas 7659 by: leandro asnaghi-nicastro Réf. : RE: [PHP-INST] error making php

[PHP-INST] Re: Can't set Register_Globals On in Php.ini

2002-07-08 Thread CM
Figured out the problem. Used notepad instead of a real text-editor and it was leaving some crap in the file. Gotta use ultraedit next time. "Cm" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I need to switch register_globals to On for some older scripts > >

[PHP-INST] Perl - Sorry Couldent Find Rite News Room

2002-07-08 Thread Matt
Ive installed all of my server and that running fine. Ive unziped a distrabution from activestate.com perl package. I can get my scripts to work fine by adding thsi to the first line. #!c:/path/to/perl.exe and they work no probs but i thought i might have ad to add somthing to my apache config

[PHP-INST] Make errors PHP4 / MySQL for Apache 2 on Redhat 7.3

2002-07-08 Thread Erik Bais
Hi, I'm trying to compile a PHP4 with MySQL together.. I've compiled Apache together with no problems, but getting PHP compiled As DSO Modules with MySQL support is driving me nuts.. Somehow it is now working and I dont see the problem.. Thanks for the help. Erik Bais PHP Src directory.. : /u

[PHP-INST] Can't set Register_Globals On in Php.ini

2002-07-08 Thread CM
I need to switch register_globals to On for some older scripts I run php 4.2.1 on win 2000 and apache 1.3 My php.ini under c:\winnt\php.ini says register_globals = On When I run the phpinfo script. Configuration File (php.ini) Path C:\WINNT\php.ini local master reg

[PHP-INST] Can't figure it out

2002-07-08 Thread Jonathan Hilgeman
This has probably been answered before, and I've even helped other people figure out this problem, but I can't figure it out for the life of me. I have Apache 1.3.26 + mod_ssl running PHP 4.2.1. Now, if I start Apache normally with apachectl start, everything seems to be fine. PHP works, but SS

[PHP-INST] Problem loading a php script

2002-07-08 Thread Alberto Martin
Hi: I installed apache 1.3.26 and php 4.1.2 without problem. Then I restart apache with no errors. Now I'm trying to test php by using a test script (php_test.php) that I saved in /etc/local/apache/htdocs/. The test script called the phpinfo function, like this: When I try to access the php fi

[PHP-INST] Problem

2002-07-08 Thread Alberto Martin
Hi: I installed apache 1.3.26 and php 4.1.2 without problem. Then I restart apache with no errors. Now I'm trying to test php by using a test script (php_test.php) that I saved in /etc/local/apache/htdocs/. The test script called the phpinfo function, like this: When I try to access the php fi

[PHP-INST] post_max_size

2002-07-08 Thread Matthew Donadio
Hello, I am trying to work with my hosting service to resolve a PHP issue. I need to be able to upload large files via PHP. The provider change upload_max_filesize to suit my needs, but they are telling me that post_max_size does not exist in there php.ini file. Is there anywhere else this can

RE: [PHP-INST] error making php

2002-07-08 Thread leandro asnaghi-nicastro
On This Day, in the Year of Our Lord 8 Jul 02, at 9:57, thus spake Jonathan Thomas : > Since you're compiling with apache2 are you using --with-apxs2 ? I am, but I get a similar error as Abdel is getting. leandro ___ leandro asnaghi-nicastro - editor in chief capital of nasty - http://co

RE: [PHP-INST] php page is not working with "submit" action

2002-07-08 Thread Jonathan Thomas
Make sure you have Register_Globals=On in your php.ini file. This is not turned on by default when you compile php. Thanks, JT -Original Message- From: Terry Cheung [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 11:37 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] php page is

[PHP-INST] php page is not working with "submit" action

2002-07-08 Thread Terry Cheung
Hi, I have just downloaded the latest source of apache, php, mod_ssl and mysql to build them all together. It can show the php page and can connect to the mysql database, the only problem is all the php pages seem likes do not response to the submit button, it just direct back to the same

[PHP-INST] 4.2.1 - compile problem

2002-07-08 Thread Roman Chumakov2147483647
Solaris 8 1. /configure --with-mysql --with-apxs=/apachephp/bin/apxs 2. make Step 1 works fine But step 2 says: # make Making all in Zend make[1]: Entering directory `/fuckinghome/ruslan/stuff/2002/forums/php/php-4.2.1/Zend' /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFI

Re: [PHP-INST] Réf. : [PHP-INST] Réf. : RE: [PHP-INST] error making php

2002-07-08 Thread Chris Hewitt
Abdel, If you want PHP as an Apache module then apxs (or apxs2 if using Apache2) is needed. If you want PHP as a CGI then it is not. We do not know anything about your operating system, php version or what errors you are getting. I have not used Apache2 so I may not be able to help, but I'm s

[PHP-INST] Réf. : [PHP-INST] Réf. : RE: [PHP-INST] error making php

2002-07-08 Thread abdel . ramli
So if apxs has to be used, then I'm in serious trouble as I'm not able to make it work. Please help if u can. What may be the possible reason which fail my php make when I specify --with-apxs2=/path/to/apxs Thanx \\\___/// \\

[PHP-INST] Réf. : RE: [PHP-INST] error making php

2002-07-08 Thread abdel . ramli
Newbie question :D'U know if it is possible to get apache work with php as DSO without using apxs ? Thanx \\\___/// \\ _ _ // ( @ @ ) +---oOOo-(_)-oOOo+ Abdel RAMLI [EMAIL P

RE: [PHP-INST] error making php

2002-07-08 Thread Jonathan Thomas
Since you're compiling with apache2 are you using --with-apxs2=/path/to/apxs/binary ? Thanks, JT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 9:40 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] error making php Hi all, Trying to m

Re: [PHP-INST] undefined symbol: pcre_malloc

2002-07-08 Thread duo fu
Thank you very much for all your help! I have checked the ld.so.conf and add the path. However, I don't know how to run the comand "ldconfig". I know simply type"shell> ldconfig" would not work. I am familiar with this command. ALL THE STEPS i USED for installation is following the manual of P

php-install Digest 8 Jul 2002 13:40:06 -0000 Issue 922

2002-07-08 Thread php-install-digest-help
php-install Digest 8 Jul 2002 13:40:06 - Issue 922 Topics (messages 7643 through 7650): Re: help installing PHP 7643 by: toby - Part 2: php_functions.c:93: parse error 7644 by: leandro asnaghi-nicastro php4 on win2000 and apache1.3 7645 by: CM Re: php 4.2.1 /apach

[PHP-INST] error making php

2002-07-08 Thread abdel . ramli
Hi all, Trying to make php after configure with-apxs This occus almost at the end of the make process. Running RedHat 7.2, Apache 2.0.36 & php 4.0.6 Any guess .? Thanx Here is the exact error message sapi_apache2.c:443: warning: passing arg 2 of `ap_register_input_filter' from in compatible

Re: [PHP-INST] undefined symbol: pcre_malloc

2002-07-08 Thread Michiel Lange
The problem you experience is probably that your library is not 'loaded' yet. check if libphp4.0.so is in the path described in /etc/ld.so.conf if so, run ldconfig If the problem persists, give the output of the next command: ldd //php Greetings, Michiel L. "Duo Fu" <[EMAIL PROTECTED]> schreef i

[PHP-INST] Re: libphp4.so: undefined symbol: pam_start

2002-07-08 Thread Michiel Lange
check wether or not libphp4.so is in one of the paths defined in /etc/ld.so.conf if so, run ldconfig Greetings, Michiel Lange "Alejandro Moreno" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Linux > Apache 1.3.19 > PHP 4.1.2 INSTALLED as a server module (b

[PHP-INST] PHP configure not reconizing options

2002-07-08 Thread abdel . ramli
Hi all, I'ld be very grateful if u could consider the following blocking error message I keep getting when configuring apache : Running RedHat with Apache 2 I keep getting unkown option when I launch ./configure with any of its option (--prefix, --with-apxs and so on) The compile afterward goe

Re: [PHP-INST] php 4.2.1 /apache 2.0.36 sessions problems

2002-07-08 Thread Benjamin Michotte
On Sun, 2002-07-07 at 21:34, Benjamin Michotte wrote: > hello, > > I've just installed php 4.2.1 and apache 2.0.36 both on my workstation > and my server's one. I forgot to add my phpinfo, so it's http://binny.dyndns.org/index.php?info=1 > cu, binny -- default: assert(1==0); /* autant dire