php-install Digest 7 Jun 2002 12:07:16 -0000 Issue 872

Topics (messages 7243 through 7249):

Problems installings PHP 4.2.1 with Apache 2.0 on Freebsd 4.5
        7243 by: Ferno

Problems compiling PHP 4.2.1 with mysql apache 2.0 on Freebsd 4.5
        7244 by: Ferno

freebsd, apache, php install problem
        7245 by: Daniel Moore

Can not get PHP 4.1.6 to work with Apache 2.0.36 on Linux
        7246 by: junkie doodle
        7248 by: Jason Reid

Re: why is my php code showing up in my browser?
        7247 by: junkie doodle

Apache + php
        7249 by: Tai T. Le

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]


----------------------------------------------------------------------
--- Begin Message ---
Hello everybody,


when i do a
./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs the
configure scripts ends after a while with the following errors:

checking for IMAP support... no
./configure: 4: Syntax error: end of file unexpected (expecting "then")

Does this sound familiar to anybody and does anybody know how to solve it?


Thanx in advance.

Ferno


--- End Message ---
--- Begin Message ---
Hello everybody,


when i do a
./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs the
configure scripts ends after a while with the following errors:

checking for IMAP support... no
./configure: 4: Syntax error: end of file unexpected (expecting "then")

Does this sound familiar to anybody and does anybody know how to solve it?


Thanx in advance.

Ferno


--- End Message ---
--- Begin Message ---

Hi,
I have a problem installing apache after I have configured php4. Apache
compiles perfectly if I don't try to create the php module, when I do I
get the following error... I am basically working from the INSTALL file
that comes with php, this is the first time that I've had any problems
with it. I'd be very happy to receive suggestions about how I could
overcome this...

Thanks a million...

here's the error dump...

mod_log_config.o mod_mime.o mod_negotiation.o mod_status.o mod_include.o
mod_autoindex.o mod_dir.o mod_cgi.o mod_asis.o mod_imap.o mod_actions.o
mod_userdir.o mod_alias.o mod_access.o mod_auth.o
mod_setenvif.o
ranlib libstandard.a
<=== src/modules/standard
===> src/modules/php4
make: don't know how to make all. Stop
*** Error code 1
Stop in /usr/local/apache_1.3.24/src/modules.
*** Error code 1
Stop in /usr/local/apache_1.3.24/src.
*** Error code 1
Stop in /usr/local/apache_1.3.24.
*** Error code 1
Stop in /usr/local/apache_1.3.24.

--- End Message ---
--- Begin Message ---
I'm using Apache 2.0.36 with PHP 4.1.6 on 
a Suse 7.1 system..

i've configured my php with --with-apxs2 --enable-ftp 
--with-mysql=/usr/local/mysql/ --enable-sockets parameters.. 

PHP installation added "LoadModule php4_module        modules/libphp4.so" 
into my httpd.conf and i added "AddType application/x-httpd-php .php" 
manually but PHP still doesnt work.. I've checked that i have libphp4.so in 
my /modules directory.

I think i'm missing something about this and i wonder what it is.. I looked 
for an article or a site but couldnt find anything about this.. Can anyone 
give me some information about a site, an article etc.. or tell me what do 
to have PHP working?

My Apache server still publishes my source codes..
-- 
junkie lives.. somewhere in time
---------------------------
hey sofia guy! what happened to eddie then?
--- End Message ---
--- Begin Message ---
Post the link to php 4.1.6 and I *might* be able to help you ;).

What version are u actually using? 4.0.6 or 4.1.0/1/2 ??

I'm asking that mainly as only PHP 4.2.x officially has *expiremental*
support for apache 2. That there may be your main problem.

Jason Reid
[EMAIL PROTECTED]

----- Original Message -----
From: "junkie doodle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 06, 2002 6:49 PM
Subject: [PHP-INST] Can not get PHP 4.1.6 to work with Apache 2.0.36 on
Linux


> I'm using Apache 2.0.36 with PHP 4.1.6 on
> a Suse 7.1 system..
>
> i've configured my php with --with-apxs2 --enable-ftp
> --with-mysql=/usr/local/mysql/ --enable-sockets parameters..
>
> PHP installation added "LoadModule php4_module        modules/libphp4.so"
> into my httpd.conf and i added "AddType application/x-httpd-php .php"
> manually but PHP still doesnt work.. I've checked that i have libphp4.so
in
> my /modules directory.
>
> I think i'm missing something about this and i wonder what it is.. I
looked
> for an article or a site but couldnt find anything about this.. Can anyone
> give me some information about a site, an article etc.. or tell me what do
> to have PHP working?
>
> My Apache server still publishes my source codes..
> --
> junkie lives.. somewhere in time
> ---------------------------
> hey sofia guy! what happened to eddie then?
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---
Chris Hewitt wrote:

> If phpinfo() does not work either, then examing the AddType etc entries
> in httpd.conf (assuming you are using apache).
> 
> Regards
> 
> Chris
> 
> Timothy R. Robnett wrote:
> 
> >On Sat Mar 09, 2002 at 01:37:09PM -0500, Allen Smith wrote:
> >
> >>I just got a new server and php isnt doing something right.  I uploaded
> >>a vbulletin to the server on a stie that I created there and it doesnt
> >>show...what DOES show is all of the code that is in the hp file...can
> >>anyone help?
> >>
> >
> >What does phpinfo() show. Sounds to me like PHP isn't running on the new
> >server.
> >
> >Tim
> >
> 
> 
> 
I'm having the same problem too.. I'm using Apache 2.0.36 with PHP 4.1.6 on 
a Suse 7.1 system..

i've configured my php with --with-apxs2 --enable-ftp 
--with-mysql=/usr/local/mysql/ --enable-sockets parameters.. 

PHP installation added "LoadModule php4_module        modules/libphp4.so" 
into my httpd.conf and i added "AddType application/x-httpd-php .php" 
manually but PHP still doesnt work.. I've checked that i have libphp4.so in 
my /modules directory.

I think i'm missing something about this and i wonder what it is.. I looked 
for an article or a site but couldnt find anything about this.. Can anyone 
give me some information about a site, an article etc.. or tell me what do 
to have PHP working?

-- 
junkie lives.. somewhere in time
---------------------------
hey sofia guy! what happened to eddie then?
--- End Message ---
--- Begin Message ---
Hi,

Can someone please help...I'm new to this PHP

I'm setting up Apache 1.3.24 with PHP4.

After configure everything and I tried to test to if it work but I can't
view it instead it promp for download ?

Your help is very appreciate!

Thanks.


--- End Message ---

Reply via email to