php-install Digest 25 Jan 2002 06:56:24 -0000 Issue 667

Topics (messages 5725 through 5745):

Re: prob w/imap
        5725 by: Matt Schroebel
        5726 by: Shena Delian O'Brien
        5727 by: Shena Delian O'Brien
        5732 by: Rasmus Lerdorf
        5733 by: Shena Delian O'Brien

Re: Win98 PWS PHP, not compiling php-script
        5728 by: SomeGuy

mail() and popen() falure
        5729 by: Kenneth Brown

Re: new question / question have not ask before.
        5730 by: ahernand.cantv.net

Re: How to disable internal functions like chown, chmod, exec, passthru. (REPOST)
        5731 by: Peter Clarke

FreeBSD 4.4 / PHP 4.1.1 / PG 7.x --- /usr/libexec/elf/ld: cannot find -lpq
        5734 by: Eric Jones \(Contractor\)
        5743 by: Yasuo Ohgaki

php 4.1.1 and gd-2.0.1
        5735 by: ACEAlex

Apache 2.0.28beta, php 4.1.1 and freebsd 4.4
        5736 by: Piet van Stralen
        5737 by: ACEAlex
        5738 by: Piet van Stralen

Apache Balks on reboot after PHP install -- X509_free
        5739 by: Eric Jones \(Contractor\)

Re: windows 2000 + PHP4.10 + gd1.8.4
        5740 by: Andre Amaral

Re: NEWBIE IN DISTRESS:  Install Instructions are not work for PHP 4.1.1!!!
        5741 by: Andre Amaral

PHP4.1.x - Step by Step Installation manual - HOT!!!
        5742 by: Andre Amaral

Re: php cannot run as command at LINUX
        5744 by: Yasuo Ohgaki

Running Script Program Error
        5745 by: Perrin

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 ---
Don't forget the rest of the instructions on the imap man page:
http://www.php.net/manual/en/ref.imap.php
Which say ...
Then copy c-client/c-client.a to /usr/local/lib/libc-client.a or some other directory 
on your link path and copy c-client/rfc822.h, mail.h and linkage.h to 
/usr/local/include or some other directory in your include path. 

-----Original Message-----
From: Shena Delian O'Brien 
Subject: [PHP-INST] prob w/imap


>On ./compile with imap I get the following error:

>configure: error: Cannot find rfc822.h. Please check your IMAP installation.

>I have the newest rpm version of IMAP installed on redhat 7.2 but do not have this .h 
>>file anywhere. Is there something I'm missing?
--- End Message ---
--- Begin Message ---
On Thu, 24 Jan 2002, Matt Schroebel wrote:

> From: Matt Schroebel <[EMAIL PROTECTED]>
>
> Don't forget the rest of the instructions on the imap man page:
> http://www.php.net/manual/en/ref.imap.php
> Which say ...
> Then copy c-client/c-client.a to /usr/local/lib/libc-client.a or some other 
>directory on your link path and copy c-client/rfc822.h, mail.h and linkage.h to 
>/usr/local/include or some other directory in your include path.

Where do I find those files?

----
Shena Delian O'Brien
http://www.darklock.com/shena/


--- End Message ---
--- Begin Message ---
I think it's possible I don't have the c-client files installed. I did
install imap but I can't actually find an imap directory that holds the
mail.h and whatnot files. I've been using 'find / -name imap' in order to
look.

On Thu, 24 Jan 2002, Shena Delian O'Brien wrote:

> Date: Thu, 24 Jan 2002 11:39:13 -0500 (EST)
> From: Shena Delian O'Brien <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-INST] prob w/imap
>
> On Thu, 24 Jan 2002, Matt Schroebel wrote:
>
> > From: Matt Schroebel <[EMAIL PROTECTED]>
> >
> > Don't forget the rest of the instructions on the imap man page:
> > http://www.php.net/manual/en/ref.imap.php
> > Which say ...
> > Then copy c-client/c-client.a to /usr/local/lib/libc-client.a or some other 
>directory on your link path and copy c-client/rfc822.h, mail.h and linkage.h to 
>/usr/local/include or some other directory in your include path.
>
> Where do I find those files?
>
> ----
> Shena Delian O'Brien
> http://www.darklock.com/shena/
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>

