<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015573" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015573</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/php-install-problem#comment-1090328</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by nike_guy_man &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;hmmm&lt;br /&gt;
I tried apachectl configtest and it tells me apachectl is not a valid command.&lt;br /&gt;
Is this a mandrake command or all apache?&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;go into your apache/bin directory, then do a listing.  Do you see &#039;apachectl&#039;?&lt;/p&gt;
&lt;p&gt;if so run &quot;./apachectl configtest&quot;&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 Sep 2001 07:37:37 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1090328 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/php-install-problem#comment-1090319</link>
    <description> &lt;p&gt;hmmm&lt;br /&gt;
I tried apachectl configtest and it tells me apachectl is not a valid command.&lt;br /&gt;
Is this a mandrake command or all apache?&lt;/p&gt;
&lt;p&gt;Mairving: mod_php4.so is NOT listed there.&lt;br /&gt;
I&#039;m going to download it and try to install it.&lt;br /&gt;
Thanks!&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 Sep 2001 02:23:36 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1090319 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/php-install-problem#comment-1090318</link>
    <description> &lt;p&gt;I installed zlib and libpng.&lt;br /&gt;
I re-configured PHP, ran &#039;make&#039;, and &#039;make install&#039;.&lt;br /&gt;
&#039;./apachectl configtest&#039; passed, and apache is now parsing PHP&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thank You!&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 Sep 2001 02:20:48 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1090318 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/php-install-problem#comment-1090297</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by nike_guy_man &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
However, all I get is the text file in my browser.&lt;br /&gt;
Any ideas? &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;A text file when running a PHP script? If so then you probably need to make sure of a couple of things:&lt;br /&gt;
(1.) Make sure that you have a line like this in httpd.conf&lt;br /&gt;
&lt;strong&gt;AddType application/x-httpd-php .php .php3 .php4&lt;/strong&gt;&lt;br /&gt;
(2.)Make sure that the script is executable.&lt;br /&gt;
(3.)Make sure that you compiled in apache. Try running &lt;strong&gt;httpd -l&lt;/strong&gt; to see if mod_php4.c exists.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Sep 2001 12:17:32 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1090297 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/php-install-problem#comment-1090286</link>
    <description> &lt;p&gt;Hey&lt;br /&gt;
I was just installing RH 7.1 on my new awesome server/workstation, and I ran into some problems too.&lt;br /&gt;
I compiled everything, fixed all the httpd.conf files (libphp4.so was marked in the wrong spot), and restarted apache.&lt;br /&gt;
However, all I get is the text file in my browser.&lt;br /&gt;
Any ideas?&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Sep 2001 03:29:31 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1090286 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/php-install-problem#comment-1090270</link>
    <description> &lt;p&gt;I would install them. I usually put the install directories in /usr/local/...&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Sep 2001 18:48:58 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1090270 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/php-install-problem#comment-1090264</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;[root@host php]# rm config.cache &lt;br /&gt;[root@host php]# ./configure \&lt;br /&gt;--prefix=/usr/local/php \&lt;br /&gt;--with-apxs=/usr/local/apache/bin/apxs \&lt;br /&gt;--with-mysql=/usr/local/mysql \&lt;br /&gt;--enable-track-vars \&lt;br /&gt;--enable-trans-sid \&lt;br /&gt;--enable-magic-quotes \&lt;br /&gt;--with-zlib&lt;br /&gt;&lt;br /&gt;.....&lt;br /&gt;&lt;br /&gt;Configuring extensions&lt;br /&gt;checking if the location of ZLIB install directory is defined... no&lt;br /&gt;checking whether to include ZLIB support... yes&lt;br /&gt;configure: error: Cannot find libz&lt;br /&gt;[root@host php]# find / -name zlib* 2&amp;gt;/dev/null &amp;amp;&lt;br /&gt;[1] 20102&lt;br /&gt;[root@host php]# /usr/lib/python2.0/lib-dynload/zlibmodule.so&lt;br /&gt;/usr/local/php-4.0.6/ext/zlib&lt;br /&gt;/usr/local/php-4.0.6/ext/zlib/zlib.c&lt;br /&gt;/usr/local/php-4.0.6/ext/zlib/zlib.dsp&lt;br /&gt;/usr/local/php-4.0.6/ext/zlib/zlib.m4&lt;br /&gt;/usr/local/php-4.0.6/ext/zlib/zlib_fopen_wrapper.c&lt;br /&gt;/usr/local/php-4.0.6/ext/zlib/zlib_win32_howto.txt&lt;br /&gt;/home/server_stuff/php/php-4.0.6/ext/zlib&lt;br /&gt;/home/server_stuff/php/php-4.0.6/ext/zlib/zlib.c&lt;br /&gt;/home/server_stuff/php/php-4.0.6/ext/zlib/zlib.dsp&lt;br /&gt;/home/server_stuff/php/php-4.0.6/ext/zlib/zlib.m4&lt;br /&gt;/home/server_stuff/php/php-4.0.6/ext/zlib/zlib_fopen_wrapper.c&lt;br /&gt;/home/server_stuff/php/php-4.0.6/ext/zlib/zlib_win32_howto.txt&lt;br /&gt;/mnt/cdrom/Mandrake/RPMS/zlib1-1.1.3-15mdk.i586.rpm&lt;br /&gt;/mnt/cdrom/Mandrake/RPMS/zlib1-devel-1.1.3-15mdk.i586.rpm&lt;br /&gt;[root@host php]# find / -name libz* 2&amp;gt;/dev/null &amp;amp;&lt;br /&gt;[1] 22911&lt;br /&gt;[root@host php]# /usr/lib/libz.so.1.1.3&lt;br /&gt;/usr/lib/libzvt.so.2&lt;br /&gt;/usr/lib/libzvt.so.2.2.10&lt;br /&gt;/mnt/cdrom/Mandrake/mdkinst/lib/libz.so.1&lt;br /&gt;/lib/libz.so.1&lt;br /&gt;/lib/libz.so.1.1.3&lt;br /&gt;[root@host php]# find / -name libpng* 2&amp;gt;/dev/null &amp;amp;&lt;br /&gt;[1] 22958&lt;br /&gt;[root@host php]# /usr/share/doc/libpng2-1.0.9&lt;br /&gt;/usr/share/doc/libpng2-1.0.9/libpng.txt&lt;br /&gt;/usr/lib/libpng.so.2&lt;br /&gt;/usr/lib/libpng.so.2.1.0.9&lt;br /&gt;/mnt/cdrom/Mandrake/mdkinst/lib/libpng.so.2&lt;br /&gt;/mnt/cdrom/Mandrake/RPMS/libpng2-1.0.9-1mdk.i586.rpm&lt;br /&gt;/mnt/cdrom/Mandrake/RPMS/libpng2-devel-1.0.9-1mdk.i586.rpm&lt;br /&gt;[root@host php]# &lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Do I not have zlib or libz or whatever it wants installed?&lt;br /&gt;
I just now downloaded zlib and libpng, should I install them?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Sep 2001 16:03:37 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1090264 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/php-install-problem#comment-1090253</link>
    <description> &lt;p&gt;Try adding --with-zlib to your configure line in PHP.&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Sep 2001 11:29:18 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1090253 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
