php-install Digest 15 Jun 2003 04:59:01 -0000 Issue 1423

Topics (messages 11078 through 11084):

Re: Problem with PHP
        11078 by: Stephen
        11079 by: .ma
        11080 by: Stephen
        11081 by: Doris Pelger .:. Eva Horner
        11082 by: Stephen

Re: ./configure fails on RedHat 9
        11083 by: Robert L Cochran

is my php working
        11084 by: MerryE

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 ---
I think thats a unix/linux file. In windows, you only need the
php4apache.dll and php4ts.dll file (I might have got the spellings wrong!).
They need to be in the same directory, and by default one is in the php base
root and the other is the php/sapi

Stephen

----- Original Message ----- 
From: "Benoit Tremblay" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 14, 2003 5:30 AM
Subject: [PHP-INST] Problem with PHP


> I,
>
> I have installed apache (with module so enable) and PHP 4.3.2 but I search
the file libphp4.so and he is not in my computer. Why? I think it's require
for run PHP in apache.
>
> Thank you,
> Benoit Tremblay
>



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

it _is_ a unix-file. but afaik the dll-files (php4ts.dll php4apache.dll) need to be in the system root (for Win98 thats c:\windows\system and for NT thats c:\WINNT) ? i also copied every dll from the dlls-folder to the system root, and enabled some extensions (the extensions require those dlls)

hope this helps?

.ma

e: [EMAIL PROTECTED]
w: http://www.abendstille.at

# life would be easier if i knew the source code

Am Samstag, 14.06.03 um 11:19 Uhr schrieb Stephen:

I think thats a unix/linux file. In windows, you only need the
php4apache.dll and php4ts.dll file (I might have got the spellings wrong!).
They need to be in the same directory, and by default one is in the php base
root and the other is the php/sapi

Stephen

----- Original Message -----
From: "Benoit Tremblay" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 14, 2003 5:30 AM
Subject: [PHP-INST] Problem with PHP


I,

I have installed apache (with module so enable) and PHP 4.3.2 but I search
the file libphp4.so and he is not in my computer. Why? I think it's require
for run PHP in apache.

Thank you, Benoit Tremblay




-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php





--- End Message ---
--- Begin Message ---
php4ts.dll and php4apache.dll do not have to be in the system root, as you
tell apache where to find them in the httpd.conf file. They just both need
to be in the same directory!

----- Original Message ----- 
From: ".ma" <[EMAIL PROTECTED]>
To: "PHP-INST" <[EMAIL PROTECTED]>
Sent: Saturday, June 14, 2003 10:33 AM
Subject: Re: [PHP-INST] Problem with PHP


> hi
>
> it _is_ a unix-file. but afaik the dll-files (php4ts.dll
> php4apache.dll) need to be in the system root (for Win98 thats
> c:\windows\system and for NT thats c:\WINNT) ? i also copied every dll
> from the dlls-folder to the system root, and enabled some extensions
> (the extensions require those dlls)
>
> hope this helps?
>
> .ma
>
> e: [EMAIL PROTECTED]
> w: http://www.abendstille.at
>
> # life would be easier if i knew the source code
>
> Am Samstag, 14.06.03 um 11:19 Uhr schrieb Stephen:
>
> > I think thats a unix/linux file. In windows, you only need the
> > php4apache.dll and php4ts.dll file (I might have got the spellings
> > wrong!).
> > They need to be in the same directory, and by default one is in the
> > php base
> > root and the other is the php/sapi
> >
> > Stephen
> >
> > ----- Original Message -----
> > From: "Benoit Tremblay" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, June 14, 2003 5:30 AM
> > Subject: [PHP-INST] Problem with PHP
> >
> >
> >> I,
> >>
> >> I have installed apache (with module so enable) and PHP 4.3.2 but I
> >> search
> > the file libphp4.so and he is not in my computer. Why? I think it's
> > require
> > for run PHP in apache.
> >>
> >> Thank you,
> >> Benoit Tremblay
> >>
> >
> >
> >
> > -- 
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
>
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



--- End Message ---
--- Begin Message ---
Hi,

I am following this and had also some difficulties with Apache (Version 1.3)
when upgrading PHP to latest stabile version, to accept the php4apache2.dll.
He did not accept it until now. Weird thing however is that he seems totally
happy with php4apache.dll.
How can this be?
I made the upgrade manually.
All the config/ini files were updated and where php4apache.dll was mentioned
got replaced with php4apache2.dll. all new drivers and php4ts.dll were
copied to the WINNT/System32 etc. I am running Win2000 proffessional -
together with latest stable release of mySql.

