Re: [PHP-INSTALL] php on rh8

2003-09-15 Thread James Hughbanks
Try changing the --James On Saturday, Sep 13, 2003, at 16:58 America/New_York, Kalin Mintchev wrote: hi all, problems on rh8 the box was build with the standard php-4.2.2 from the redhat rpms. without the cli. i need the cli so i deleted the rpm ( rpm -e php...) install and build php-4.3.0

Re: [PHP-INSTALL] Installing w/ GD support

2003-09-15 Thread James Hughbanks
BJ, try --with-jpeg-dir=/usr/lib --with-zlib-dir=/usr/lib I have mandrake too, seems like it has problems finding the libs. Also do a rpm -qa|grep zlib and rpm-qa|grep jpeg and make sure that you have both the package and the package-devel rpm's installed, like zlib1-devel-version, as these are

[PHP-INSTALL] Installing w/ GD support

2003-09-15 Thread BJ Morden
Hey everyone, I am trying to get GD working w/ php 4.3.3 and mandrake 9.1. I am using ./configure --with-apxs=/apache2/bin/apxs --with-gd --enable-gd-native-ttf I keep getting the error: If configure fails try --with-jpeg-dir= configure: error: PNG support requires ZLIB. Use --with-zlib-dir=

[PHP-INSTALL] php-mysql not installed

2003-09-15 Thread ar
My os is mandrake 9.1 How is the php-mysql extension installed on this platform? I have mysql and php installed (as rpm packages). phpinfo() displays the configure command which does not include --with-mysql. phpinfo said that the extensions could be installed by doing urpmi php-theextension, so

Re: [PHP-INSTALL] install issues.

2003-09-15 Thread Didier McGillis
Sorry dont know if I mentioned this in the email make: *** [ext/ctype/ctype.lo] Error 1 Is the last thing I get. From: "Didier McGillis" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] install issues. Date: Mon, 15 Sep 2003 19:30:52 + Having some issues with setting up PHP. Pr

[PHP-INSTALL] install issues.

2003-09-15 Thread Didier McGillis
Having some issues with setting up PHP. Pretty new to this, I have looked at the mailing list and couldnt find anything. ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs ... Generating files updating cache ./config.cache creating ./config.status creating php4.spec creating main/

[PHP-INSTALL] problems after upgrading from 4.2.3 to 4.3.3

2003-09-15 Thread hansjo
I am having problems since upgrade from 4.2.3 to 4.3.3. I try to open and read a file from a remote server: $source = fopen(http://www.remote-server.../$remote_file,"r";); $content = fread($source, 50); But only the first 2731 characters are read into $content by fread. fread works correct whe

Re: [PHP-INSTALL] file with extension tar.gz

2003-09-15 Thread Martin Östlund
Hello. This is usally the PHP source code for Unixsystems, and is extracted with the tar command. If you're looking for Windows releases, this is not what you want to download. -Martin On Tue, 16 Sep 2003, SAGERAT wrote: > Some files to be downloaded have extension tar.gz. > Is this for Windows

[PHP-INSTALL] file with extension tar.gz

2003-09-15 Thread SAGERAT
Some files to be downloaded have extension tar.gz. Is this for Windows? How do I extract these files?