Last modified: 2011-04-04 21:28:21 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T7559, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5559 - During installation, mediawiki doesn't find ImageMagick on a system installed with blastwave.org's GNU packages.
During installation, mediawiki doesn't find ImageMagick on a system installed...
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
unspecified
Other Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: patch-reviewed
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-04-13 01:49 UTC by Greg Turnquist
Modified: 2011-04-04 21:28 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Greg Turnquist 2006-04-13 01:49:15 UTC
I have attached a patch of the file:

Index: phase3/config/index.php
===================================================================
--- phase3/config/index.php     (revision 13617)
+++ phase3/config/index.php     (working copy)
@@ -355,7 +355,7 @@
        print "<li>GNU diff3 not found.</li>";

 $conf->ImageMagick = false;
-$imcheck = array( "/usr/bin", "/usr/local/bin", "/sw/bin", "/opt/local/bin" );
+$imcheck = array( "/usr/bin", "/opt/csw/bin", "/usr/local/bin", "/sw/bin",
"/opt/local/bin" );
 foreach( $imcheck as $dir ) {
        $im = "$dir/convert";
        if( file_exists( $im ) ) {
Comment 1 Rob Church 2006-04-13 18:40:56 UTC
Applied to SVN trunk, r13626.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links