Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bringing Gentoo to the Enterprise
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
Z?
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2003
Posts: 118
Location: Waterloo, Ontario, Canada

PostPosted: Thu Jul 31, 2003 12:13 pm    Post subject: Reply with quote

<sigh> I spoke too soon: no bug. Turned out libapreq was pulling in mod_perl-1.27, and so on. 'twas an easy fix, once I figured it out.
Back to top
View user's profile Send private message
flickerfly
l33t
l33t


Joined: 08 Nov 2002
Posts: 677
Location: Lanham, MD

PostPosted: Thu Jul 31, 2003 12:44 pm    Post subject: Reply with quote

:-) Great. Do I need to update my copy of the ebuild or was that not affected?
_________________
An Evil Genious' Guide to Sheeple and How To Avoid Becoming One | 0x4C9EF4A
Back to top
View user's profile Send private message
Z?
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2003
Posts: 118
Location: Waterloo, Ontario, Canada

PostPosted: Fri Aug 01, 2003 4:28 am    Post subject: Reply with quote

Might as well grab the tree from me again. The URL's the same.
Back to top
View user's profile Send private message
mphilips
n00b
n00b


Joined: 09 Sep 2003
Posts: 49

PostPosted: Thu Jun 17, 2004 8:08 pm    Post subject: Picking up the torch Reply with quote

I've picked up the RT ebuild torch. Having problems with g-cpan working but not allowing emerge to know that installed modules are installed. Isn't g-cpan supposed to insert entry into portage db to allow other ebuilds that depend on that module to know that it is indeed installed?
Back to top
View user's profile Send private message
mphilips
n00b
n00b


Joined: 09 Sep 2003
Posts: 49

PostPosted: Thu Jun 17, 2004 8:55 pm    Post subject: libapreq Reply with quote

Z? said:
Quote:
Turned out libapreq was pulling in mod_perl-1.27, and so on. 'twas an easy fix, once I figured it out.


... and that fix was...? Seems libapreq is required by HTML::Mason, as well as directly by RT.

BTW It looks like there's a new libapreq major version out, 2.03_04-dev (but of course no ebuild).
Back to top
View user's profile Send private message
Z?
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2003
Posts: 118
Location: Waterloo, Ontario, Canada

PostPosted: Fri Jun 18, 2004 2:25 am    Post subject: Reply with quote

Good god, I wish I could remember -- that was almost a year ago. IIRC, I just modified the dependencies for libapreq, but the memory is extremely hazy, so that's just a guess... :(

Wish I could be more help... <sigh>
Back to top
View user's profile Send private message
rl03
Retired Dev
Retired Dev


Joined: 27 Apr 2004
Posts: 27

PostPosted: Tue Jun 22, 2004 5:31 pm    Post subject: New ebuild in Bugzilla Reply with quote

All,

I put together an improved version of the ebuild and submitted it to Bugzilla
https://bugs.gentoo.org/show_bug.cgi?id=54764

I dropped support for Apache2 and innodb, went through all Perl dependencies (all but 2 seem to be in Portage, and I submitted ebuilds for the ones that are not), cleaned up the ebuild, and added some basic upgrade functionality.

Comments/suggestions welcome.
Back to top
View user's profile Send private message
bulent
n00b
n00b


Joined: 06 Mar 2004
Posts: 19

PostPosted: Mon Aug 30, 2004 11:43 am    Post subject: FastCGI and RT ?? Reply with quote

I installed RT with FactCGI (considering perl 2 is not yet solid and i use apache 2) user/password screen and the mail screen works but i got the following error for any other page:

Quote:

------------------------------
error:
could not find component for initial path '/rt/Search/Build.html'


context:


...


162:
if (UNIVERSAL::isa($self->{request_args}, 'HASH')) {


163:
$self->{request_args} = [%{$self->{request_args}}];


164:
}


165:
$self->{count} = ++$self->{interp}{request_count};


166:
$self->_initialize;


167:
return $self;


168:
}


169:


170:
# in the future this method may do something completely different but
...



code stack:
/usr/lib/perl5/vendor_perl/5.8.4/HTML/Mason/Request.pm:166
/usr/lib/perl5/vendor_perl/5.8.4/Class/Container.pm:265
/usr/lib/perl5/vendor_perl/5.8.4/Class/Container.pm:343
/usr/lib/perl5/vendor_perl/5.8.4/HTML/Mason/Interp.pm:213
/usr/lib/perl5/vendor_perl/5.8.4/HTML/Mason/Interp.pm:207
/usr/lib/perl5/vendor_perl/5.8.4/HTML/Mason/CGIHandler.pm:121
/usr/lib/perl5/vendor_perl/5.8.4/HTML/Mason/CGIHandler.pm:76
/usr/bin/mason_handler.fcgi:54


raw error


--------------------------


I understand that fastCGI is not able to find the pages looking from root dir instead of htdocs dir. I tried different settings for Documentroot and Serverpath, but they seem to have no effect. I tried to cheat fastCGI with Alias /rt/ /var/www/localhost/htdocs/rt/. then the page is found but source code! is put out instead of running it. I know i should be missing some crutial setting but i am out of ideas. Please HELP!

Her is my vhost settings:

Quote:

<VirtualHost *:80>
ServerName www.mydomain.com
ServerPath /var/www/localhost/htdocs
Documentroot /var/www/localhost/htdocs

AddDefaultCharset UTF-8
Setenv VLOG /var/log/apache2/log

Alias /NoAuth/images/ /var/www/localhost/htdocs/rt/NoAuth/images

<Directory />
Order allow,deny
allow from all
</Directory>

AddHandler fastcgi-script fcgi

ScriptAlias / /usr/bin/mason_handler.fcgi/

</VirtualHost>


PS: I have
FastCgiIpcDir /tmp
FastCgiServer /usr/bin/mason_handler.fcgi -idle-timeout 120 -processes 4
in my apache2conf since apache doesn't let me put them in Vhost block.
Back to top
View user's profile Send private message
bulent
n00b
n00b


Joined: 06 Mar 2004
Posts: 19

PostPosted: Tue Aug 31, 2004 10:07 am    Post subject: mod_perl doen't work either Reply with quote

After getting frustrated I tried rt with mod_perl , now i got this error message:

Not Found


The requested URL / was not found on this server.

Apache/2.0.50 (Gentoo/Linux) mod_perl/1.99_11 Perl/v5.8.4 mod_fastcgi/2.4.2 mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2 SVN/1.0.6 PHP/4.3.8 Server at www.mydomain.com Port 80

here is my vhost definition:
Quote:



<VirtualHost *:80>
ServerName www.mydomain.com
Documentroot /var/www/localhost/htdocs
#i did try /var/www/localhost/htdocs/rt as well

AddDefaultCharset UTF-8
Setenv VLOG /var/log/apache2/log

# PerlModule Apache::DBI
# i did try with and without the above line

PerlRequire /usr/bin/webmux.pl

Alias /NoAuth/images/ /var/www/localhost/htdocs/rt/NoAuth/images/
# Alias /rt /

<Location />
Order allow,deny
allow from all
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>
Back to top
View user's profile Send private message
mphilips
n00b
n00b


Joined: 09 Sep 2003
Posts: 49

PostPosted: Tue Feb 08, 2005 7:23 pm    Post subject: Reply with quote

RT 3.4.0
Back to top
View user's profile Send private message
Q-collective
Advocate
Advocate


Joined: 22 Mar 2004
Posts: 2071

PostPosted: Wed Feb 09, 2005 8:23 am    Post subject: Reply with quote

What is with you people and bringing back long died threads?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2, 3, 4
Page 4 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum