| Article: |
Introduction to Socket Programming with PHP | |
| Subject: | Re: unable to run this script | |
| Date: | 2003-01-26 23:03:12 | |
| From: | dsolin | |
|
Response to: Re: unable to run this script
|
||
|
Hi again!
|
||
Showing messages 1 through 3 of 3.
-
Re: unable to run this script
2003-01-29 02:45:00 manjay_dwivedi [View]
-
Re: unable to run this script
2003-01-29 02:51:12 dsolin [View]
Hi again,
Did you compile and install PHP from source? If so, recompile it but this time run the configure-script without the --with-apxs switch:
cd <php-src-dir>
./configure --prefix=/usr/local
make
This should generate a php binary (a file called 'php') in your <php-src-dir>. Simply copy this file to /usr/local/bin:
cp php /usr/local/bin
If you installed PHP from a binary package, try to find a CGI-version of the package, and install that one. What Linux distribution do you use?
Best,
Daniel
-
Re: unable to run this script
2003-01-29 03:11:42 manjay_dwivedi [View]
thankx a lot dear
now i'm enable to run the script.
thanx a lot 4 coopration.



Is the default path is --/usr/local/bin/
yeah i got error when i trying to run php sock.php
it's giving me command not found error .
wat i should do ,where is the fault.
plz try to solve the problem.
Regards
Manjay