[Ilugc] PHP install + woody

  • From: suraj@xxxxxxxxxxxxxx (Suraj Kumar)
  • Date: Mon, 12 Aug 2002 20:50:03 +0530

hi,

vellore satyanarayanan somasundaram wrote on Mon, Aug 12, 2002 at 07:26:44AM 
-0000: 
vs>   I have some doubt in installing PHP in woody. I had downloaded 
vs> php-4.2.2 tarball. Should I convert it into a deb package and 
vs> install it or just compiling from source would be fine. When I 
vs> compiled it from source, the process went fine. But I don't see 
vs> the php binary in the /usr/bin or /usr/local/bin which is used to 
vs> run php scripts from console.

If you are compiling from the tar ball, there are two things to observe:

1. Donot use the --with-apxs config option. This will compile it as an
   apache module.
2. do a ./configure; make; make install; This will install php in
   /usr/local/ by default. 

<Nice things to try>
Try with --enable-sockets, --with-ncurses, --with-pcntl
</Nice Things>

   -Suraj
-- 
+----------------------------------------------<suraj@xxxxxxxxxxxxxx>--+
| Seasoned wine deludes those who drink it;                            |
| nothing delights like love at sight                                  |
| (love that beauty darts - 10), Thirukkural                           |
+--<http://www.symonds.net/~suraj/>------------------------------------+

Other related posts:

  • » [Ilugc] PHP install + woody - Suraj Kumar