[PHP-INST] CyberCash Problem

2002-03-27 Thread Gabriel Richards
I have recompiled PHP 4.1.1 --with-cybercash=/path/to/mck/source. No errors on ./configure nor make nor make install, however, when I try to call a cybercash function, I get "undefined function", so it seems the CyberCash module didn't install properly. Since the configure lines scroll by too fa

[PHP-INST] Problem Recompiling for GD Support

2001-12-13 Thread Gabriel Richards
Hi, I'm trying to recompile PHP to include GD and PDFLib support. So, I've installed those libraries (as well as zlib, libjpeg, libtiff, libpng), deleted config.cache, then ran : ./configure --with-apxs=/usr/local/apache/bin/apxs --with-openssl --enable-f tp --with-gd=shared -with-mysql=/usr --wi

[PHP-INST] conflicting types for `gdIOCtx'

2001-12-11 Thread Gabriel Richards
Hi, I'm trying to recompile PHP to include GD and PDFLib support. So, I've installed those libraries (as well as zlib, libjpeg, libtiff, libpng), delete config.cache, then ran : ./configure --with-apxs=/usr/local/apache/bin/apxs --with-openssl --enable-f tp --with-gd=shared -with-mysql=/usr --wit

RE: [PHP-INST] Cannot Find MySQL Header Files

2001-11-19 Thread Gabriel Richards
2001 1:36 PM To: Gabriel Richards Cc: PHP Install Subject: Re: [PHP-INST] Cannot Find MySQL Header Files What are you using? If the header files are under /usr/local/include/mysql and the library files under /usr/local/lib/mysql then you should use --with-mysql=/usr/local -Rasmus On Mon, 19 No

[PHP-INST] Cannot Find MySQL Header Files

2001-11-19 Thread Gabriel Richards
I installed MySQL via the RPMs. I installed MySQL, as well as the server, client and develop RPMs. The PHP RPM doesn't seem to set everything up right, so I've been trying to build it from source, but keep getting "Cannot find header files under [where I think the header files are]." So, where ar

[PHP-INST] RPM Installation Did Not Install PHP Modules

2001-11-18 Thread Gabriel Richards
I installed PHP/Apache/MySQL via the Red Hat installation process (7.2), but Apache isn't processing PHP files, they show up as plain text in the browser. I checked with the FAQ and related documentation which said to ensure that the AddModule and LoadModule directives where there and not commente