php-install Digest 21 Feb 2002 13:19:04 -0000 Issue 711

2002-02-21 Thread php-install-digest-help
php-install Digest 21 Feb 2002 13:19:04 - Issue 711 Topics (messages 6093 through 6100): Bizarre problem. 6093 by: Andres Plaza R. Re: one more 'can't do this': 6094 by: Ryan Snow Thanks, Im running now! 6095 by: Ryan Snow Apache2 and PHP CVS 6096 by: Aust

[PHP-INST] RE: [PHP] Bizarre problem.

2002-02-21 Thread Ford, Mike [LSS]
> -Original Message- > From: Andres Plaza R. [mailto:[EMAIL PROTECTED]] > Sent: 20 February 2002 20:55 [...] > > BUT, the other day I used vi to see the debug.log, and the error > appears like this: > > gcc -o conftest -g -O2 -DLINUX=22 -DMOD_SSL=208105 > -DUSE_HSREGEX -DEAPI -W

[PHP-INST] RE: [PHP] Bizarre problem.

2002-02-21 Thread Andres Plaza R.
Hi Mike! On Thu, 21 Feb 2002, Ford, Mike [LSS] wrote: > Well, ^M is a representation of the carriage-return character -- the fact that it's >not being displayed by your editor suggests that, in fact, it *is* a carriage-return >which is being suppressed on the grounds that it's an

[PHP-INST] PHP 3 or 4 on a cobalt RAQ3

2002-02-21 Thread Cees van den Acker
Hi, What version of PHP is better 3 or 4 for a raq3 server? Does someone have an instal package for the raq 3 for PHP or can someone thell me how to instal? (instal manual in dutch is welcome) Cees http://www.zoek-nl.net -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visi

Re: [PHP-INST] PHP 4 on BSDI 3.0 w Apache1.3.19

2002-02-21 Thread Jim Toro
I am trying to compile PHP 4.1.0 and then Apache-1.3.19 on a BSDI 3.0 box. PHP 3 compiled and ran fine, however any version of 4.x compiles ok but when added to Apache (--activate-module) the "make" fails. During the Apache "make" the program will spit out hundreds of errors related to Zend. It

[PHP-INST] php 4.0.x and php 4.1.x at the same time...

