From: justdave%syndicomm.com <> Date: Fri, 4 Apr 2008 11:46:51 +0000 (+0000) Subject: Corrections to the Mac OS X installation instructions X-Git-Tag: bugzilla-3.1.3~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eacf6800705d4d03f62e75da6109480a62518bc7;p=thirdparty%2Fbugzilla.git Corrections to the Mac OS X installation instructions --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index bda92104c4..07594d678f 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1490,18 +1490,18 @@ $smtp->quit; To prevent creating conflicts with the software that Apple installs by default, Fink creates its own directory tree at /sw where it installs most of - the software that it installs. This means your libraries and headers be - at /sw/lib and + the software that it installs. This means your libraries and headers + will be at /sw/lib and /sw/include instead of /usr/lib and - /usr/local/include. When the + /usr/include. When the Perl module config script asks where your libgd is, be sure to tell it /sw/lib. - Also available via Fink is expat. After using fink to - install the expat package you will be able to install + Also available via Fink is expat. After using + fink to install the expat package you will be able to install XML::Parser using CPAN. There is one caveat. Unlike recent versions of the GD module, XML::Parser doesn't prompt for the location of the required libraries. When using CPAN, you will need to use the following