From: justdave%syndicomm.com <> Date: Thu, 5 Feb 2004 09:12:27 +0000 (+0000) Subject: Corrections to the Mac OS X installation instructions X-Git-Tag: bugzilla-2.17.7~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ba04619002263b85e8c006cbc2824cb77f17b6;p=thirdparty%2Fbugzilla.git Corrections to the Mac OS X installation instructions --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index e5f0bcf270..68c0c4eef7 100644 --- a/docs/xml/installation.xml +++ b/docs/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