The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Web Programming, Web 2.0 and Mashups
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 04-25-2009
thegeek thegeek is offline
Registered User
  
 

Join Date: Apr 2009
Location: /usr/bin/vim
Posts: 464
Yes, you are right that the current compilation has not generated the libphp5.so, bcoz i did is

./configure
make && make install

which has not created any libphp5.so file.

So i tried doing,
./configure --with-apxs

I believe this is the way to create the libphp5.so ? Am i right in saying this ??

And while doing make i am facing the following error ?
make: *** [sapi/apache2handler/mod_php5.lo] Error 1

I searched, and tried hard to rectify the error and no progress in it.

---

Actually i have Debian Etch, where there is no package for the php 5.2.9 so i am installing from source which is making these issues ... Please help me solving the above issue, and guide me in installing 5.2.9 in Debian Etch 3.0 .

Any help is appreciated !