Yes python is already installed but somehow it does not find it. I tried to specify the path using :
pecl install python-0.8.0 --with-python=/path to python
But it does not work !
User Profile
Collapse
-
PECL python installation problem
Hello everyone,
I'm trying to install with command :
pecl install python-0.8.0
This fails with the error:
checking for Python files in default path... not found
configure: error: Please specify path to Python distribution files
ERROR: `/tmp/pear/temp/python/configure' failed
Could you please tell me How & where do I specify this path?
Thanks... -
Fcgi with Apache worker module
Hello everyone,
I would like to know how can I make 2 requests at a time, but without using 2 fcgi processes.
In fact I'm using the worker module of apache and I just want to make the second request in a second thread of the same fcgi process
Thanks in advance
Anis -
The function is executed and it should display the argument I gave but instead I have a random number.
Could you explain more about the dll export viewer please ?Leave a comment:
-
How can I call a C function from php (with argmts) ?
How can I call a C function from php (with argmts)?
In fact, I just need to call a C function which is in a library. I tried this :
system('rundll3 2.exe library.dll,fun ction 20 ');
I can call my function but I can't pass 20 as an argument to my C function.
I also checked php extensions but clearly that is not what I need
Many thanks in advance for your answers
No activity results to display
Show More
Leave a comment: