1 Mar 01:38
[Trac] Re: No such file or directory.
I recently had this problem on an RHEL4 box and fixed it by running ldconfig. -----Original Message----- From: White, Joseph [mailto:jwhite@...] Sent: Wednesday, February 28, 2007 10:10 AM To: trac-users@... Subject: [Trac] Re: No such file or directory. Hello All, WOW, in 9 years working with Linux I have never had problems installing software on Linux like TRAC is giving me. System RHEL4 Update 4 64-BIT I have the following installed: RHEL 4 / Apache 2.0.52 / subversion-1.2.1 / Kerberos Authentication (This all works fine) ======================= TRAC .11 from source Genshi-0.3.6 python 2.4 from source installed to /usr/local/bin /usr/local/lib/python2.4 sqlite-3.1.2-2.99_2.el4.at.x86_64.rpm python-sqlite-1.1.7-1.2.0.99_4.el4.at.x86_64.rpm(Continue reading)
)? That would be great to test
Revtree with such a repos layout.
> Trac: 0.10.3
> TracRevtreePlugin: 0.4.7dev
> Python: 2.3.5
BTW, note that several fixes have been fixed for Trac 0.11
(RevtreePlugin for 0.10.x is not maintained).
Cheers,
Manu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to
> Just make sure to edit your /path/to/trac/environment/conf/trac.ini
> file, in the [components] section, make sure you have:
>
> webadmin.* = enabled
> webadmin.basics.* = enabled
> webadmin.web_ui.* = enabled
> webadmin.ticket.* = enabled
> webadmin.plugin.* = enabled
> webadmin.perm.* = enabled
> webadmin.logging.* = enabled
On second thought, I think the one "webadmin.* = enabled" is
sufficient, but I had all of those in my trac.ini file -- perhaps
form my early days at trying to get it working, dunno.
> If you don't have root/admin access, you can just copy the *.egg file
> to your /path/to/trac/environment/plugins directory. This will only
> give *that one trac instance* access to the plugin. You should have
> access to this folder `pulgins` folder if you are the same user who
> created the trac environment with the initenv command:
>
> trac-admin /path/to/trac/environment/plugins initenv
That command is rather:
trac-admin /path/to/trac/environment initenv
RSS Feed