diff options
Diffstat (limited to 'docs/html/os-specific.html')
-rw-r--r-- | docs/html/os-specific.html | 247 |
1 files changed, 101 insertions, 146 deletions
diff --git a/docs/html/os-specific.html b/docs/html/os-specific.html index ef29d5a22..cdafc2b45 100644 --- a/docs/html/os-specific.html +++ b/docs/html/os-specific.html @@ -353,150 +353,6 @@ CLASS="programlisting" ></TR ></TABLE ></DIV -><DIV -CLASS="section" -><H4 -CLASS="section" -><A -NAME="AEN863" -></A ->4.3.1.3.2. System Calls</H4 -><P ->In order to get system calls to work on win32's perl, you need - to tell the windows shell what interpreter to use. This is done by - changing the <TT -CLASS="function" ->system</TT -> calls. You will need to - search all of Bugzilla's code for <TT -CLASS="function" ->system</TT -> calls. - To tell perl your interpreter, it needs to be the first argument to - the <TT -CLASS="function" ->system</TT -> call. For example, you'll need to - change: - </P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> system("$webdotbase","-Tpng","-o","$pngfilename","$filename"); - </PRE -></FONT -></TD -></TR -></TABLE -><P ->with</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> system("C:\\perl\\bin\\perl", "$webdotbase","-Tpng","-o","$pngfilename","$filename"); - </PRE -></FONT -></TD -></TR -></TABLE -><DIV -CLASS="tip" -><P -></P -><TABLE -CLASS="tip" -WIDTH="100%" -BORDER="0" -><TR -><TD -WIDTH="25" -ALIGN="CENTER" -VALIGN="TOP" -><IMG -SRC="../images/tip.gif" -HSPACE="5" -ALT="Tip"></TD -><TD -ALIGN="LEFT" -VALIGN="TOP" -><P ->The <B -CLASS="command" ->grep</B -> command is very helpful in finding - these <TT -CLASS="function" ->system</TT -> calls, assuming you have the - <SPAN -CLASS="productname" ->cygwin</SPAN -> utilities. - </P -></TD -></TR -></TABLE -></DIV -><DIV -CLASS="note" -><P -></P -><TABLE -CLASS="note" -WIDTH="100%" -BORDER="0" -><TR -><TD -WIDTH="25" -ALIGN="CENTER" -VALIGN="TOP" -><IMG -SRC="../images/note.gif" -HSPACE="5" -ALT="Note"></TD -><TD -ALIGN="LEFT" -VALIGN="TOP" -><P ->It appears that the only <TT -CLASS="function" ->system</TT -> call - remaining in the Bugzilla codebase is in - <TT -CLASS="filename" ->showdependencygraph.cgi</TT ->. Not changing this - file will only cause dependency graphs to not function if the - <TT -CLASS="option" ->webdotbase</TT -> paramater points to a local - installation of <A -HREF="http://www.graphviz.org" -TARGET="_top" ->GraphViz</A ->. - </P -></TD -></TR -></TABLE -></DIV -></DIV ></DIV ><DIV CLASS="section" @@ -550,7 +406,7 @@ TARGET="_top" to modify the first line of every script to contain your path to perl instead of <TT CLASS="filename" ->/usr/bonsaitools/bin/perl</TT +>/usr/bin/perl</TT >. </P ></TD @@ -623,7 +479,7 @@ CLASS="command" This should go through the motions of downloading the latest version of the GD module, then it will open a shell and drop you into the build directory. Apply <A -HREF="../sgml/gd-makefile.patch" +HREF="../xml/gd-makefile.patch" TARGET="_top" >this patch</A > @@ -691,6 +547,105 @@ CLASS="command" > </P ></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="os-mandrake" +></A +>4.3.3. Linux-Mandrake 8.0</H2 +><P +>Linux-Mandrake 8.0 includes every required and optional library + for Bugzilla. The easiest way to install them is by using the + <B +CLASS="command" +>urpmi</B +> utility. If you follow these commands, you + should have everything you need for Bugzilla, and + <B +CLASS="command" +>./checksetup.pl</B +> should not complain about any + missing libraries. You may already have some of these installed. + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="screen" +> <TT +CLASS="prompt" +>bash#</TT +> <B +CLASS="command" +>urpmi perl-mysql</B +> +<TT +CLASS="prompt" +>bash#</TT +> <B +CLASS="command" +>urpmi perl-chart</B +> +<TT +CLASS="prompt" +>bash#</TT +> <B +CLASS="command" +>urpmi perl-gd</B +> +<TT +CLASS="prompt" +>bash#</TT +> <B +CLASS="command" +>urpmi perl-MailTools</B +> <A +NAME="test-mailtools" +><IMG +SRC="../images/callouts/1.gif" +HSPACE="0" +VSPACE="0" +BORDER="0" +ALT="(1)"></A +> +<TT +CLASS="prompt" +>bash#</TT +> <B +CLASS="command" +>urpmi apache-modules</B +> + </PRE +></FONT +></TD +></TR +></TABLE +><DIV +CLASS="calloutlist" +><DL +COMPACT="COMPACT" +><DT +><A +HREF="os-specific.html#test-mailtools" +><IMG +SRC="../images/callouts/1.gif" +HSPACE="0" +VSPACE="0" +BORDER="0" +ALT="(1)"></A +></DT +><DD +>for Bugzilla e-mail integration</DD +></DL +></DIV +></DIV ></DIV ><DIV CLASS="NAVFOOTER" |