Hi Guys,
I am having a few problems with compiling php-5.0.3 from source on an AMD64
under RHEL3 (on Sun v40z).
I keep getting:
configure: error: libjpeg.(a|so) not found.
but I have :
ldconfig -p | grep libgd.so
libgd.so.1.8 (libc6,x86-64) => /usr/lib64/libgd.so.1.8
libgd.so.
Hi Guys,
I am having a few problems with compiling php-5.0.3 from source on an AMD64
under RHEL3 (on Sun v40z).
I keep getting:
configure: error: libjpeg.(a|so) not found.
but I have :
ldconfig -p | grep libgd.so
libgd.so.1.8 (libc6,x86-64) => /usr/lib64/libgd.so.1.8
libgd.so.1.8
Dear Tpado,
I'm a complete newbie to this so my apologies for any breach of etiquette here.
I'm using xp pro 2002 sp2.
I've installed Apache 2.0.53
MySql 4.1.10
php 5.0.3
apache and mysql install went fine (I think).
When installing PHP, I created a folder under C: and placed all files in there.
I
Arild Reiten wrote:
Have just installed PHP 4.3.9 and Apache 1.3 on a WinXP computer.
Everything seems ok, but i can not transfer variables with PHP
With this call in IE http://127.0.0.1/test.php?a=1
And test.php looking like this:
It just prints a=
Any ideas ??
Your code requires register globals
Have just installed PHP 4.3.9 and Apache 1.3 on a WinXP computer.
Everything seems ok, but i can not transfer variables with PHP
With this call in IE http://127.0.0.1/test.php?a=1
And test.php looking like this:
It just prints a=
Any ideas ??