php-install Digest 4 Apr 2001 18:00:48 -0000 Issue 247 Topics (messages 2680 through 2684): Re: Error configuring PHP for build 2680 by: B. van Ouwerkerk couldn't install php on RH7 2681 by: Ujwol Problem installing IMAP 2682 by: Richard Gordon FREE LEADS FOR OUR GROUP!! 2683 by: wealthclub2738933.aol.com Trying to run PHP with BOA 2684 by: Jurgen Defurne 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] ----------------------------------------------------------------------
>I am trying to install PHP on a Red Hat Linux system and get an error which >seems to complain about not finding the mySql client software. both mySql >and Apache are installed and working correctly. Can anyone help point me in >the right direction with this. I have attached the debug.log file Yeah.. no log found.. anyway.. did you compile --with-mysql=/path_to_mysql ?? More info on how to install Apache/MySQL and PHP can be found on www.devshed.com Bye, B.
Hi, I'm installing php 4 by the rpm. I have apache server which came along with Red Hat 7. Now as per insturctions, I tried to restart apache, it fails saying mod_php.so not found. When I loaded it in /etc/httpd/modules/ , it says ---Cannot load /etc/httpd/modules/mod_php.so into server: libgd.so.1: cannot open shared object file: No such file or directory. Do I have to run rpms for all these missing files too? Regds Ujwol
I am having a problem getting php4.0.4pl1 to work will imap on my Mandrake 7.2 linux system. I am configuriging the system using the following configure options :- ./configure --with-apxs \ --with-oci8 \ --without-mysql \ --with-pgsql \ --with-imap \ --with-ldap I have followed the instructions about c-client and have tried upgrading to imap-2000c and even imap-2001beta packages from ftp.cac.washington.edu/imap/ Evering seems to compile and install OK but when I try to start apache I get the following message :- Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: mxdriver Any help would be appreciated. -- Thanks, Richard
ATTENTION: ANY SERIOUS NETWORK MARKETER TAKE A LOOK AT THE FOLLOWING OPPORTUNITY I CAME ACROSS!! IF YOU PLUG INTO THEIR PROVEN SYSTEM, THEY GUARANTEE YOU SUCCESS, AND PROVIDE YOU WITH FREE LEADS TO BUILD YOUR GROUP!! DO NOT LET THIS SLIP AWAY!! CLICK BELOW AND FIND OUT AS I DID, WHY THESE GUYS ARE THE LEADERS IN THE INDUSTRY!! http://www.geocities.com/wealthclub8989 ***************************************************************** THIS EMAIL COMPLIES WITH ALL REGULATIONS. TO BE REMOVED WITHIN 24 Hours, SIMPLYEMAIL [EMAIL PROTECTED] FOR IMMEDIATE REMOVAL FROM ANY FUTURE EMAILS FROM OUR COMPANY. *****************************************************************
Hello, I am trying to use PHP with the BOA web server as a CGI application. I can't find how to make BOA use it. Or should I do like always : #!/usr/bin/php3 ...html here and execute chmod a+x on the php pages ? Jurgen