php-config
Posted: Mon Jan 12, 2009 12:22 pm
Hi there:
I have PHP 5.2.6 on Ubuntu 8.10
Recently, I installed swig 3.1.36 in order to run some C++ libraries from PHP
During compilation, the compile needs info about php include files, using php-config
I install php-config (1.10.11-1), still when I run
$ php-config --includes
I always receive the error message
command not found
I've read the manual on http://linux.die.net/man/1/php-config and it seems to be a very simple thing. Still I can't do anything.
I wonder if the package php-info I download is the same thing as the shell script mentioned in the manual? If not, where can I find that script?
Thank you very much
I have PHP 5.2.6 on Ubuntu 8.10
Recently, I installed swig 3.1.36 in order to run some C++ libraries from PHP
During compilation, the compile needs info about php include files, using php-config
I install php-config (1.10.11-1), still when I run
$ php-config --includes
I always receive the error message
command not found
I've read the manual on http://linux.die.net/man/1/php-config and it seems to be a very simple thing. Still I can't do anything.
I wonder if the package php-info I download is the same thing as the shell script mentioned in the manual? If not, where can I find that script?
Thank you very much