Difference between revisions of "JBrowse Troubleshooting"

From GMOD
Jump to: navigation, search
(Missing libpng, zlib, libgd, etc)
(Other Problems)
 
Line 24: Line 24:
 
= Other Problems =
 
= Other Problems =
  
<code>setup.sh</code> creates a log file of debugging information associated with your installation.  Email this entire file (as an attachment please, not in the email body) to [mailto:gmod-ajax@lists.sourceforge.net gmod-ajax@lists.sourceforge.net] with a request for support.
+
If nothing on this page helps you, try emailing the JBrowse mailing list.
 +
 
 +
The setup script creates a file called <code>setup.log</code>, contains detailed information on your installation.  Email [mailto:gmod-ajax@lists.sourceforge.net gmod-ajax@lists.sourceforge.net] with a request for support, and attach your <code>setup.log</code> file to the email.  Please do not put the setup.log file directly in the email body.
  
 
As more users try <code>setup.sh</code> and report problems to the mailing list, this wiki will be updated with fixes for common problems they encounter.
 
As more users try <code>setup.sh</code> and report problems to the mailing list, this wiki will be updated with fixes for common problems they encounter.

Latest revision as of 12:28, 25 September 2013

This page collects solutions to problems that people sometimes encounter when installing JBrowse.

Installing prerequisites - libpng, zlib, libgd, etc

JBrowse requires a few fundamental prerequisites that it cannot install itself: these are libpng, zlib, libgd, make, a C compiler, and a C++ compiler.

Linux - Ubuntu / Debian

These commands, or similar, should install what you need:

 sudo apt-get install build-essential libpng-dev zlib1g-dev libgd2-xpm-dev

Linux - Red Hat / Fedora / CentOS

These commands, or similar, should install what you need:

 sudo yum groupinstall "Development Tools"
 sudo yum install libpng-devel gd-devel zlib-devel perl-ExtUtils-MakeMaker

Mac OS X

Use MacPorts, Fink, Homebrew, or another package manager to install a C++ compiler, libpng development headers, GD development headers, and Zlib development headers.

Other Problems

If nothing on this page helps you, try emailing the JBrowse mailing list.

The setup script creates a file called setup.log, contains detailed information on your installation. Email gmod-ajax@lists.sourceforge.net with a request for support, and attach your setup.log file to the email. Please do not put the setup.log file directly in the email body.

As more users try setup.sh and report problems to the mailing list, this wiki will be updated with fixes for common problems they encounter.