2002-02-21 Thread Marcin Antczak
How can I build and configure php 4.0.x and php 4.1.x to use at the same time... on Apache http server and Debian or RedHat Linux? I know that with php 3 and php 4 was this possibility - but what about 4.0.x and 4.1.x ??? Marcin -- PHP Install Mailing List (http://www.php.net/) To unsubscrib

[PHP-INST] Re: Bizarre problem.

2002-02-21 Thread Murray Chamberlain
I have had similar problems with compiling GMP on win32 under cygwin. I only have two suggestions put the oracle library under /usr/mingw I saw this on a google group forum. The other thing is, that in the manual you will probably need some additional files for SSL. BTW I think mysql is natively

Re: [PHP-INST] PHP 4.1.1 in Apache 1.3.22 won't start

2002-02-21 Thread B. PERRINE
Is your apache is compiled with SSL support in both case ? It may be in the second, because of the secret key. I think it's a problem linked to ssl. I used apache+mod_ssl with php4.0.4pl1 and php4.1.1 in testing phase. And I have no problem. In my case, I don't compile openssl with php. le mar

Re: [PHP-INST] php 4.0.x and php 4.1.x at the same time...

2002-02-21 Thread B. PERRINE
Read the excellent documentation on www.php.net. le jeu 21-02-2002 à 14:10, Marcin Antczak a écrit : > How can I build and configure php 4.0.x and php 4.1.x to use at the same > time... on Apache http server and Debian or RedHat Linux? > I know that with php 3 and php 4 was this possibility - but

Re: AW: [PHP-INST] cant find where ./configure --help works

2002-02-21 Thread B. PERRINE
Is ./configure alone work ? le mer 20-02-2002 à 19:29, Stefan Siefert a écrit : > Hi, > > first of all you should tell us some infos: > > What system are you running (Redhat Suse Debian etc.) > Is the server/computer yours or do you use any hostingservice? > > It could be that php wasn't insta

Re: [PHP-INST] Help me configure php please.

2002-02-21 Thread B. PERRINE
First : read the docs on www.php.net. Second : read the mail archives to see some good stuff about your questions and how to post a question on a mailling list. Third : post a real good question on mailing list. le mer 20-02-2002 à 00:34, Ryan Snow a écrit : > > Hi, Im brand new to the list

Re: [PHP-INST] error configurating php-4.1.1

2002-02-21 Thread B. PERRINE
Your configuration exit after trying to find a compilator ... Have you a compilator that suit to compile PHP on your box ??? le mar 19-02-2002 à 19:51, Tomas Nicolajsen a écrit : > > When I try to configure php-4.1.1 with my > Apache-AdvancedExtranetServer/1.3.20 I get the following error: >

[PHP-INST] PHP + Apache + IMAP-SSL + LDAP = Headache

2002-02-21 Thread J. Rashaad Jackson
Hello all: I am attempting to utilize IMP 3.0 as web based e-mail. In order to do this, I had to recompile PHP with --with-imap (imap-2001a from UW), --with-xml, and --with-xml (God know why, but that's what IMP wanted). All went well, everything configured and compiled happily. Then I tried t

Re: [PHP-INST] error configurating php-4.1.1

2002-02-21 Thread Tomas Nicolajsen
"B. Perrine" <[EMAIL PROTECTED]> skrev i melding 1014319987.17633.20.camel@FatAgnus">news:1014319987.17633.20.camel@FatAgnus... Your configuration exit after trying to find a compilator ... Have you a compilator that suit to compile PHP on your box ??? I may sound stupid, but what is a compilato

[PHP-INST] Apache, PHP, htm

2002-02-21 Thread Dan Long
I am running Apache 1.3 with PHP 4 on a Solaris. PHP works fine with .php extensions, but will not parse from .htm or .html extensions. I have tried the standard response, i.e. setting AddType application/x-httpd-php .htm .html This continues to process html code, but leaves out all php code fo

[PHP-INST] Apache, PHP, htm

2002-02-21 Thread Dan Long
I am running Apache 1.3 with PHP 4 on a Solaris. PHP works fine with .php extensions, but will not parse from .htm or .html extensions. I have tried the standard response, i.e. setting AddType application/x-httpd-php .htm .html This continues to process html code, but leaves out all php code fo

[PHP-INST] Re: Apache, PHP, htm

2002-02-21 Thread pixelpeter
You have to change Apaches mime.type file (in "conf" dir) and remove there the extension ".htm" for html Files (text/html) the it will work as expected [ p i x e l p e t e r ] [EMAIL PROTECTED] "Dan Long" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I

[PHP-INST] Upgrading to php4

2002-02-21 Thread Ando
I decided to upgrade from php 3 to 4, following the the installdoc ./configure --with-mysql --with-apxs gave an error Sorry, I was not able to successfully run APXS. Possible reasons: 1. Perl is not installed; 2. Apache was not compiled with DSO support (--enable-module=so); 3. 'apxs' is not

[PHP-INST] Re: Apache, PHP, htm

2002-02-21 Thread Dan Long
Thanks for the response, Tried it, nothing changed. If you have any other ideas... :) -DanL > You have to change Apaches mime.type file (in "conf" dir) > and remove there the extension ".htm" for html Files (text/html) > the it will work as expected [ p i x e l p e t e r ] [EMAIL PROTECTED] "Dan

Re: [PHP-INST] php 4.0.x and php 4.1.x at the same time...

2002-02-21 Thread Marcin Antczak
On 21 Feb 2002 20:22:25 +0100 [EMAIL PROTECTED] (B. Perrine) wrote: > Read the excellent documentation on www.php.net. Oh, really? Maybe I'm blind but I really can't see anything in manual and faq about this installation option... Marcin > le jeu 21-02-2002 ŕ 14:10, Marcin Antczak a écrit :

[PHP-INST] Error on GD make - help reqd

2002-02-21 Thread Jeremy Coates
Hi All, I'm getting an error when running make with the GD library against 4.0.6. The configure is: ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gd --with-gd-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --enable-safe-mode --with-config-file-path=/etc/httpd --with-exec-dir=

php-install Digest 22 Feb 2002 04:07:33 -0000 Issue 712

2002-02-21 Thread php-install-digest-help
php-install Digest 22 Feb 2002 04:07:33 - Issue 712 Topics (messages 6101 through 6119): Re: [PHP] Bizarre problem. 6101 by: Andres Plaza R. PHP 3 or 4 on a cobalt RAQ3 6102 by: Cees van den Acker Re: PHP 4 on BSDI 3.0 w Apache1.3.19 6103 by: Jim Toro php 4.0.x an

Re: [PHP-INST] php 4.0.x and php 4.1.x at the same time...

2002-02-21 Thread Rasmus Lerdorf
You can't run those side-by-side. You'd have to make one a CGI and the other a module or something. -Rasmus On Fri, 22 Feb 2002, Marcin Antczak wrote: > On 21 Feb 2002 20:22:25 +0100 > [EMAIL PROTECTED] (B. Perrine) wrote: > > > Read the excellent documentation on www.php.net. > > Oh, really?