Re: [PHP] How to add Zlib support

2004-08-24 Thread Curt Zirzow
* Thus wrote Mauricio Pellegrini: > Curt Zirzow wrote: > > Ok, Thanks . > > But should I recompile only php or do I have to recompile > apache,mysql,etcetera,etcetera? Nope, php will be compiled as a shared object so everything else doesn't need to be recompiled. Curt -- First, let me assure

Re: [PHP] How to add Zlib support

2004-08-24 Thread Mauricio Pellegrini
Curt Zirzow wrote: > * Thus wrote Mauricio Pellegrini: >> >> It's a requisite that the compression library has to be zlib. >> >> I don't know how to do that. >> >> I guess I should reconfigure with >> >> './configure' >> '--with-mysql' >> '--with-apxs=/usr/local/apache/

Re: [PHP] How to add Zlib support

2004-08-23 Thread Curt Zirzow
* Thus wrote Mauricio Pellegrini: > > It's a requisite that the compression library has to be zlib. > > I don't know how to do that. > > I guess I should reconfigure with > > './configure' > '--with-mysql' > '--with-apxs=/usr/local/apache/bin/apxs' > '--with-zl

[PHP] How to add Zlib support

2004-08-23 Thread Mauricio Pellegrini
Hi , On March 9th this year I 've compiled and installed php 4.3.4 on SuSe linux Server with apache 1.3. The configure command was this: './configure' '--with-mysql' '--with-apxs=/usr/local/apache/bin/apxs' '-enable-dbase' Nowadays I'm urged to install z

Re: [PHP] How to add zlib support

2004-08-23 Thread Curt Zirzow
I dont see how this has anything to do with: - Cookie behaviour - opening a save dialog box. - unlink and rmdir problems Please start a new email when starting a new topic, this is the 3rd unrelated topic that has been started on this thread. Curt -- First, let me assure you that this

[PHP] How to add zlib support

2004-08-23 Thread Mauricio Pellegrini
Hi , On March 9th this year I 've compiled and installed php 4.3.4 on SuSe linux Server with apache 1.3. The configure command was this: './configure' '--with-mysql' '--with-apxs=/usr/local/apache/bin/apxs' '-enable-dbase' Nowadays I'm urged to install zl