<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Click On Tyler - Latest Comments in How To Install PEAR in Mac OS X Leopard - Click On Tyler Blog</title><link>http://clickontyler.disqus.com/</link><description></description><atom:link href="https://clickontyler.disqus.com/how_to_install_pear_in_mac_os_x_leopard_click_on_tyler_blog/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 05 Nov 2008 02:45:11 -0000</lastBuildDate><item><title>Re: How To Install PEAR in Mac OS X Leopard - Click On Tyler Blog</title><link>http://clickontyler.com/blog/2008/01/how-to-install-pear-in-mac-os-x-leopard/#comment-3547372</link><description>&lt;p&gt;Thanks for this, got me off to a good start. However, I had built PHP from source and one weird thing that happens when you do that on a Mac is that the CLI PHP binary is called php.dSYM and not just PHP&lt;/p&gt;&lt;p&gt;After following your guide, I got the following errors:&lt;/p&gt;&lt;p&gt;Richs-MacBook-Pro:src rich$ pear&lt;br&gt;/usr/local/bin/pear: line 28: /usr/local/php/bin/php: No such file or directory&lt;br&gt;/usr/local/bin/pear: line 28: exec: /usr/local/php/bin/php: cannot execute: No such file or directory&lt;/p&gt;&lt;p&gt;So, to get Pear up and happy, I just did:&lt;/p&gt;&lt;p&gt;cd /usr/local/php/bin/&lt;br&gt;sudo ln -s php.dSYM php&lt;/p&gt;&lt;p&gt;I suppose you could do 'sudo mv php.dSYM php' to rename the binary instead of symlinking it.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rich</dc:creator><pubDate>Wed, 05 Nov 2008 02:45:11 -0000</pubDate></item><item><title>Re: How To Install PEAR in Mac OS X Leopard - Click On Tyler Blog</title><link>http://clickontyler.com/blog/2008/01/how-to-install-pear-in-mac-os-x-leopard/#comment-3086046</link><description>&lt;p&gt;Thanks for this, very useful :-)&lt;/p&gt;&lt;p&gt;I needed to change the default install location as it was defaulting to the location that I saved go-pear.php (~/Downloads) but apart from that, worked well.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John McKerrell</dc:creator><pubDate>Thu, 16 Oct 2008 05:37:02 -0000</pubDate></item><item><title>Re: How To Install PEAR in Mac OS X Leopard - Click On Tyler Blog</title><link>http://clickontyler.com/blog/2008/01/how-to-install-pear-in-mac-os-x-leopard/#comment-2788809</link><description>&lt;p&gt;do you know if i can just move the whole directory to a different location and reference the change in php.ini?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Calleiro</dc:creator><pubDate>Wed, 01 Oct 2008 18:46:57 -0000</pubDate></item><item><title>Re: How To Install PEAR in Mac OS X Leopard - Click On Tyler Blog</title><link>http://clickontyler.com/blog/2008/01/how-to-install-pear-in-mac-os-x-leopard/#comment-2788793</link><description>&lt;p&gt;if i want to move my installation do i just move the the ones in my home folder to /usr/local/bin and  in php.ini let it know?&lt;/p&gt;&lt;p&gt;also how do i put it on my path to call commands without having to type out the full location?&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Calleiro</dc:creator><pubDate>Wed, 01 Oct 2008 18:45:23 -0000</pubDate></item><item><title>Re: How To Install PEAR in Mac OS X Leopard - Click On Tyler Blog</title><link>http://clickontyler.com/blog/2008/01/how-to-install-pear-in-mac-os-x-leopard/#comment-1048954</link><description>&lt;p&gt;My installation defaulted to install in "/Users/matt/pear" which was where I did the curl from.&lt;/p&gt;&lt;p&gt;I had to manually enter the prefix as "/usr/share/pear" during the installation process.&lt;/p&gt;&lt;p&gt;I also didn't need to edit the ini file, as the go-pear.php installer did it automatically for me.&lt;/p&gt;&lt;p&gt;Thanks for the instructions.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Connolly</dc:creator><pubDate>Wed, 30 Jul 2008 07:37:06 -0000</pubDate></item><item><title>Re: How To Install PEAR in Mac OS X Leopard - Click On Tyler Blog</title><link>http://clickontyler.com/blog/2008/01/how-to-install-pear-in-mac-os-x-leopard/#comment-718459</link><description>&lt;p&gt;You have to watch the default installation directory - this caught me off guard and didn't work the first time round because it installed in my User directory.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joel Taylor</dc:creator><pubDate>Fri, 20 Jun 2008 17:38:58 -0000</pubDate></item><item><title>Re: How To Install PEAR in Mac OS X Leopard - Click On Tyler Blog</title><link>http://clickontyler.com/blog/2008/01/how-to-install-pear-in-mac-os-x-leopard/#comment-685089</link><description>&lt;p&gt;Worked for me, thank you kindly. I chose to use /usr/local for my install location instead of the default /Users/justin, to keep my home folder clean and make the installation available to all users of the system. Kudos on the simple quick instructions&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin</dc:creator><pubDate>Mon, 16 Jun 2008 13:57:05 -0000</pubDate></item><item><title>Re: How To Install PEAR in Mac OS X Leopard - Click On Tyler Blog</title><link>http://clickontyler.com/blog/2008/01/how-to-install-pear-in-mac-os-x-leopard/#comment-610108</link><description>&lt;p&gt;That's exactly what I've been looking for! Clear and easy. Now, I'm going to check how to use pear to install additionnal packages... :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin</dc:creator><pubDate>Fri, 06 Jun 2008 16:47:02 -0000</pubDate></item></channel></rss>