RE: [PHP] PHP Installation question

2006-12-09 Thread Beauford
: [PHP] PHP Installation question Beauford wrote: > Hi, > > I am trying to install vBulletin and keep getting this error: Fatal error: > Call to undefined function: gzinflate(). > > The only thing I can find on this is that zlib needs to be configured > with PHP at compile time.

Re: [PHP] PHP Installation question

2006-12-07 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-12-08 12:21:16 +1100: > Beauford wrote: > >I'm thinking though that this isn't really the problem. When I install > >Slackware, I install everything (except for games). On my older PC I > >installed version 8.1 and had no problems, but now with version 10 I have > >proble

Re: [PHP] PHP Installation question

2006-12-07 Thread Ryan Creaser
Beauford wrote: Hi, I am trying to install vBulletin and keep getting this error: Fatal error: Call to undefined function: gzinflate(). The only thing I can find on this is that zlib needs to be configured with PHP at compile time. So I reinstalled PHP using the following: ./configure --with

RE: [PHP] PHP Installation question

2006-12-07 Thread Beauford
rd Cc: php-general@lists.php.net Subject: Re: [PHP] PHP Installation question Beauford wrote: > I'm thinking though that this isn't really the problem. When I install > Slackware, I install everything (except for games). On my older PC I > installed version 8.1 and had no proble

Re: [PHP] PHP Installation question

2006-12-07 Thread Chris
Beauford wrote: I'm thinking though that this isn't really the problem. When I install Slackware, I install everything (except for games). On my older PC I installed version 8.1 and had no problems, but now with version 10 I have problems. I'm pretty sure that zlib-dev or zlib-devel has never bee

RE: [PHP] PHP Installation question

2006-12-07 Thread Beauford
een included in either version of Slack. So I think I'm just going around in circles with this. Thoughts.. B -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: December 7, 2006 12:15 AM To: Beauford Cc: php-general@lists.php.net Subject: Re: [PHP] PHP Installation ques

Re: [PHP] PHP Installation question

2006-12-06 Thread Chris
Beauford wrote: I have zlib-1.2.1.1-i486-1. Whether that is zlib-devel or zlib-dev I have no idea, and not sure how to find out. Zlib is different to zlib-dev/zlib-devel. The zlib package only contains the binaries and man pages. The zlib-devel package contains the header files (zlib.h for ex

RE: [PHP] PHP Installation question

2006-12-06 Thread Beauford
al Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: December 6, 2006 7:35 PM To: Beauford Cc: php-general@lists.php.net Subject: Re: [PHP] PHP Installation question Beauford wrote: > Hi, > > I am trying to install vBulletin and keep getting this error: Fatal error: > Call

Re: [PHP] PHP Installation question

2006-12-06 Thread Chris
Beauford wrote: Hi, I am trying to install vBulletin and keep getting this error: Fatal error: Call to undefined function: gzinflate(). The only thing I can find on this is that zlib needs to be configured with PHP at compile time. So I reinstalled PHP using the following: ./configure --with-

[PHP] PHP Installation question

2006-12-06 Thread Beauford
Hi, I am trying to install vBulletin and keep getting this error: Fatal error: Call to undefined function: gzinflate(). The only thing I can find on this is that zlib needs to be configured with PHP at compile time. So I reinstalled PHP using the following: ./configure --with-mysql --with-apach