View Single Post
  #2 (permalink)  
Old 24-Nov-2008, 14:25
adriandelatabla's Avatar
adriandelatabla adriandelatabla is offline
Puzzled Penguin
 
Join Date: Nov 2008
Posts: 47
adriandelatabla hasn't been rated much yet
Default Re: PHP: Enable static version of zlib

Did you check this in your configure command line?
Code:
'--disable-static' '--enable-shared'
It seems that you are instructing php to build with shared libraries only.
Reply With Quote