Re: [PHP-INSTALL] I cant get php_gd.dll to work

2008-03-20 Thread Christopher Jones
Mark wrote: I try to run the following code fragment to test it out And I get. Notice: Undefined variable: imagecreate in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\livepoker.php on line 5 Fatal error: Function name must be a string in C:\Program Files\Apache Sof

[PHP-INSTALL] I cant get php_gd.dll to work

2008-03-20 Thread Mark
Hi, Im new to php and i cant get the gd graphics library to work. Im running Apache, Mysql, Windows xp I downloaded and installed php from php.net. After much screwing around I finally got in to work with mysql and wrote a few basic scripts. Im stuck on the gd libarary. I downloaded the file p

[PHP-INSTALL] PHP 5.2.5 on Centos install issue

2008-03-20 Thread Mike
I am getting an error when i try to make on PHP-5.2.5. The error I am getting is /usr/bin/ld: cannot find -lltdl collect2: ld returned 1 exit status make: *** [libphp5.la] Error 1 I used this command to configure: ../configure --with-apxs2=/usr/sbin/apxs --with-gettext --with-dom --with-mcrypt

Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-20 Thread Ofer Inbar
Keith Roberts <[EMAIL PROTECTED]> wrote: > Well I compiled PHP with the following ./configure options: > (I'm the only user on my system - 'keith' or 'root') [...] > So I now have PEAR in /usr/local/PEAR. Reason for doing this [...] > I generally run PEAR as root user anyway, so maybe that's > why