I just got the error message from Apache that he can't find the driver on
the path.
Which was ridiculous because it was residing next to php4apache.dll in all
the directories he would look for.

Checking the registry I realized that only php4apache.dll was present and
registered.
Could this be the problem?

Cheers,
Doris

----- Original Message -----
From: "Stephen" <[EMAIL PROTECTED]>
To: ".ma" <[EMAIL PROTECTED]>
Cc: "Installation Helplist (PHP)" <[EMAIL PROTECTED]>
Sent: Saturday, June 14, 2003 11:40 AM
Subject: Re: [PHP-INST] Problem with PHP


> php4ts.dll and php4apache.dll do not have to be in the system root, as you
> tell apache where to find them in the httpd.conf file. They just both need
> to be in the same directory!
>
> ----- Original Message -----
> From: ".ma" <[EMAIL PROTECTED]>
> To: "PHP-INST" <[EMAIL PROTECTED]>
> Sent: Saturday, June 14, 2003 10:33 AM
> Subject: Re: [PHP-INST] Problem with PHP
>
>
> > hi
> >
> > it _is_ a unix-file. but afaik the dll-files (php4ts.dll
> > php4apache.dll) need to be in the system root (for Win98 thats
> > c:\windows\system and for NT thats c:\WINNT) ? i also copied every dll
> > from the dlls-folder to the system root, and enabled some extensions
> > (the extensions require those dlls)
> >
> > hope this helps?
> >
> > .ma
> >
> > e: [EMAIL PROTECTED]
> > w: http://www.abendstille.at
> >
> > # life would be easier if i knew the source code
> >
> > Am Samstag, 14.06.03 um 11:19 Uhr schrieb Stephen:
> >
> > > I think thats a unix/linux file. In windows, you only need the
> > > php4apache.dll and php4ts.dll file (I might have got the spellings
> > > wrong!).
> > > They need to be in the same directory, and by default one is in the
> > > php base
> > > root and the other is the php/sapi
> > >
> > > Stephen
> > >
> > > ----- Original Message -----
> > > From: "Benoit Tremblay" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Saturday, June 14, 2003 5:30 AM
> > > Subject: [PHP-INST] Problem with PHP
> > >
> > >
> > >> I,
> > >>
> > >> I have installed apache (with module so enable) and PHP 4.3.2 but I
> > >> search
> > > the file libphp4.so and he is not in my computer. Why? I think it's
> > > require
> > > for run PHP in apache.
> > >>
> > >> Thank you,
> > >> Benoit Tremblay
> > >>
> > >
> > >
> > >
> > > --
> > > PHP Install Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > >
> >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


--- End Message ---
--- Begin Message ---
php4apache2.dll is meant only for use with Apache 2. However, since Apache 2
and php is still in the experiemental stages, you are better off just
sticking with Apache and php. I hope this helps

Stephen

----- Original Message ----- 
From: "Doris Pelger .:. Eva Horner" <[EMAIL PROTECTED]>
To: "Stephen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, June 14, 2003 11:01 AM
Subject: Re: [PHP-INST] Problem with PHP


