In an attempt to install bugzilla on a 64-bit C5 system, following http://www.nabble.com/bugzilla-3.0.x-installation-on-FC7-t4656333.html
Most all modules from that page install fine, but GD install attemps keep crashing.
What am I missing?
Thanks.
Scott
On Tue, Oct 30, 2007 at 01:23:03PM -0400, Scott Ehrlich alleged:
In an attempt to install bugzilla on a 64-bit C5 system, following http://www.nabble.com/bugzilla-3.0.x-installation-on-FC7-t4656333.html
Most all modules from that page install fine, but GD install attemps keep crashing.
What am I missing?
'yum install perl-GD' works fine for me. What is your error message?
On Tue, 30 Oct 2007, Garrick Staples wrote:
On Tue, Oct 30, 2007 at 01:23:03PM -0400, Scott Ehrlich alleged:
In an attempt to install bugzilla on a 64-bit C5 system, following http://www.nabble.com/bugzilla-3.0.x-installation-on-FC7-t4656333.html
Most all modules from that page install fine, but GD install attemps keep crashing.
What am I missing?
'yum install perl-GD' works fine for me. What is your error message?
This is for a bugzilla install. I did find a reference to a perl-gd rpm which solved that problem.
Final obstacle, for now, is finding apxs or finding a way to obtain ap_release.h. I did perform an apache install via yum, and httpd -v returns 2.2.3.
Scott
On 10/30/07, Scott Ehrlich scott@mit.edu wrote:
Final obstacle, for now, is finding apxs or finding a way to obtain ap_release.h. I did perform an apache install via yum, and httpd -v returns 2.2.3.
axps is in httpd-devel.
bugzilla is packaged both in kbs-extras, and in the EPEL repository. Perhaps one of these would make your life easier?
On 10/30/07, Jim Perrin jperrin@gmail.com wrote:
On 10/30/07, Scott Ehrlich scott@mit.edu wrote:
Final obstacle, for now, is finding apxs or finding a way to obtain ap_release.h. I did perform an apache install via yum, and httpd -v returns 2.2.3.
axps is in httpd-devel.
bugzilla is packaged both in kbs-extras, and in the EPEL repository. Perhaps one of these would make your life easier?
As of this morning, KB says bugzilla "isn't quite complete as yet, a few perl bits are still missing"
Akemi
On Tue, Oct 30, 2007 at 03:40:07PM -0400, Scott Ehrlich alleged:
On Tue, 30 Oct 2007, Garrick Staples wrote:
On Tue, Oct 30, 2007 at 01:23:03PM -0400, Scott Ehrlich alleged:
In an attempt to install bugzilla on a 64-bit C5 system, following http://www.nabble.com/bugzilla-3.0.x-installation-on-FC7-t4656333.html
Most all modules from that page install fine, but GD install attemps keep crashing.
What am I missing?
'yum install perl-GD' works fine for me. What is your error message?
This is for a bugzilla install. I did find a reference to a perl-gd rpm which solved that problem.
Final obstacle, for now, is finding apxs or finding a way to obtain ap_release.h. I did perform an apache install via yum, and httpd -v returns 2.2.3.
'yum provides apxs' tells you it is in the httpd-devel package.
On Tue, 30 Oct 2007, Garrick Staples wrote:
On Tue, Oct 30, 2007 at 03:40:07PM -0400, Scott Ehrlich alleged:
On Tue, 30 Oct 2007, Garrick Staples wrote:
On Tue, Oct 30, 2007 at 01:23:03PM -0400, Scott Ehrlich alleged:
In an attempt to install bugzilla on a 64-bit C5 system, following http://www.nabble.com/bugzilla-3.0.x-installation-on-FC7-t4656333.html
Most all modules from that page install fine, but GD install attemps keep crashing.
What am I missing?
'yum install perl-GD' works fine for me. What is your error message?
This is for a bugzilla install. I did find a reference to a perl-gd rpm which solved that problem.
Final obstacle, for now, is finding apxs or finding a way to obtain ap_release.h. I did perform an apache install via yum, and httpd -v returns 2.2.3.
'yum provides apxs' tells you it is in the httpd-devel package.
Very true and I've now learned another feature - the 'provides' option of yum.
Thanks.
Scott