php-install Digest 29 Apr 2001 14:01:47 -0000 Issue 284 Topics (messages 2935 through 2937): OT - FreeBSD 4.2 Ftp Support Issue 2935 by: Chris W PHP4 - RPM 2936 by: Alexander Melnikov Re: how to turn on php4 to support mysql ... 2937 by: B. van Ouwerkerk Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
Hello all, I'm wondering if someone might be able to help me with a weird problem i am having. I've had php4 up and running on my freebsd4.2 raq for quite a while now and all has been fine, recently ive had the need to compile ftp support into php. No matter what I do,( using the port or a manual compile), I can't get php to take ftp support. I don't get any errors during the make process and all appears to be all find and dandy. But when I fire apache back up and pull up a phpinfo() I have no ftp support, all else still works and nothing reports there being any problem with php, it just not taking the ftp ext. at all. I tried using the ftp commands just to see if maybe it wasn't reporting to the info file, but no go. If anyone has any insight on why this is happening I would gladly appreciate it. TIA -Chris
Where a'm get php4-x-x.RPM for RedHat 6.X? Thank's Alexander
>from phpinfo() I know that php 4 is not >configure with mysql, how do I turn it on >in redhat 7.0 ????? Doesn't matter which Linux distro you're using. If you would have bothered to read the docs (or this lists archive) you would have know you should do a --with-mysql=/path/to/mysql while installing PHP.. www.devshed.com has a nice tutorial.. this website has been mentioned a million times in the archives.. Bye, B.