php-install Digest 13 Sep 2002 13:07:26 -0000 Issue 1022
Topics (messages 8428 through 8436):
Re: Apache2.0.40 + PHP 4.2.3 + SSL + Solaris 8
8428 by: Florian Clever
8429 by: Laurent Larquère
Expert help needed to install PHP as module with Apache, I spend way too much time on
this
8430 by: gilang4
8431 by: Jim Thome
8433 by: gilang4
8435 by: gilang4
Re: How to 'define a variable'
8432 by: David Tod Sigafoos
MMC S L O W after install to NT4 Server
8434 by: Adolph W. Santorine, Jr.
libphp4.so not loading into apache (RH 7.3)
8436 by: Leendert
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 ---
We got this working.
But we had to edit the configure script a little bit.
Please refer to my post yesterday.
Florian Clever
Verinform
http://www.verinform.com
> -----Original Message-----
> From: Danny Auble [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 12, 2002 1:21 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Apache2.0.40 + PHP 4.2.3 + SSL + Solaris 8
>
>
> does anyone has this combo working? I can't seem to get PHP to
> like apache,
> or apache to like Solaris. I get ld.so.1: /export/www/bin/httpd: fatal:
> libdb-3.0.so: open failed: No such file or directory when I run apachectl.
> Any configure lines would be great. I have this working under apache
> 1.3.19.
>
> thanks,
> Danny
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hi,
have you this libdb-3.0.so in your LD_LIBRARY_PATH
when starting httpd in apachectl ?
what gets ldd /export/www/bin/httpd | grep db ?
I've httpd-2.0.40 + bdb-4.0.14 + php-4.2.3 + openssl-0.9.6g + Solaris
8/Sparc working
Danny Auble wrote:
>does anyone has this combo working? I can't seem to get PHP to like apache,
>or apache to like Solaris. I get ld.so.1: /export/www/bin/httpd: fatal:
>libdb-3.0.so: open failed: No such file or directory when I run apachectl.
>Any configure lines would be great. I have this working under apache
>1.3.19.
>
>thanks,
>Danny
>
>
>
>
>
--- End Message ---
--- Begin Message ---
Warning: Failed opening '/apache/htdocs/test.php' for inclusion
(include_path='.;c:\php4\pear') in Unknown on line 0
What is this mean? I am searching all documents and newsgroup but I could
not find anything that will point out the source of this error......!?!!??!
I got this message when trying to swith PHP CGI to PHP module with Apache.
Apache is 1.3.2
PHP is 4.2.3
Apache is working fine by itself, and PHP CGI is working fine ( version
4.2.2 ). But PHP module is not working at all. Thanks for any help.
--- End Message ---
--- Begin Message ---
Check your permissions on that file and directory. Apache typically runs as the user
"nobody", which must have the proper permissions on that file.
~Jim
>>> "gilang4" <[EMAIL PROTECTED]> 09/12/02 16:39 PM >>>
Warning: Failed opening '/apache/htdocs/test.php' for inclusion
(include_path='.;c:\php4\pear') in Unknown on line 0
What is this mean? I am searching all documents and newsgroup but I could
not find anything that will point out the source of this error......!?!!??!
I got this message when trying to swith PHP CGI to PHP module with Apache.
Apache is 1.3.2
PHP is 4.2.3
Apache is working fine by itself, and PHP CGI is working fine ( version
4.2.2 ). But PHP module is not working at all. Thanks for any help.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Jim,
Try as you said, not working..... :-(
Jim Thome <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Check your permissions on that file and directory. Apache typically runs as
the user "nobody", which must have the proper permissions on that file.
~Jim
>>> "gilang4" <[EMAIL PROTECTED]> 09/12/02 16:39 PM >>>
Warning: Failed opening '/apache/htdocs/test.php' for inclusion
(include_path='.;c:\php4\pear') in Unknown on line 0
What is this mean? I am searching all documents and newsgroup but I could
not find anything that will point out the source of this error......!?!!??!
I got this message when trying to swith PHP CGI to PHP module with Apache.
Apache is 1.3.2
PHP is 4.2.3
Apache is working fine by itself, and PHP CGI is working fine ( version
4.2.2 ). But PHP module is not working at all. Thanks for any help.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
It worked now, the message say:
Warning: Failed opening '/apache/htdocs/test.php'
and this is the default set up of the httpd.conf file
So I change the DocumentRoot to:
DocumentRoot "C:\Apache\htdocs"
Thanks
mailto:[EMAIL PROTECTED]
Gilang4 <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Jim,
>
> Try as you said, not working..... :-(
>
>
>
> Jim Thome <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Check your permissions on that file and directory. Apache typically runs
as
> the user "nobody", which must have the proper permissions on that file.
>
> ~Jim
>
> >>> "gilang4" <[EMAIL PROTECTED]> 09/12/02 16:39 PM >>>
> Warning: Failed opening '/apache/htdocs/test.php' for inclusion
> (include_path='.;c:\php4\pear') in Unknown on line 0
>
> What is this mean? I am searching all documents and newsgroup but I could
> not find anything that will point out the source of this
error......!?!!??!
>
> I got this message when trying to swith PHP CGI to PHP module with Apache.
>
> Apache is 1.3.2
> PHP is 4.2.3
>
> Apache is working fine by itself, and PHP CGI is working fine ( version
> 4.2.2 ). But PHP module is not working at all. Thanks for any help.
>
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
--- End Message ---
--- Begin Message ---
Hello Doug,
Wednesday, September 11, 2002, 6:01:38 PM, you wrote:
<snip>
DY> Appears my script is working now, although its spitting out a bunch
DY> of 'Undefined variable blah blah blah' messages.
DY> Would someone please enlighten me on where one find a simple english
DY> explanation of how to define variables ?? (the 'simple english' bit probably
DY> excludes anything to do with the official php manual)
You define a variable like this
$joe = 'hello';
or
$joe = 123;
Not seeing you code I would guess that you are seeing this message
because your ini file has show errors to all .. This can be set to
show just more critical problems.
As for books .. when I am looking for a book i usually have a reason
and in this case you have Undefined Variables etc. So simply go to
your local borders and look through their php stuff. Look for the
book that gives you some explanation .. on that you like.
--
DSig `````
David Tod Sigafoos ( O O )
mailto:[EMAIL PROTECTED] _______oOOo__( )__oOOo_______
Using 'The Bat' 1.61
Using 'OS' Windows 2000 Service Pack 2
--- End Message ---
--- Begin Message ---
Hi All:
Trying to track down some information on PHP.
All was fine. Added PHP, and 4.2.2 and now the MMC is sluggish (nearly a 20
second dealy when trying to add a new web site or ftp).
This delay happens when I right click the server name (right under Internet
Informatoin Server) in the MMC (V1.2)
I can open and modify the information on existing domains without any
trouble.. it's just creating new ones.
FYI.. it's a NT4 machine with an obscene amount of RAM... but it's running:
1. jBoss
2. Cold Fusion
3. Active State PERL/CGI
4. MySql
Anyone see this before? M$ has a KB article about running the php4isapi.dll
(but that's not present on my machine, and the registry entries that were
suspect are not present).
Thanks for the help... and for more rocks to look under<g>
Adolph Santorine
Schedule Star
--- End Message ---
--- Begin Message ---
Hi,
When I'm trying to load Apache with the PHP 4.2.3 module and start Apache I
get the following error:
Syntax error on line 236 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server:
/usr/local/apache/libexec/libphp4.so: undefined symbol: gdImagePngCtx
/usr/local/apache/bin/apachectl start: httpd could not be started
An ldd on /usr/local/apache/libexec/libphp4.so gives me:
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40179000)
libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
I've even tried upgrading to GCC 3.2 (since RH's gcc is known to have
issues), but no luck yet.
Thanks in advance,
Leendert
--- End Message ---