<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Apache, PHP, GD &amp; Mod_Perl Guide</title> <atom:link href="http://mansurovs.com/tech/apache-howto/feed" rel="self" type="application/rss+xml" /><link>http://mansurovs.com/tech/apache-howto?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apache-howto</link> <description>The Mansurovs provide various digital photography tips, tutorials and guides to photographers</description> <lastBuildDate>Thu, 24 May 2012 03:24:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Hans Verstraelen</title><link>http://mansurovs.com/tech/apache-howto#comment-10881</link> <dc:creator>Hans Verstraelen</dc:creator> <pubDate>Sun, 11 Dec 2005 09:54:33 +0000</pubDate> <guid isPermaLink="false">http://mansurovs.com/archives/2004/07/20/apache-howto/#comment-10881</guid> <description>Great piece of work ! Thanks. I ran into conflicting library versions and eventually decided to install XAMPP from apachefriends.org which contains all the pieces I need.</description> <content:encoded><![CDATA[<p>Great piece of work ! Thanks. I ran into conflicting library versions and eventually decided to install XAMPP from apachefriends.org which contains all the pieces I need.</p> ]]></content:encoded> </item> <item><title>By: FunkyNet.cz</title><link>http://mansurovs.com/tech/apache-howto#comment-10880</link> <dc:creator>FunkyNet.cz</dc:creator> <pubDate>Sun, 06 Nov 2005 17:10:36 +0000</pubDate> <guid isPermaLink="false">http://mansurovs.com/archives/2004/07/20/apache-howto/#comment-10880</guid> <description>Your &quot;HOWTO&quot; is very usefull and simple for understanding... Thank you! Only one problem occured, when I try to use Sablot-1.0.1.tar.gz (SSL error - undefined reference etc.). After use newer version of Sablot (1.0.2) problem fade away and now all working perfectly !!!  Thank you very much! J.L</description> <content:encoded><![CDATA[<p>Your &#8220;HOWTO&#8221; is very usefull and simple for understanding&#8230; Thank you!<br /> Only one problem occured, when I try to use Sablot-1.0.1.tar.gz (SSL error &#8211; undefined reference etc.). After use newer version of Sablot (1.0.2) problem fade away and now all working perfectly !!!  Thank you very much!<br /> J.L</p> ]]></content:encoded> </item> <item><title>By: bramez</title><link>http://mansurovs.com/tech/apache-howto#comment-10879</link> <dc:creator>bramez</dc:creator> <pubDate>Thu, 22 Sep 2005 10:14:23 +0000</pubDate> <guid isPermaLink="false">http://mansurovs.com/archives/2004/07/20/apache-howto/#comment-10879</guid> <description>Great! It worked perfectly.Thanks for all!-bramez</description> <content:encoded><![CDATA[<p>Great! It worked perfectly.</p><p>Thanks for all!</p><p>-bramez</p> ]]></content:encoded> </item> <item><title>By: Andy Jackson</title><link>http://mansurovs.com/tech/apache-howto#comment-10878</link> <dc:creator>Andy Jackson</dc:creator> <pubDate>Mon, 19 Sep 2005 12:53:34 +0000</pubDate> <guid isPermaLink="false">http://mansurovs.com/archives/2004/07/20/apache-howto/#comment-10878</guid> <description>Hi - can anyone give me some assistance - I&#039;m totally new to Linux and trying to install MySql by following this guide as I&#039;m trying to replace my WinXP email server with one running Mandrake 10.1.  When I run /usr/local/mysql/bin/mysql -p I get the error   2002 (HY000): Can&#039;t connect to local MySql server through socket &#039;/tmp/mysql.sock&#039; (111)I&#039;m stuck - can anyone help please?Thanks Andy</description> <content:encoded><![CDATA[<p>Hi &#8211; can anyone give me some assistance &#8211; I&#8217;m totally new to Linux and trying to install MySql by following this guide as I&#8217;m trying to replace my WinXP email server with one running Mandrake 10.1.  When I run /usr/local/mysql/bin/mysql -p I get the error   2002 (HY000): Can&#8217;t connect to local MySql server through socket &#8216;/tmp/mysql.sock&#8217; (111)</p><p>I&#8217;m stuck &#8211; can anyone help please?</p><p>Thanks<br /> Andy</p> ]]></content:encoded> </item> <item><title>By: Dave Taylor</title><link>http://mansurovs.com/tech/apache-howto#comment-10877</link> <dc:creator>Dave Taylor</dc:creator> <pubDate>Wed, 09 Mar 2005 04:27:56 +0000</pubDate> <guid isPermaLink="false">http://mansurovs.com/archives/2004/07/20/apache-howto/#comment-10877</guid> <description>David Taylor: What kind of error are you getting while compiling SMBauth? Instead of &quot;doesn&#039;t work&quot;, could you give more details on what&#039;s going on? Could it be something configuration related? Are you trying to compile SMBauth into apache or installing it as a loadable module with apxs? --------------- Just following up. The problem was smbauth would segfault when  validating a password against Windows Active Directortory Server, while, if I remember correctly, it would authenticate successfully  when used  with the Red Hat provided php.  I eventually recompiled the php sources with nothing else but: ./configure --with-apxs=/etc/httpd/bin/apxs --prefix=/usr/localand smbauth worked fine.  Later, the project was delayed, then ended so I stopped persuing the issue.  The conflict is to be found in one of the ./configure options for php.I&#039;ll figure it out sooner or later ;-)Dave</description> <content:encoded><![CDATA[<p>David Taylor: What kind of error are you getting while compiling SMBauth? Instead of &#8220;doesn&#8217;t work&#8221;, could you give more details on what&#8217;s going on? Could it be something configuration related? Are you trying to compile SMBauth into apache or installing it as a loadable module with apxs?<br /> &#8212;&#8212;&#8212;&#8212;&#8212;<br /> Just following up. The problem was smbauth would segfault when  validating a password against Windows Active Directortory Server, while, if I remember correctly, it would authenticate successfully  when used  with the Red Hat provided php.  I eventually recompiled the php sources with nothing else but:<br /> ./configure &#8211;with-apxs=/etc/httpd/bin/apxs &#8211;prefix=/usr/local</p><p>and smbauth worked fine.  Later, the project was delayed, then ended so I stopped persuing the issue.  The conflict is to be found in one of the ./configure options for php.</p><p>I&#8217;ll figure it out sooner or later ;-)</p><p>Dave</p> ]]></content:encoded> </item> <item><title>By: MegaZ</title><link>http://mansurovs.com/tech/apache-howto#comment-10876</link> <dc:creator>MegaZ</dc:creator> <pubDate>Thu, 23 Dec 2004 04:12:36 +0000</pubDate> <guid isPermaLink="false">http://mansurovs.com/archives/2004/07/20/apache-howto/#comment-10876</guid> <description>&lt;b&gt;Frank&lt;/b&gt;: yes, you are right. Thanks for pointing that out! The new mod_perl files are for Apache 2. The latest version of mod_perl for Apache 1.3 is still 1.29.</description> <content:encoded><![CDATA[<p><b>Frank</b>: yes, you are right. Thanks for pointing that out! The new mod_perl files are for Apache 2. The latest version of mod_perl for Apache 1.3 is still 1.29.</p> ]]></content:encoded> </item> <item><title>By: MegaZ</title><link>http://mansurovs.com/tech/apache-howto#comment-10875</link> <dc:creator>MegaZ</dc:creator> <pubDate>Thu, 23 Dec 2004 04:10:06 +0000</pubDate> <guid isPermaLink="false">http://mansurovs.com/archives/2004/07/20/apache-howto/#comment-10875</guid> <description>&lt;b&gt;Sanjay&lt;/b&gt;: seems like there is a problem with your perl installation. Try to remove mod_perl from the install scripts and see how it goes.</description> <content:encoded><![CDATA[<p><b>Sanjay</b>: seems like there is a problem with your perl installation. Try to remove mod_perl from the install scripts and see how it goes.</p> ]]></content:encoded> </item> <item><title>By: sanjay</title><link>http://mansurovs.com/tech/apache-howto#comment-10874</link> <dc:creator>sanjay</dc:creator> <pubDate>Mon, 20 Dec 2004 12:14:56 +0000</pubDate> <guid isPermaLink="false">http://mansurovs.com/archives/2004/07/20/apache-howto/#comment-10874</guid> <description>Hi ..I was trying this to use in at my Slackware 10 . I had apache 1.3.31 , mod_ssl , imap , mhash, php, xpat already install through default install . I removed them by &#039;pkgremove&#039; . I didn&#039;t find other problems but at time of apache install ..i don&#039;t know why that gave and how to solve. I &#039;m new to slack ..please help ..this is what i &#039;ve got while compiling apache . :: undefined reference to `PL_op&#039; modules/perl/libperl.a(Server.o)(.text+0xb73): In function `XS_Apache__Server_timeout&#039;: : undefined reference to `PL_op&#039; ................ ................ collect2: ld returned 1 exit status make[3]: *** [target_static] Error 1 make[3]: Leaving directory `/usr/local/src/apache_1.3.33/src&#039; make[2]: *** [build-std] Error 2 make[2]: Leaving directory `/usr/local/src/apache_1.3.33&#039; make[1]: *** [build] Error 2 make[1]: Leaving directory `/usr/local/src/apache_1.3.33&#039; make: *** [install-all] Error 2Those who &#039;ve been successful in installing .. could you pls help regarding this..Sanjay Saha</description> <content:encoded><![CDATA[<p>Hi ..</p><p>I was trying this to use in at my Slackware 10 .<br /> I had apache 1.3.31 , mod_ssl , imap , mhash, php, xpat already install through default install . I removed them by &#8216;pkgremove&#8217; . I didn&#8217;t find other problems but at time of apache install ..</p><p>i don&#8217;t know why that gave and how to solve. I &#8216;m new to slack ..</p><p>please help ..</p><p>this is what i &#8216;ve got while compiling apache . :</p><p>: undefined reference to `PL_op&#8217;<br /> modules/perl/libperl.a(Server.o)(.text+0xb73): In function `XS_Apache__Server_timeout&#8217;:<br /> : undefined reference to `PL_op&#8217;<br /> &#8230;&#8230;&#8230;&#8230;&#8230;.<br /> &#8230;&#8230;&#8230;&#8230;&#8230;.<br /> collect2: ld returned 1 exit status<br /> make[3]: *** [target_static] Error 1<br /> make[3]: Leaving directory `/usr/local/src/apache_1.3.33/src&#8217;<br /> make[2]: *** [build-std] Error 2<br /> make[2]: Leaving directory `/usr/local/src/apache_1.3.33&#8242;<br /> make[1]: *** [build] Error 2<br /> make[1]: Leaving directory `/usr/local/src/apache_1.3.33&#8242;<br /> make: *** [install-all] Error 2</p><p>Those who &#8216;ve been successful in installing .. could you pls help regarding this..</p><p>Sanjay Saha</p> ]]></content:encoded> </item> <item><title>By: Fred Brende</title><link>http://mansurovs.com/tech/apache-howto#comment-10873</link> <dc:creator>Fred Brende</dc:creator> <pubDate>Wed, 01 Dec 2004 09:18:33 +0000</pubDate> <guid isPermaLink="false">http://mansurovs.com/archives/2004/07/20/apache-howto/#comment-10873</guid> <description>When configuring IMAP for FreeBSD make sure to change &#039;slx&#039; after the make to &#039;bsf&#039;, and for that matter whatever platform you are using make sure to change this flag to the appropriate setting by looking at the makefile.</description> <content:encoded><![CDATA[<p>When configuring IMAP for FreeBSD make sure to change &#8216;slx&#8217; after the make to &#8216;bsf&#8217;, and for that matter whatever platform you are using make sure to change this flag to the appropriate setting by looking at the makefile.</p> ]]></content:encoded> </item> <item><title>By: Fred Brende</title><link>http://mansurovs.com/tech/apache-howto#comment-10872</link> <dc:creator>Fred Brende</dc:creator> <pubDate>Wed, 01 Dec 2004 06:59:27 +0000</pubDate> <guid isPermaLink="false">http://mansurovs.com/archives/2004/07/20/apache-howto/#comment-10872</guid> <description>Is it possible to use mod_perl newer than the mod_perl-1.29.tar.gz?  There are sevearl newer versions since 2003, or are those for apache 2? Thanks Fred</description> <content:encoded><![CDATA[<p>Is it possible to use mod_perl newer than the mod_perl-1.29.tar.gz?  There are sevearl newer versions since 2003, or are those for apache 2?<br /> Thanks<br /> Fred</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: mansurovs.com @ 2012-05-23 21:27:45 by W3 Total Cache -->