> Hi,
>
> I am following this and had also some difficulties with Apache (Version
1.3)
> when upgrading PHP to latest stabile version, to accept the
php4apache2.dll.
> He did not accept it until now. Weird thing however is that he seems
totally
> happy with php4apache.dll.
> How can this be?
> I made the upgrade manually.
> All the config/ini files were updated and where php4apache.dll was
mentioned
> got replaced with php4apache2.dll. all new drivers and php4ts.dll were
> copied to the WINNT/System32 etc. I am running Win2000 proffessional -
> together with latest stable release of mySql.
>
> I just got the error message from Apache that he can't find the driver on
> the path.
> Which was ridiculous because it was residing next to php4apache.dll in all
> the directories he would look for.
>
> Checking the registry I realized that only php4apache.dll was present and
> registered.
> Could this be the problem?
>
> Cheers,
> Doris
>
> ----- Original Message -----
> From: "Stephen" <[EMAIL PROTECTED]>
> To: ".ma" <[EMAIL PROTECTED]>
> Cc: "Installation Helplist (PHP)" <[EMAIL PROTECTED]>
> Sent: Saturday, June 14, 2003 11:40 AM
> Subject: Re: [PHP-INST] Problem with PHP
>
>
> > php4ts.dll and php4apache.dll do not have to be in the system root, as
you
> > tell apache where to find them in the httpd.conf file. They just both
need
> > to be in the same directory!
> >
> > ----- Original Message -----
> > From: ".ma" <[EMAIL PROTECTED]>
> > To: "PHP-INST" <[EMAIL PROTECTED]>
> > Sent: Saturday, June 14, 2003 10:33 AM
> > Subject: Re: [PHP-INST] Problem with PHP
> >
> >
> > > hi
> > >
> > > it _is_ a unix-file. but afaik the dll-files (php4ts.dll
> > > php4apache.dll) need to be in the system root (for Win98 thats
> > > c:\windows\system and for NT thats c:\WINNT) ? i also copied every dll
> > > from the dlls-folder to the system root, and enabled some extensions
> > > (the extensions require those dlls)
> > >
> > > hope this helps?
> > >
> > > .ma
> > >
> > > e: [EMAIL PROTECTED]
> > > w: http://www.abendstille.at
> > >
> > > # life would be easier if i knew the source code
> > >
> > > Am Samstag, 14.06.03 um 11:19 Uhr schrieb Stephen:
> > >
> > > > I think thats a unix/linux file. In windows, you only need the
> > > > php4apache.dll and php4ts.dll file (I might have got the spellings
> > > > wrong!).
> > > > They need to be in the same directory, and by default one is in the
> > > > php base
> > > > root and the other is the php/sapi
> > > >
> > > > Stephen
> > > >
> > > > ----- Original Message -----
> > > > From: "Benoit Tremblay" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Saturday, June 14, 2003 5:30 AM
> > > > Subject: [PHP-INST] Problem with PHP
> > > >
> > > >
> > > >> I,
> > > >>
> > > >> I have installed apache (with module so enable) and PHP 4.3.2 but I
> > > >> search
> > > > the file libphp4.so and he is not in my computer. Why? I think it's
> > > > require
> > > > for run PHP in apache.
> > > >>
> > > >> Thank you,
> > > >> Benoit Tremblay
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > PHP Install Mailing List (http://www.php.net/)
> > > > To unsubscribe, visit: http://www.php.net/unsub.php
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > PHP Install Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > >
> >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
>



--- End Message ---
--- Begin Message ---
When you run ./configure, what options are you giving it? Can you post
them?



On Fri, 2003-06-13 at 17:02, Peter Shawe wrote:
> Hi,
> 
> I'm installing Apache/MySQL/PHP on a RedHat 9 box, to replace a
> similarly configured RedHat 7 box.
> 
> I did a clean install of RedHat 9.
> 
> I installed Apache from source (v1.3.27); no problems.
> 
> I installed MySQL from RPM's (v4.0.13); no problems.
> 
> Trying to build PHP (v4.3.2) from source; can't get beyond ./configure
> 
> Initially ./configure would go thru a large number of test before
> halting like this
> 
> =======================================
> <many tests snipped...>
> checking for sys/utsname.h... yes
> checking for sys/ipc.h... yes
> checking for fopencookie... yes
> configure: error: can not run test program while cross compiling
> =======================================
> 
> Having read all the docs I could get, FAQs, Usenet archives and
> mailing list archives the best idea I could find was delete
> ./configure and recreate it with buildconfig.  I did that and now
> ./configure halts like this (the complete output)
> 
> =======================================
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... configure: error: cannot run
> C
> compiled programs.
> If you meant to cross compile, use `--host'.
> See `config.log' for more details.
> =======================================
> 
> The common theme is cross compiling; but I'm not trying to cross
> compile.  The compiler is gcc (v3.2.2).
> 
> I did find a PHP bug database entry which matched the second sceanrio
> above.  But there was no details on what caused it and it ends with
> "Fixed in current CVS".  Only that was Feb 2002.
> 
> Any ideas are welcome at this stage.  I'm stumped!
> 
> TIA
> 
> Peter.
> 
> --
> ==========================================================================
> Peter Shawe                                          PGP KeyID: 0x4BC57795
> Dublin, Ireland
-- 
Bob Cochran
Greenbelt, Maryland, USA
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
I'm a beginner, I use windows me with apache 1.3 for my php.I had configure my apache 
with php.
I wrote this code and tried it out on my local host but the php code is not working.
<? $YourName = "Merry";
     $Today = date("l F d, Y");
?>
<html>
<body>
 Today's date:
<?
print("$Today\n");
print("$YourName");
?>
</body>
</html>
Istead of come out 
Today's date: Sunday June 14, 2003
Merry
The out put is only Today's date: only. Why? Can anyone help answer my problem?
Thank you

Merry

--- End Message ---

Reply via email to