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
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
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
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
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
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