----
Shena Delian O'Brien
http://www.darklock.com/shena/


--- End Message ---
--- Begin Message ---
You probably didn't install imap-devel rpm

On Thu, 24 Jan 2002, Shena Delian O'Brien wrote:

> On ./compile with imap I get the following error:
>
> configure: error: Cannot find rfc822.h. Please check your IMAP
> installation.
>
> I have the newest rpm version of IMAP installed on redhat 7.2 but do not
> have this .h file anywhere. Is there something I'm missing?
>
> Thanks
>
> ----
> Shena Delian O'Brien
> http://www.darklock.com/shena/
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>

--- End Message ---
--- Begin Message ---
On Thu, 24 Jan 2002, Rasmus Lerdorf wrote:

> From: Rasmus Lerdorf <[EMAIL PROTECTED]>
>
> You probably didn't install imap-devel rpm

Right on! thanks. rpmfind.net didn't list the imap-devel when I searched
for 'imap', so I assumed either there wasn't one or it wasn't necessary.
Wrong on my part I guess! I did a search for imap-devel and found it this
time.

----
Shena Delian O'Brien
http://www.darklock.com/shena/


--- End Message ---
--- Begin Message ---
wrong ;)
"Peter Meeuwsen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I've used the 'easy'-installer, which should be enough to get it
> running.. right?
>
> Someguy wrote:
>
> > did you read the php install document.did you load the module or added
the
> > lines to make it run as cgi.if so what exactly did you write.
> > "Peter Meeuwsen" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >
> >>Hi, i've tried to find a solution in one of the other messages, but i
> >>just couldn't find it...
> >>
> >>I'm running Win98 with PWS, installed PHP4, but when i make a request
> >>for a php-page, it just displays the script, without compiling it...
> >>
> >>The request is being made from another computer in my network.
> >>
> >>Do i have to make changes in the register, and if so, which
> >>modifications would that be?
> >>
> >>Anyone knows what i could do best now...? Please ask if you need more
> >>info...
> >>
> >>Thanks for taking the trouble to read this message!
> >>Peter
> >>
> >>
> >
> >
>


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

would anyone know why
mail(); and popen(); would fail
inside the libphp4.so but execute correctly
from the command line

Apache/1.3.19 (Unix)  (Red-Hat/Linux)
mod_ssl/2.8.1
OpenSSL/0.9.6
PHP/4.0.4pl1

<?
$email = "[EMAIL PROTECTED]";
$msg="testing this out";
$subject="testing";

#below all on one line...
$addons = "From: [EMAIL PROTECTED]\nReply-To:
[EMAIL PROTECTED]\nDisposition-Notification-To:
[EMAIL PROTECTED]\nX-Mailer: PHP/" .phpversion() ;
#above all on one line...

if (mail($email, $subject, $msg, $addons))
{print "mail sent"; }
else
{ print "mail died";}

$outme="Subject: $subject\n";
$outme.= "To: ".$email."\n";
$outme.= $addons."\n";
$outme.= "\n".$msg."\n";
$fp=popen ("/usr/sbin/sendmail -t -i","w");
fwrite($fp,$outme);
pclose($fp);

?>

if above is executed from command line
system accepts mail with no issues...

if run from within the apahce server.. executes
returns "mail died"
and the following in logs....
qmail-inject: fatal: read error
qmail-inject: fatal: read error

any help would be appreciated...

kenneth gf brown
ceo shadowplay.net

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

NO! you need install php in your linux box, then configure your apache web
server.

after install read the file README and INSTALL fully, is have importan
information about all process.

