[resolved] PHP: using ./configure
Posted: Wed Jan 10, 2007 11:33 am
I'm on Debian Linux, using PHP5.
I have a certain package missing from my PHP installation and I need to reinstall with that package included. I understand that I need to do something like before I do my
According to some site I found, I need to be in my PHP directory in order to use the configure program. I would always get a "No such file or directory" message when I tried ./configure. To be honest, I'm not even sure how to know what my PHP directory is. So my questions are:
1. How do I know what my PHP directory is?
2. Am I correct in my understanding of how to install a certain package?
Thanks,
Jason
I have a certain package missing from my PHP installation and I need to reinstall with that package included. I understand that I need to do something like
Code: Select all
./configure --with-xslCode: Select all
apt-get install php51. How do I know what my PHP directory is?
2. Am I correct in my understanding of how to install a certain package?
Thanks,
Jason