View Single Post
  #3 (permalink)  
Old 04-Jul-2009, 12:16
chattyboy chattyboy is offline
Puzzled Penguin
 
Join Date: Jul 2009
Posts: 1
chattyboy hasn't been rated much yet
Send a message via MSN to chattyboy
Default Re: PHP: Enable static version of zlib

Hi!
I faced same problem today, can not get correct values for getimagesize(*.swf)...

Apache and PHP5 were installed through YAST

Code:
yast2 -i apache2 apache2-devel apache2-mod_perl apache2-mod_php5 apache2-prefork perl-HTML-Parser perl-HTML-Tagset perl-Tie-IxHash perl-URI perl-libwww-perl php5 php5-devel zlib zlib-devel

yast2 -i php5-bcmath php5-bz2 php5-calendar php5-ctype php5-curl php5-dbase php5-dom php5-ftp php5-gd php5-gettext php5-gmp php5-iconv php5-imap php5-ldap php5-mbstring php5-mcrypt php5-mysql php5-ncurses php5-odbc php5-openssl php5-pcntl php5-pgsql php5-posix php5-shmop php5-snmp php5-soap php5-sockets php5-sqlite php5-sysvsem php5-tokenizer php5-wddx php5-xmlrpc php5-xsl php5-zlib php5-exif php5-fastcgi php5-pear php5-sysvmsg php5-sysvshm ImageMagick curl
if i ran
Code:
./configure ... --with-zlib
for downloaded from php.net source zlib works as it should

Is it possible to add " --with-zlib" to YAST PHP installation? Or is there any different way out?

P.S. Sorry for my english
Reply With Quote