bye
Alvaro Hernandez

Sorry my poor english. :D                       
                        
----------- Mensaje Original --------------
                                                                
De: Sidney [[EMAIL PROTECTED]]
Para: [EMAIL PROTECTED] [[EMAIL PROTECTED]]
Cc: 
Asunto: [PHP-INST] new question / question have not ask before.
Fecha: 24/01/2002 00:40:06
Mensaje:

                        
                                Dear all,

I am a new user on php, but i would like to know can i use .php on Linux
just like running Batch files on windows9X? I mean not to use browser.

If yes, what i need to do if i have install the php4 module on linux only.

Please help me.. :(

My e-mail address is : [EMAIL PROTECTED]

Best regards,
Sidney



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



--- End Message ---
--- Begin Message ---
In php.ini:

; This directive allows you to disable certain functions for security
reasons.
; It receives a comma-deliminated list of function names.  This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
disable_functions = chown, chmod, exec, passthru.



"Frederic Trudeau" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>
> I would like to disable those 'potentially' dangerous functions on my
> server ... I can I manage to do that, other then manually edit de C code ?
>
>
> Thanks
>
>
> Frederic Trudeau
>
>
> [A]dvanced [S]upport [A]gent
> Colocation/Customer Support Agent
> CAM Internet -> http://www.cam.org
>
> "My God ! It's full of stars"
>
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>

--- End Message ---
--- Begin Message ---
Hello!
I'm having a problem when i do a make on my system.

------ debug log -----

CONFIGURE:   './configure' '--enable-magic-quotes' '--with-apxs' '--enable-shared' 
'--enable-trans-sid' '--enable-mhash' '--enable-f
tp' '--with-gettext' '--enable-mailparse' '--enable-libgcc' '--enable-calendar' 
'--with-openssl' '--with-pgsql'
CC:         gcc
CFLAGS:     -g -O2
CPPFLAGS:    -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION="/usr/local/www/data/" 
-DDEFAULT_PATH="/usr/local/bin:/bin:/usr/bin" -DACCE
PT_FILTER_NAME="httpready" -DMOD_SSL=208105 -DEAPI -DEAPI_MM -DUSE_EXPAT
CXX:
CXXFLAGS:
INCLUDES:    -I/usr/local/include/apache  -I$(top_builddir)/Zend -I/usr/local/include 
-I/usr/home/jonese/serversoftware/php-4.1.1/ex
t/mysql/libmysql
LDFLAGS:     -R/usr/local/lib -L/usr/local/lib
LIBS:       -lpq -lintl -lcrypt -lssl -lcrypto -lm  -lgcc -lcrypt
DLIBS:
SAPI:       apache
PHP_RPATHS:  /usr/local/lib
uname -a:   FreeBSD dev.futures.hua.army.mil 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue 
Sep 18 11:57:08 PDT 2001     [EMAIL PROTECTED]
eBSD.org:/usr/src/sys/compile/GENERIC  i386

gcc -o conftest -g -O2  -DHARD_SERVER_LIMIT=512 
-DDOCUMENT_LOCATION="/usr/local/www/data/" -DDEFAULT_PATH="/usr/local/bin:/bin:/usr/
bin" -DACCEPT_FILTER_NAME="httpready" -DMOD_SSL=208105 -DEAPI -DEAPI_MM -DUSE_EXPAT  
-R/usr/local/lib -L/usr/local/lib conftest.c -l
pq -lintl -lcrypt -lssl -lcrypto -lm  -lgcc -lcrypt 1>&5
/usr/libexec/elf/ld: cannot find -lpq

-------- end ---------

I see that the file /usr/libexec/elf/ld is on my system.

i'm not sure what to do so any help would be great!

Eric Jones (Contractor)
Temp E-mail: [EMAIL PROTECTED]

********************** NOTICE **********************
This e-mail account is being hosted on a 
server that is NOT on the FT. Huachuca network.

This server is not an approved DOD device and
is in no way, shape or form associated with the
DOD.

This e-mail account is not secure and is only in 
place as a temporary POC.
********************** NOTICE **********************
--- End Message ---
--- Begin Message ---
Where is the stanadard location for libpq.so/libpq-fe.h under FreeBSD?
I'll add the location if you tell me :)

What are the output from these command?
uname -a
find / -name "libpq.so"
find / -name "libpq-fe.h"

Eric Jones ) wrote:
> Hello!
> I'm having a problem when i do a make on my system.
> 
*SNIP*

