LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 11-13-2007, 03:07 AM   #1
hackintosh
Member
 
Registered: Dec 2005
Posts: 52

Rep: Reputation: 15
bugzilla on opensuse


hi all,

i had solved the dependencies for bugzilla on opensuse.

#./check.pl
#############begin of check.pl ################
* This is Bugzilla 3.0.2 on perl 5.8.8
* Running on Linux 2.6.22.9-0.4-xen #1 SMP 2007/10/05 21:32:04 UTC

Checking perl modules...
Checking for CGI (v2.93) ok: found v3.15
Checking for TimeDate (v2.21) ok: found v2.22
Checking for DBI (v1.41) ok: found v1.58
Checking for PathTools (v0.84) ok: found v3.12
Checking for Template-Toolkit (v2.12) ok: found v2.19
Checking for Email-Send (v2.00) ok: found v2.185
Checking for Email-MIME-Modifier (any) ok: found v1.442

Checking available perl DBD modules...
Checking for DBD-Pg (v1.45) ok: found v1.49
Checking for DBD-mysql (v2.9003) ok: found v4.005

The following Perl modules are optional:
Checking for GD (v1.20) ok: found v2.35
Checking for Template-GD (any) ok: found v1.56
Checking for Chart (v1.0) ok: found v2.4.1
Checking for GDGraph (any) ok: found v1.44
Checking for GDTextUtil (any) ok: found v0.85
Checking for XML-Twig (any) ok: found v3.30
Checking for MIME-tools (v5.406) ok: found v5.420
Checking for libwww-perl (any) ok: found v2.036
Checking for PatchReader (v0.9.4) ok: found v0.9.5
Checking for PerlMagick (any) ok: found v6.3.5
Checking for perl-ldap (any) ok: found v0.33
Checking for SOAP-Lite (any) ok: found v0.69
Checking for HTML-Parser (v3.40) ok: found v3.56
Checking for HTML-Scrubber (any) ok: found v0.08
Checking for Email-MIME-Attachment-Stripper (any) ok: found v1.313
Checking for Email-Reply (any) ok: found v1.202
Checking for mod_perl (v1.999022) ok: found v2.000003
Checking for CGI (v3.11) ok: found v3.15
Checking for Apache-DBI (v0.96) ok: found v1.06
Reading ./localconfig...

OPTIONAL NOTE: If you want to be able to use the 'difference between two
patches' feature of Bugzilla (which requires the PatchReader Perl module
as well), you should install patchutils from:

http://cyberelk.net/tim/patchutils/

Checking for DBD-mysql (v2.9003) ok: found v4.005

Creating index.html...
Removing existing compiled templates ...
Precompiling templates...
Fixing file permissions...

Now that you have installed Bugzilla, you should visit the
'Parameters' page (linked in the footer of the Administrator
account) to ensure it is set up as you wish - this includes
setting the 'urlbase' option to the correct URL.
########## end of check.pl ##########################

the last paragraph ?? where to change it ?
i had edit the editparams.cgi
added a line as below
my $urlbase = http://bugzilla.alex.lan

just wonder when i run the webpage it ask me go download the cgi script.
i had check the config file AddHandler had included the cgi .

anyone use opensuse with bugzilla before?
 
Old 11-13-2007, 07:56 PM   #2
Poetics
Senior Member
 
Registered: Jun 2003
Location: California
Distribution: Slackware
Posts: 1,181

Rep: Reputation: 49
What happens if you create a .cgi script and try to browse to it? I'm willing to bet your local installation doesn't have its Apache config set up correctly to handle .cgi files.
 
Old 11-14-2007, 04:15 AM   #3
hackintosh
Member
 
Registered: Dec 2005
Posts: 52

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Poetics View Post
What happens if you create a .cgi script and try to browse to it? I'm willing to bet your local installation doesn't have its Apache config set up correctly to handle .cgi files.

i believe so
cause i found that no more mod_cgi available in opensuse10.3
there's few cgi package available in opensuse which is : -
FastCGI
FastCGI-dev
apache2-mod_fcgid
perl_FastCGI
php5-fastcgi
python-fcgi
ruby-fcgi

apache2-mod_fcgid is totally different things which is only able to handle fcgi but not cgi script.

well, my friend ask me to use mod_rewrite to handle it. i still thinking is that possible to rewrite the cgi to html ??


anyone have any other solutions for me ?
 
Old 02-02-2008, 10:07 AM   #4
Nd4Spd
Member
 
Registered: Jul 2004
Location: In a Ditch
Distribution: Slackware, Debian, SuSE, Fedora Core 4
Posts: 35

Rep: Reputation: 15
hackintosh,

Not sure if you got this working or not, but I had the same problem on my system (openSUSE 10.3). Here's what you need to do:

1. Edit /etc/apache2/default-server.conf
Add this Directory directive (I put it under the other cgi directive)
Code:
<Directory /srv/www/htdocs/bugzilla> (or where ever you have it located)
 AddHandler cgi-script .cgi
 Options +Indexes +ExecCGI
 DirectoryIndex index.cgi
 AllowOverride Limit
</Directory>
2. Restart apache
3. Re-run checksetup.pl (just to be sure)
4. (optional)
Run
./testserver.pl http://localhost/bugzilla
from the bugzilla directory to test
5. It should be running

Regards
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bugzilla Chiabert Linux - Newbie 1 11-22-2006 06:17 PM
LQ Bugzilla? dombrowsky LQ Suggestions & Feedback 11 01-26-2006 03:20 AM
Bugzilla abhijeetudas Linux - Software 0 01-13-2005 01:28 AM
Cannot login to Bugzilla markpetit Linux - Software 1 06-14-2004 04:29 PM
bugzilla help glock19 Linux - General 3 08-29-2001 05:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 02:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration