<?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: Installing Bugzilla on Mac OS X Server</title>
	<atom:link href="http://wiki.springsurprise.com/2009/09/30/installing-bugzilla-on-mac-os-x-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiki.springsurprise.com/2009/09/30/installing-bugzilla-on-mac-os-x-server/</link>
	<description>Technical scribbles in the sand</description>
	<lastBuildDate>Tue, 13 Sep 2011 20:28:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Brian Winters</title>
		<link>http://wiki.springsurprise.com/2009/09/30/installing-bugzilla-on-mac-os-x-server/comment-page-1/#comment-545</link>
		<dc:creator>Brian Winters</dc:creator>
		<pubDate>Sun, 27 Mar 2011 20:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://wiki.springsurprise.com/?p=237#comment-545</guid>
		<description>I finally found the fix and wanted to share in case others ran across this same problem. 

ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/local/lib/libmysqlclient.18.dylib</description>
		<content:encoded><![CDATA[<p>I finally found the fix and wanted to share in case others ran across this same problem. </p>
<p>ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/local/lib/libmysqlclient.18.dylib</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Winters</title>
		<link>http://wiki.springsurprise.com/2009/09/30/installing-bugzilla-on-mac-os-x-server/comment-page-1/#comment-544</link>
		<dc:creator>Brian Winters</dc:creator>
		<pubDate>Sun, 27 Mar 2011 09:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://wiki.springsurprise.com/?p=237#comment-544</guid>
		<description>After major problems getting DBD::MYSQL to finally install(reverting back to bugzilla 3.6.4 did the trick) and thinking everything was working great, I find that it&#039;s not working after all. Even though all tests from testserver.pl pass with flying colors I&#039;m getting errors trying to load the index page. Specifically, the error message is:

Software error:

install_driver(mysql) failed: Can&#039;t load &#039;/Library/Perl/5.8.8/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle&#039; for module DBD::mysql: dlopen(/Library/Perl/5.8.8/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle, 1): Library not loaded: libmysqlclient.18.dylib
  Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle
  Reason: image not found at /System/Library/Perl/5.8.8/darwin-thread-multi-2level/DynaLoader.pm line 230.
 at (eval 42) line 3
Compilation failed in require at (eval 42) line 3.
Perhaps a required shared library or dll isn&#039;t installed where expected
 at Bugzilla/DB.pm line 1101

I&#039;m so close but every time I think I finally have this working, another problem comes up. I&#039;m on Mac OS X server version 10.5.8. I do wonder if there is a problem with Apache2 running in 64bit mode vs. 32bit Perl and MySQL. If anyone has any ideas I would love to finally be done with this install. Thanks</description>
		<content:encoded><![CDATA[<p>After major problems getting DBD::MYSQL to finally install(reverting back to bugzilla 3.6.4 did the trick) and thinking everything was working great, I find that it&#8217;s not working after all. Even though all tests from testserver.pl pass with flying colors I&#8217;m getting errors trying to load the index page. Specifically, the error message is:</p>
<p>Software error:</p>
<p>install_driver(mysql) failed: Can&#8217;t load &#8216;/Library/Perl/5.8.8/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle&#8217; for module DBD::mysql: dlopen(/Library/Perl/5.8.8/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle, 1): Library not loaded: libmysqlclient.18.dylib<br />
  Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle<br />
  Reason: image not found at /System/Library/Perl/5.8.8/darwin-thread-multi-2level/DynaLoader.pm line 230.<br />
 at (eval 42) line 3<br />
Compilation failed in require at (eval 42) line 3.<br />
Perhaps a required shared library or dll isn&#8217;t installed where expected<br />
 at Bugzilla/DB.pm line 1101</p>
<p>I&#8217;m so close but every time I think I finally have this working, another problem comes up. I&#8217;m on Mac OS X server version 10.5.8. I do wonder if there is a problem with Apache2 running in 64bit mode vs. 32bit Perl and MySQL. If anyone has any ideas I would love to finally be done with this install. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnlinvc</title>
		<link>http://wiki.springsurprise.com/2009/09/30/installing-bugzilla-on-mac-os-x-server/comment-page-1/#comment-277</link>
		<dc:creator>johnlinvc</dc:creator>
		<pubDate>Tue, 14 Dec 2010 01:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://wiki.springsurprise.com/?p=237#comment-277</guid>
		<description>@Jeremy 
I got the same problem as you .
And My solution is a little different. Cause mysql in 10.6 server seems broken.
I d/l DBD::mysql, re-install mysql from official site. run Makefile.PL with parameter 
--mysql_config /usr/local/mysql
don&#039;t have to deal with the Makefile manually.</description>
		<content:encoded><![CDATA[<p>@Jeremy<br />
I got the same problem as you .<br />
And My solution is a little different. Cause mysql in 10.6 server seems broken.<br />
I d/l DBD::mysql, re-install mysql from official site. run Makefile.PL with parameter<br />
&#8211;mysql_config /usr/local/mysql<br />
don&#8217;t have to deal with the Makefile manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://wiki.springsurprise.com/2009/09/30/installing-bugzilla-on-mac-os-x-server/comment-page-1/#comment-171</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 06 Feb 2010 12:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://wiki.springsurprise.com/?p=237#comment-171</guid>
		<description>A quick tip incase someone runs in to this too.  Perl could not find the mysql header files (i.e mysql.h) on my installation. 
I had to manually d/l DBD::mysql, run Makefile.PL, then vi Makefile to add the correct include path, which was /usr/local/include/mysql.  There is a INC variable that had the path set at /usr/local/include
After doing this make and make install ran just fine.  I spent hours beating my head against the wall on this one!</description>
		<content:encoded><![CDATA[<p>A quick tip incase someone runs in to this too.  Perl could not find the mysql header files (i.e mysql.h) on my installation.<br />
I had to manually d/l DBD::mysql, run Makefile.PL, then vi Makefile to add the correct include path, which was /usr/local/include/mysql.  There is a INC variable that had the path set at /usr/local/include<br />
After doing this make and make install ran just fine.  I spent hours beating my head against the wall on this one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres Le Roux</title>
		<link>http://wiki.springsurprise.com/2009/09/30/installing-bugzilla-on-mac-os-x-server/comment-page-1/#comment-121</link>
		<dc:creator>Andres Le Roux</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://wiki.springsurprise.com/?p=237#comment-121</guid>
		<description>This was extremely helpful - clear, to the point and works.
Why can&#039;t the bugzilla team do something like this in their kb/docs????
small detail: needed to install the dev. tools appropriate in order to be able to &quot;make&quot; (3.1.2 xcode works -- I am not sure it is available at Apple since 10.6 uses a newer Xcode version)</description>
		<content:encoded><![CDATA[<p>This was extremely helpful &#8211; clear, to the point and works.<br />
Why can&#8217;t the bugzilla team do something like this in their kb/docs????<br />
small detail: needed to install the dev. tools appropriate in order to be able to &#8220;make&#8221; (3.1.2 xcode works &#8212; I am not sure it is available at Apple since 10.6 uses a newer Xcode version)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://wiki.springsurprise.com/2009/09/30/installing-bugzilla-on-mac-os-x-server/comment-page-1/#comment-54</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Wed, 07 Oct 2009 05:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://wiki.springsurprise.com/?p=237#comment-54</guid>
		<description>Fantastic! Thank you! I had a lot of trouble getting this set up, but without this I really didn&#039;t even know where to begin.</description>
		<content:encoded><![CDATA[<p>Fantastic! Thank you! I had a lot of trouble getting this set up, but without this I really didn&#8217;t even know where to begin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Kanat-Alexander</title>
		<link>http://wiki.springsurprise.com/2009/09/30/installing-bugzilla-on-mac-os-x-server/comment-page-1/#comment-43</link>
		<dc:creator>Max Kanat-Alexander</dc:creator>
		<pubDate>Thu, 01 Oct 2009 13:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://wiki.springsurprise.com/?p=237#comment-43</guid>
		<description>This is great! I&#039;ve linked to it from https://wiki.mozilla.org/Bugzilla:Mac_OS_X_installation .

-Max</description>
		<content:encoded><![CDATA[<p>This is great! I&#8217;ve linked to it from <a href="https://wiki.mozilla.org/Bugzilla:Mac_OS_X_installation" rel="nofollow">https://wiki.mozilla.org/Bugzilla:Mac_OS_X_installation</a> .</p>
<p>-Max</p>
]]></content:encoded>
	</item>
</channel>
</rss>