> /usr/libexec/elf/ld: cannot find -lpq
> 
> -------- end ---------
> 
> I see that the file /usr/libexec/elf/ld is on my system.
> 
> i'm not sure what to do so any help would be great!

-- 
Yasuo Ohgaki
Please CC me when you reply to news/list messages.
Do not reply only to me :)

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

Has anybody sucessfully compiled php with gd-2.0.1 support. I get this
error?
<snip>
/bin/ksh /usr/src/php-4.1.1/libtool --silent --mode=compile
gcc  -I. -I/usr/src/php-4.1.1/ext/gd -I/usr/src/php-4.1.1/main -I/usr/src/ph
p-4.1.1 -I/usr/local/apache/include -I/usr/src/php-4.1.1/Zend -I/usr/local/i
nclude/freetype2/freetype -I/usr/src/php-4.1.1/ext/mysql/libmysql -I/usr/src
/php-4.1.1/ext/xml/expat  -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I/usr/src/ph
p-4.1.1/TSRM -g -O2 -prefer-pic  -c gd.c
In file included from gd.c:36:
php_gd.h:69: warning: static declaration for `gdImageColorResolve' follows
non-static
gd.c:92: conflicting types for `gdIOCtx'
/usr/include/gd_io.h:18: previous declaration of `gdIOCtx'
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/usr/src/php-4.1.1/ext/gd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/php-4.1.1/ext/gd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php-4.1.1/ext'
make: *** [all-recursive] Error 1
</snip>

Any ideas?

Thanx
/Alexander

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

I have tried to install apache 2.0.28beta with php 4.1.1 on freebsd 4.4

Installing apache is no problem and is working fine.
Then i tried to compile php 4.1.1 with --with-apxs and that is also working
fine. Then when i try to run apache 2.0.28 i get an error that the pthread
is not available.

Does anybody knows how i can install it?

Greetings,
Piet van Stralen



--- End Message ---
--- Begin Message ---
I think there are a special module for apache 2.0.x, i think it is called
apxs2

Do ./configure --with-apxs2 and remove the old apxs file in the apache dir
and it should work

/Alexander

----- Original Message -----
From: "Piet van Stralen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 24, 2002 10:56 PM
Subject: [PHP-INST] Apache 2.0.28beta, php 4.1.1 and freebsd 4.4


> Hi,
>
> I have tried to install apache 2.0.28beta with php 4.1.1 on freebsd 4.4
>
> Installing apache is no problem and is working fine.
> Then i tried to compile php 4.1.1 with --with-apxs and that is also
working
> fine. Then when i try to run apache 2.0.28 i get an error that the pthread
> is not available.
>
> Does anybody knows how i can install it?
>
> Greetings,
> Piet van Stralen
>
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>

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

I have removed the complete apache directory and recompiled it also with the
apxs2 option but that
didn't work also. It will compile without errors and php also without
errors. But then when i try
to load the apachectl start then it will give me the error about the
threads.
It is possible to compile apache with treads but then it will not compile.

Greetings,
Piet

"Acealex" <[EMAIL PROTECTED]> schreef in bericht
002c01c1a524$d515dcb0$e4d22fc2@acealex">news:002c01c1a524$d515dcb0$e4d22fc2@acealex...
> I think there are a special module for apache 2.0.x, i think it is called
> apxs2
>
> Do ./configure --with-apxs2 and remove the old apxs file in the apache dir
> and it should work
>
> /Alexander
>
> ----- Original Message -----
> From: "Piet van Stralen" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, January 24, 2002 10:56 PM
> Subject: [PHP-INST] Apache 2.0.28beta, php 4.1.1 and freebsd 4.4
>
>
> > Hi,
> >
> > I have tried to install apache 2.0.28beta with php 4.1.1 on freebsd 4.4
> >
> > Installing apache is no problem and is working fine.
> > Then i tried to compile php 4.1.1 with --with-apxs and that is also
> working
> > fine. Then when i try to run apache 2.0.28 i get an error that the
pthread
> > is not available.
> >
> > Does anybody knows how i can install it?
> >
> > Greetings,
> > Piet van Stralen
> >
> >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >
>


--- End Message ---
--- Begin Message ---
OK I've got php 4.1.1 running on a FreeBSD 4.4 box

All the steps appeared to have gone smoothly but when I do a reboot I get the error:

Cannot load /usr/local/libexec/apache/libphp4.so into server: 
/usr/local/libexec/apache/libphp4.so undefined symbol "X509_free"

any ideas???

Eric Jones (Contractor)
Pager: 520-459-9515
Temp Phone: 520-533-6628
Temp E-mail: [EMAIL PROTECTED]

********************** NOTICE **********************
This e-mail account is being hosted on a 
server that is NOT on the FT. Huachuca network.

This server is not an approved DOD device and
is in no way, shape or form associated with the
DOD.

This e-mail account is not secure and is only in 
place as a temporary POC.
********************** NOTICE **********************
--- End Message ---
--- Begin Message ---
Go to http://www.experttek.com/php/installation.php

Step by Step installatio on Win2k running IIS5


"Marios Karagiannopoulos" <[EMAIL PROTECTED]> wrote in message
000001c19d58$fa746720$239af2c3@MARIOS">news:000001c19d58$fa746720$239af2c3@MARIOS...
> Hi John. I think that the better solution to achieve the
> Compilation is to compile under a gcc cross compiler, like gcc
> For cygwin. So, go to cygwin.com and download the latest version
> Including gcc compiler.
> I hope I helped !
>
> Marios
>
> -----Original Message-----
> From: John Moeller [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 14, 2002 7:15 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] windows 2000 + PHP4.10 + gd1.8.4
>
> The problem is that the gd support included is only 1.6 (which doesn't
> have
> JPEG support).  I am having this same problem, but I don't have Visual
> C++
> to compile a new php_gd.dll (and I would rather just have the binary,
> rather
> than have to compile it).  Does anyone know how to get a php_gd.dll with
> 1.8.4?
>
> "Jonathan Hilgeman" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > You should be able to download the PHP4.10 Windows binary with the GD
> > extension already compiled in, from PHP's web site.... what else do
> you
> > need?
> >
> > - Jonathan
> >
> > -----Original Message-----
> > From: Marc Maniscalco [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, December 20, 2001 1:16 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-INST] windows 2000 + PHP4.10 + gd1.8.4
> >
> >
> > I am trying to use a PHP script called
> > jpgraph(http://www.aditus.nu/jpgraph/index.php), but I need GD-1.8.4
> > installed first.  I have read through the documentation on the gd web
> site
> > (http://www.boutell.com/gd/), and I cannot figure it out.  In windows
> I do
> > not have the slightest idea how to compile the code.  I have Visual
> C++
> 6.0,
> > and I have tried to compile it, but it keeps asking for the zlib.h
> header
> > file.  I do not know enough about the compiler to include new static
> > libraries, or dlls.  Is there anyway you guys could make a windows
> binary
> > for me to use or explain in plain english how to do it?  I am
> unfortunately
> > not a very good windows programmer.
> >
> > Here is a list of the files I have donwloaded:
> > GD-1.8.4
> > PHP-4.10
> > JPEG-6B
> > ZLIB113
> > LIBPNG1011
> >
> > I know I need the zlib, and libpng libraries inorder to compile gd.
> In
> the
> > libpng they have a project already started, so I opened it and
> compiled
> the
> > code.  It created the .lib for libpng, and zlib.  Now I think I need
> the
> > dlls? But I'm not sure, and if I do need them I don't have them.  I
> added
> > the .lib to my library's directory in the ms directory.  I try to
> compile
> > gd.c and it says it can't find zlib.h.  I then copied zlib.h(and
> zconf.h
> it
> > is included in zlib.h) into the include directory for ms.  Then I get
> the
> > errors:
> >
> > gd.obj : error LNK2001: unresolved external symbol _gdCalloc
> > gd.obj : error LNK2001: unresolved external symbol _gdMalloc
> > gd.obj : error LNK2001: unresolved external symbol _gdFree
> > gd.obj : error LNK2001: unresolved external symbol _gdSinT
> > gd.obj : error LNK2001: unresolved external symbol _gdCosT
> > gd.obj : error LNK2001: unresolved external symbol _gdRealloc
> >
> > I also get warnings about converting doubles to ints.
> >
> > I am lost at this point, any help would be appriciated.  I also
> figured
> that
> > someone would have create a binary for GD but I cannot find it.  Why
> doesn't
> > PHP include support for gd? It would make life easier (for me hahaha).
> >
> > Thanks for any help,
> > Marc Maniscalco
> >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


--- End Message ---
--- Begin Message ---
Go to http://www.experttek.com/php/installation.php

Step by Step installatio on Win2k running IIS5


"Mark" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I apologize if the title of this post sounds overly aggresive, but I have
> followed the instructions to a 'T' and got nowhere!!  I have tried the
> "auto" install version of PHP and manual instructions for installing PHP
> 4.1.1.  Neither of them work.  I added the lines to my httpd.conf file for
> both types of installs (not at the same time) as discribed in the
> Install.txt file, along with the instructions on the website, and can get
no
> "test" scripts to run or PHP for that matter.  All I get is a blank screen
> when running the CGI version or can not even get apache to load when I try
> the Module version (Get a "Requested Operation Failed" message).  can
> someone please help?????  My system is as follows:
>
> Windows 2000 SP2
> Apache 2.0.28 (I have also tried version 1.3.22 with same results as
> mentioned above)
> PHP 4.1.1
> MDAC 2.7
> MySQL 3.23.46a
>
> Thanks in advance!!
>
> Mark
>
>


--- End Message ---
--- Begin Message ---
Hi all. Here is my first attempt to make easy Step by Step installation
manual for PHP4.1.x on Windows 2000 based systems running IIS5 using CGI or
ISAPI. Here is the link that will ake a lot of people happy. :)
http://www.experttek.com/php/installation.txt

Fell free to contact me. Contacts are in the manual.


--- End Message ---
--- Begin Message ---
Sidney wrote:
> Dear all,
> 
> When I used the php engine to execute the .php files, it show the following:
> 
> [    PHP Warning:  Unable to load dynamic library
> '/usr/lib/apache/libphp4.so' - undefined symbol: ap_block_alarms in Unknown
> on line 0    ]
> 

How could you get this error message with CGI version (ie php executable)

Tipcally, to run a PHP script like a shell script, you do

php -q -f php_script_file_name_here

and php_script_file_name_here could be

<?php
echo "Hello world";
?>

-- 
Yasuo Ohgaki
Please CC me when you reply to news/list messages.
Do not reply only to me :)

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

Would you help me ? I write a shell script #!/bin/sh program and run on Linux Redhat 
6.2 (Kernel 2.2.14), but during run the script program. The program crash and output 
this error:
/home/test/script/flr_importer.sh: Can't reopen pipe to command substitution (fd 4): 
No child processes

Do you know why have this problem ? and how to turning the system ?

thk

--- End Message ---

Reply via email to