View Single Post
  #7  
Old 07-25-2006, 11:54 AM
amcd amcd is offline
Member
 
Join Date: Jul 2006
Posts: 17
Quote:
Originally Posted by xing
Remove the current APC source directory. Re-download APC package and uncompress. And start the compilation from the beginning.

Looks like you compiled APC for PHP 4.4 and then used the same source directory for PHP 5. You usually can get away with this with "make clean" by removing all PHP 4.4 generated config files but most often than not, you run into problems if all files are not removed.
i already did that

later i created a new directory and tried to install the latest version from cvs also, but same results
Reply With Quote