<?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: Step-by-step Mac Tutorial for rankingfactors.pl</title>
	<atom:link href="http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/</link>
	<description>Companion Blog to SEO Warrior Book</description>
	<lastBuildDate>Fri, 28 Oct 2011 00:23:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: John</title>
		<link>http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/comment-page-1/#comment-440</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 28 Oct 2011 00:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.seowarrior.net/?p=375#comment-440</guid>
		<description>Hi Neil,
May want to check these links: 
https://bbs.archlinux.org/viewtopic.php?pid=715402
http://stackoverflow.com/questions/2279414/why-does-my-perl-program-complain-cant-locate-uri-pm-in-inc
http://www.perlmonks.org/?node_id=280985
http://ubuntuforums.org/archive/index.php/t-1279901.html

Also just by looking at your errors, it seems as if either LWP is not visible to Perl or you will need to install LWP or even some other modules. 

I hope that helps. 
John</description>
		<content:encoded><![CDATA[<p>Hi Neil,<br />
May want to check these links:<br />
<a href="https://bbs.archlinux.org/viewtopic.php?pid=715402" rel="nofollow">https://bbs.archlinux.org/viewtopic.php?pid=715402</a><br />
<a href="http://stackoverflow.com/questions/2279414/why-does-my-perl-program-complain-cant-locate-uri-pm-in-inc" rel="nofollow">http://stackoverflow.com/quest.....-pm-in-inc</a><br />
<a href="http://www.perlmonks.org/?node_id=280985" rel="nofollow">http://www.perlmonks.org/?node_id=280985</a><br />
<a href="http://ubuntuforums.org/archive/index.php/t-1279901.html" rel="nofollow">http://ubuntuforums.org/archiv.....79901.html</a></p>
<p>Also just by looking at your errors, it seems as if either LWP is not visible to Perl or you will need to install LWP or even some other modules. </p>
<p>I hope that helps.<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neilgee</title>
		<link>http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/comment-page-1/#comment-439</link>
		<dc:creator>neilgee</dc:creator>
		<pubDate>Thu, 27 Oct 2011 22:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.seowarrior.net/?p=375#comment-439</guid>
		<description>Hi John,
I am getting the same error as &quot;nkraf&quot; above.
When running the script originally I get the &quot;Can&#039;t locate LWP/Simple.pm &quot; 

So I copied the LWP directory and filed it in both /perl5/site_perl/5.10.1 and  /perl5/5.10.1 but now when i run the script I get:

&quot;BEGIN failed--compilation aborted at /Applications/XAMPP/xamppfiles/lib/perl5/5.10.1/LWP/Simple.pm line 14.
Compilation failed in require at rankingfactors.pl line 22.
BEGIN failed--compilation aborted at rankingfactors.pl line 22.&quot;

I am running OSX 10.7.2.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
I am getting the same error as &#8220;nkraf&#8221; above.<br />
When running the script originally I get the &#8220;Can&#8217;t locate LWP/Simple.pm &#8221; </p>
<p>So I copied the LWP directory and filed it in both /perl5/site_perl/5.10.1 and  /perl5/5.10.1 but now when i run the script I get:</p>
<p>&#8220;BEGIN failed&#8211;compilation aborted at /Applications/XAMPP/xamppfiles/lib/perl5/5.10.1/LWP/Simple.pm line 14.<br />
Compilation failed in require at rankingfactors.pl line 22.<br />
BEGIN failed&#8211;compilation aborted at rankingfactors.pl line 22.&#8221;</p>
<p>I am running OSX 10.7.2.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/comment-page-1/#comment-160</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 09 Feb 2011 03:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.seowarrior.net/?p=375#comment-160</guid>
		<description>Copying last Jason&#039;s email (solution). 
---
I got it to work. Maybe I was wrong from the beginning, but I&#039;ve
never read anything about having to be logged in as a superuser to
make it work. Here is what I was doing:
 
Open Terminal (logged in as user/myname)
Run the export script
perl /applications/xampp/htdocs/book/downloads/chapter-4/rankingfactors.pl
 
I would get the long list I originally sent you.
 
To get it to work, I did this:
sudo -s
cd /applications/xampp/htdocs/book/downloads/chapter-4/
perl rankingfactors.pl
 
Was I missing something from the beginning? If not let me know and I
am happy to summarize what I did in the blog post responses in case
someone else needs it.
 
Thanks again for all the help. I will more than likely hit you up
again, your insights are great, the book is great, and these tools are
phenomenal.
---

and the previous email...

---
Here are my permissions. The rankingfactors.pl file and the
index.html file in the reports folder do not have the @ in the
permissions. Could that be the cause? What kind of extended
attributes are those files supposed to have, and is it complicated to
change them?
 
Chapter-4 Folder:
drwxrwxrwx@ 12 root admin 408 Jan 20 15:45 .
drwxrwxrwx@ 13 root admin 442 Jan 20 15:58 ..
-rwxrwxrwx@ 1 root admin 10 Jan 7 2010 dos.bat
-rwxrwxrwx@ 1 root admin 0 Jan 11 2010 find
-rwxrwxrwx@ 1 root admin 259 Jan 8 2010 index.html
-rwxrwxrwx@ 1 root admin 72290 Jan 12 2010 rankingfactors.html
-rwxrwxrwx 1 root admin 63307 Jan 12 2010 rankingfactors.pl
-rwxrwxrwx@ 1 root admin 73616 Jan 11 2010 rankingfactors.pl.original.txt
drwxrwxrwx@ 6 root admin 204 Jan 12 2010 report
drwxrwxrwx@ 21 root admin 714 Jan 12 2010 serptemp
-rwxrwxrwx@ 1 root admin 52 Jan 11 2010 setpath.bat
-rwxrwxrwx@ 1 root admin 1360 Jan 8 2010 view.php
 
Report folder:
drwxrwxrwx@ 6 root admin 204 Jan 12 2010 .
drwxrwxrwx@ 12 root admin 408 Jan 20 15:45 ..
-rwxrwxrwx@ 1 root admin 10133 Jan 12 2010 bing.html
-rwxrwxrwx@ 1 root admin 9408 Jan 12 2010 google.html
-rwxrwxrwx 1 root admin 258 Jan 12 2010 index.html
drwxrwxrwx@ 24 root admin 816 Jan 12 2010 maps
---
</description>
		<content:encoded><![CDATA[<p>Copying last Jason&#8217;s email (solution).<br />
&#8212;<br />
I got it to work. Maybe I was wrong from the beginning, but I&#8217;ve<br />
never read anything about having to be logged in as a superuser to<br />
make it work. Here is what I was doing:</p>
<p>Open Terminal (logged in as user/myname)<br />
Run the export script<br />
perl /applications/xampp/htdocs/book/downloads/chapter-4/rankingfactors.pl</p>
<p>I would get the long list I originally sent you.</p>
<p>To get it to work, I did this:<br />
sudo -s<br />
cd /applications/xampp/htdocs/book/downloads/chapter-4/<br />
perl rankingfactors.pl</p>
<p>Was I missing something from the beginning? If not let me know and I<br />
am happy to summarize what I did in the blog post responses in case<br />
someone else needs it.</p>
<p>Thanks again for all the help. I will more than likely hit you up<br />
again, your insights are great, the book is great, and these tools are<br />
phenomenal.<br />
&#8212;</p>
<p>and the previous email&#8230;</p>
<p>&#8212;<br />
Here are my permissions. The rankingfactors.pl file and the<br />
index.html file in the reports folder do not have the @ in the<br />
permissions. Could that be the cause? What kind of extended<br />
attributes are those files supposed to have, and is it complicated to<br />
change them?</p>
<p>Chapter-4 Folder:<br />
drwxrwxrwx@ 12 root admin 408 Jan 20 15:45 .<br />
drwxrwxrwx@ 13 root admin 442 Jan 20 15:58 ..<br />
-rwxrwxrwx@ 1 root admin 10 Jan 7 2010 dos.bat<br />
-rwxrwxrwx@ 1 root admin 0 Jan 11 2010 find<br />
-rwxrwxrwx@ 1 root admin 259 Jan 8 2010 index.html<br />
-rwxrwxrwx@ 1 root admin 72290 Jan 12 2010 rankingfactors.html<br />
-rwxrwxrwx 1 root admin 63307 Jan 12 2010 rankingfactors.pl<br />
-rwxrwxrwx@ 1 root admin 73616 Jan 11 2010 rankingfactors.pl.original.txt<br />
drwxrwxrwx@ 6 root admin 204 Jan 12 2010 report<br />
drwxrwxrwx@ 21 root admin 714 Jan 12 2010 serptemp<br />
-rwxrwxrwx@ 1 root admin 52 Jan 11 2010 setpath.bat<br />
-rwxrwxrwx@ 1 root admin 1360 Jan 8 2010 view.php</p>
<p>Report folder:<br />
drwxrwxrwx@ 6 root admin 204 Jan 12 2010 .<br />
drwxrwxrwx@ 12 root admin 408 Jan 20 15:45 ..<br />
-rwxrwxrwx@ 1 root admin 10133 Jan 12 2010 bing.html<br />
-rwxrwxrwx@ 1 root admin 9408 Jan 12 2010 google.html<br />
-rwxrwxrwx 1 root admin 258 Jan 12 2010 index.html<br />
drwxrwxrwx@ 24 root admin 816 Jan 12 2010 maps<br />
&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/comment-page-1/#comment-155</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 30 Jan 2011 07:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.seowarrior.net/?p=375#comment-155</guid>
		<description>Hi Jason,

You can send it to johnj (at) this-website.net. 

John</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>You can send it to johnj (at) this-website.net. </p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Hill</title>
		<link>http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/comment-page-1/#comment-154</link>
		<dc:creator>Jason Hill</dc:creator>
		<pubDate>Fri, 28 Jan 2011 17:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.seowarrior.net/?p=375#comment-154</guid>
		<description>John, sorry for the delay in getting back to you.  I had to upgrade OS to get LWP/Simple.pm installed and it took me a little longer to find my Snow Leopard disk.

While looking I tried again on my laptop and got the same results.  Once up and running on my desktop the same things happens. Checked for the folders and they are there...and your sample reports for &#039;buy shoes&#039; are there.  I have a screenshot of warnings, where do you want me to send it?

-Jason</description>
		<content:encoded><![CDATA[<p>John, sorry for the delay in getting back to you.  I had to upgrade OS to get LWP/Simple.pm installed and it took me a little longer to find my Snow Leopard disk.</p>
<p>While looking I tried again on my laptop and got the same results.  Once up and running on my desktop the same things happens. Checked for the folders and they are there&#8230;and your sample reports for &#8216;buy shoes&#8217; are there.  I have a screenshot of warnings, where do you want me to send it?</p>
<p>-Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/comment-page-1/#comment-153</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 24 Jan 2011 22:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.seowarrior.net/?p=375#comment-153</guid>
		<description>Hi Jason,

My best advise would be to rerun the script/scenario again. Also make sure that the report folder exists. If you have another Mac or PC try runing it there as well. Please send me a screen shot of the missing file warnnings the next time you run it. 

Thanks!
John</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>My best advise would be to rerun the script/scenario again. Also make sure that the report folder exists. If you have another Mac or PC try runing it there as well. Please send me a screen shot of the missing file warnnings the next time you run it. </p>
<p>Thanks!<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Hill</title>
		<link>http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/comment-page-1/#comment-152</link>
		<dc:creator>Jason Hill</dc:creator>
		<pubDate>Mon, 24 Jan 2011 22:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.seowarrior.net/?p=375#comment-152</guid>
		<description>John,

I will add my thanks to everyone else&#039;s. Awesome work.

When I run the script I get the same thing as Matt above;only the file does not exist prompt happens multiple times and the last few lines read:

..finished average page size analysis
..finished optimum number of words analysis
file does not exist (repeated 25 or so times)
problem code:3 Bo such file or directory
..finished website size analysis

When I go looking for the report it does not seem to have generated the file(s)

Any thought?  Thanks in advance for any help.</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>I will add my thanks to everyone else&#8217;s. Awesome work.</p>
<p>When I run the script I get the same thing as Matt above;only the file does not exist prompt happens multiple times and the last few lines read:</p>
<p>..finished average page size analysis<br />
..finished optimum number of words analysis<br />
file does not exist (repeated 25 or so times)<br />
problem code:3 Bo such file or directory<br />
..finished website size analysis</p>
<p>When I go looking for the report it does not seem to have generated the file(s)</p>
<p>Any thought?  Thanks in advance for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/comment-page-1/#comment-149</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 15 Jan 2011 04:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.seowarrior.net/?p=375#comment-149</guid>
		<description>Hello,

Sorry for delayed reply. Please see other related posts and try following directions. From your message there is a problem in locating one of the Perl modules (Simple.pm). You need to find a way to get the script to see this file. Also see this link: http://discussions.apple.com/thread.jspa?threadID=988677

Regards,
John</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Sorry for delayed reply. Please see other related posts and try following directions. From your message there is a problem in locating one of the Perl modules (Simple.pm). You need to find a way to get the script to see this file. Also see this link: <a href="http://discussions.apple.com/thread.jspa?threadID=988677" rel="nofollow">http://discussions.apple.com/t.....dID=988677</a></p>
<p>Regards,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/comment-page-1/#comment-148</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 15 Jan 2011 04:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.seowarrior.net/?p=375#comment-148</guid>
		<description>Hi Matt,

Thanks for your comments. Now to answer your questions: 

1) Yes, patience is the virtue (lot of processing going on). Yes DO ignore the warnings. This happens from time to time. Some reasons include timeouts in retrieving a particular page. The report should still be accurate based on all data the script was able to get. 

2) The .profile file is typically placed in your user home directory. You can find further helpful information in these 2 links: 
http://oreilly.com/pub/a/mac/2004/02/24/bash.html
http://serverfault.com/questions/85233/where-is-my-profile-file-in-snow-leopard

You can have multiple commands in your .profile file. 

I hope that helps. 
John</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Thanks for your comments. Now to answer your questions: </p>
<p>1) Yes, patience is the virtue (lot of processing going on). Yes DO ignore the warnings. This happens from time to time. Some reasons include timeouts in retrieving a particular page. The report should still be accurate based on all data the script was able to get. </p>
<p>2) The .profile file is typically placed in your user home directory. You can find further helpful information in these 2 links:<br />
<a href="http://oreilly.com/pub/a/mac/2004/02/24/bash.html" rel="nofollow">http://oreilly.com/pub/a/mac/2004/02/24/bash.html</a><br />
<a href="http://serverfault.com/questions/85233/where-is-my-profile-file-in-snow-leopard" rel="nofollow">http://serverfault.com/questio.....ow-leopard</a></p>
<p>You can have multiple commands in your .profile file. </p>
<p>I hope that helps.<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.seowarrior.net/step-by-step-mac-tutorial-for-rankingfactors-pl/comment-page-1/#comment-147</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 14 Jan 2011 00:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.seowarrior.net/?p=375#comment-147</guid>
		<description>Hi John,
I&#039;ve been trying to get the script running on my mac (running 10.6.6) and I have a few questions:

• I have copied (and double-checked!) that the files &#039;TreeBuilder.pm&#039;, &#039;Element.pm&#039; and &#039;Round.pm&#039; are in the correct locations in my brand new XAMPP installation (version 1.7.2)

• When I execute the script, I get the following:

Starting..
..cleanup done
..getting SERPs
..got the SERPs
..got the real titles
..finished partial title comparisons
..finished keyword title comparisons
..finished title page copy comparisons
..finished domain name exact keyword analysis
..finished domain name partial keyword analysis
File not found when calculating keyword density.
..finished description META analysis
..finished header tags analysis
file does not exist
..finished keyword proximity analysis
..finished outbound links analysis
..finished outbound link PR analysis
..finished average page size analysis
..finished optimum number of words analysis
..finished website size analysis

• The script hangs for a while at the keyword proximity analysis (but eventually gets past it - I noticed a few people reporting this hang in the PC instructions but patience seems to be the virtue!) - when I look at the report generated there *is* data in the keyword density and header tags columns. Should the warnings in the script be ignored or do the &#039;file not found&#039; errors mean that the data in the report will be inaccurate?

• Also, in which directory do I put the .profile file so I don&#039;t have to enter the &#039;export path&#039; line everytime? Should the .profile file contain *just* the &#039;export path&#039; line?

I have no experience with perl and really appreciate your help!
Thank you
Matt</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
I&#8217;ve been trying to get the script running on my mac (running 10.6.6) and I have a few questions:</p>
<p>• I have copied (and double-checked!) that the files &#8216;TreeBuilder.pm&#8217;, &#8216;Element.pm&#8217; and &#8216;Round.pm&#8217; are in the correct locations in my brand new XAMPP installation (version 1.7.2)</p>
<p>• When I execute the script, I get the following:</p>
<p>Starting..<br />
..cleanup done<br />
..getting SERPs<br />
..got the SERPs<br />
..got the real titles<br />
..finished partial title comparisons<br />
..finished keyword title comparisons<br />
..finished title page copy comparisons<br />
..finished domain name exact keyword analysis<br />
..finished domain name partial keyword analysis<br />
File not found when calculating keyword density.<br />
..finished description META analysis<br />
..finished header tags analysis<br />
file does not exist<br />
..finished keyword proximity analysis<br />
..finished outbound links analysis<br />
..finished outbound link PR analysis<br />
..finished average page size analysis<br />
..finished optimum number of words analysis<br />
..finished website size analysis</p>
<p>• The script hangs for a while at the keyword proximity analysis (but eventually gets past it &#8211; I noticed a few people reporting this hang in the PC instructions but patience seems to be the virtue!) &#8211; when I look at the report generated there *is* data in the keyword density and header tags columns. Should the warnings in the script be ignored or do the &#8216;file not found&#8217; errors mean that the data in the report will be inaccurate?</p>
<p>• Also, in which directory do I put the .profile file so I don&#8217;t have to enter the &#8216;export path&#8217; line everytime? Should the .profile file contain *just* the &#8216;export path&#8217; line?</p>
<p>I have no experience with perl and really appreciate your help!<br />
Thank you<br />
Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

