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
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
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=
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
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
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/
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
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
Some files to be downloaded have extension tar.gz.
Is this for Windows?
How do I extract these files?