php-install Digest 25 Sep 2001 17:06:11 -0000 Issue 474 Topics (messages 4392 through 4398): business client's servers coming off lease next month - grab them cheap 4392 by: news suEXEC 4393 by: Hostmaster FFST Re: fatal: relocation error 4394 by: Marco Hainaut Installing memory limit patch with PHP 4.0.6 as Apache Module 4395 by: Sven Hahn - seitenblick - How to check for imap in pre-installation. 4396 by: Antoon Frehe 4397 by: Jeremy Wadsack Apache PHP Module not working (everything else is) - HELP!!! 4398 by: billos 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] ----------------------------------------------------------------------
One of our corporate clients has all servers coming off lease next month - they want to upgrade and are buying all new servers. Grab these cheap - Wholesale Dedicated server deal at $59.00 per month per server! If interested click the link and get more info. http://www.raqx.com/pages/specials.shtml Raqx Web hosting
Hello ! I'm running Apache 1.3.20 with PHP 4.0.6 as an Apache module, and I want to define the user under PHP write files ( and have permissions). I've installed Apache with suEXEC and I've defined User and Group in the VirtualHost section, but it doesn't works :(
Hi Keith, I think U must edit your httpd.conf file at line 205 and correct the path to the libphp4.so at the right place : try with : LoadModule php4_module /usr/local/apache/libexec/libphp4.so Regards MArco At 14:04 24/09/2001 -0700, Keith Fleming wrote: >When trying to start apache I receive the following >error: > >Syntax error on line 205 of >/usr/local/apache/conf/httpd.conf: >Cannot load /usr/local/apache/libexec/libphp4.so into >server: ld.so.1: /usr/local/apache/bin/httpd: fatal: >relocation error: file >/usr/local/apache/libexec/libphp4.so: symbol >uncompress: referenced symbol not found >/usr/local/apache/bin/apachectl start: httpd could not >be started > > >Line 205 = LoadModule php4_module >libexec/libphp4.so > >If I comment this line out, then the web server starts >just fine. > >Hardware: SPARC >OS: Solaris 8 >GCC: gcc version 2.95.3 20010315 > >APACHE INSTALL: >./configure \ >"--prefix=/usr/local/apache" \ >"--enable-module=so" \ >"--with-layout=Apache" \ > > > >PHP INSTALL: >./configure \ >"--with-apxs=/usr/local/apache/bin/apxs" \ >"--enable-versioning" \ >"--with-mysql=/usr/local/mysql" \ >"--enable-track-vars" \ > > >Any ideas of what my problem could be? > >Keith > > > >__________________________________________________ >Do You Yahoo!? >Get email alerts & NEW webcam video instant messaging with Yahoo! >Messenger. http://im.yahoo.com > >-- >PHP Install Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hi, it's sounding a little bit curious, but I've got no idea what to do with the PHP 4.0.6 memory-limit patch which I got from the download area. How can I include this patch to my installed PHP (as Apache module)? Do I have to configure/make/make install PHP again? Does this work although PHP is installed and configured? tnx, Sven
Dear All, Is there a 'simple' way to check if the php4 installation that came precompiled with SuSE contains stuff like imap support? Thx Antoon
Antoon Frehe ([EMAIL PROTECTED]): > Is there a 'simple' way to check if the php4 installation that came > precompiled with SuSE contains stuff like imap support? Create a php page on your site with a call to phpinfo(). The results will tell you a lot about how php was built (including what config options you need to rebuild it). -- Jeremy Wadsack Wadsack-Allen Digital Group
Hi, If anyone can help me with this, I would really appreciate it! ok, Got Apache 1.3, installed on an NT4 box, with MySQL and PHP4 I can query the MySQL db with PHP, but ONLY in a standalone DOS box, the rows are returned, as requested, no problem... I had been starting Apache in a DOS box, before installing it as a service. When starting with DOS box, the banner declares that PHP has been loaded, so know the PHP module has been loaded, but... *** Cannot use PHP, via code embedded in html doc, i.e. apache doesn't seem to be redirecting the PHP commands to PHP, the page is just blank, with no error message! *** I'm sure I've followed all the intructions in "install.txt" that came with PHP, but it's drivin me NUTS! I'm pretty sure that it's a conf thing in httpd.conf (apache's def conf file) can ANYONE help??? Cheers, bm