Edgewall Software

Ticket #279 (closed defect: fixed)

Opened 5 years ago

Last modified 2 years ago

initdb on Mandrake 9.2

Reported by: eric.moret@… Owned by: jonas
Priority: normal Milestone: 0.6.1
Component: general Version: 0.6.1
Severity: blocker Keywords:
Cc:

Description

Hi,

I just installed trac on my Mandrake 9.2 using urpmi from the latest cooker and here is what I get when trying to create the database.

$ sudo trac-admin /var/trac/trac.db initdb Creating a new Trac project database at /var/trac/trac.db

Trac will first ask a few questions about your environment in order to initalize and prepare the project database.

Please enter the name of your project. This name will be used in page titles and descriptions.

Project Name [My Project]> Platine Traceback (most recent call last):

File "/usr/bin/trac-admin", line 1243, in ?

main()

File "/usr/bin/trac-admin", line 1232, in main

tracadm.docmd (command)

File "/usr/bin/trac-admin", line 388, in docmd

self.onecmd(cmd)

File "/usr/lib/python2.3/cmd.py", line 210, in onecmd

return func(arg)

File "/usr/bin/trac-admin", line 781, in do_initdb

from svn import util, repos, core

File "/home/ben/rpm/tmp/subversion-1.0.1/usr/lib/svn-python/svn/util.py", line 21, in ? File "/home/ben/rpm/tmp/subversion-1.0.1/usr/lib/svn-python/svn/core.py", line 21, in ? File "/home/ben/rpm/tmp/subversion-1.0.1/usr/lib/svn-python/libsvn/core.py", line 5, in ?

ImportError?: /usr/lib/libsvn_subr-1.so.0: undefined symbol: apr_file_mtime_set $

Attachments

Change History

Changed 5 years ago by eric.moret@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.6.1

Fixed it the following way: - update to latest apache2-2.0.48-6mdk and associated packages - replaced package libapr0-2.0.48-6mdk by libapr0-2.0.48-5mdk with

$ rpm -Uvh --oldpackage libapr0-2.0.48-5mdk.i586.rpm

- add following line to httpd2.conf

$ cat >> /etc/httpd/conf/httpd2.conf

AcceptMutex fcntl
^D

Changed 4 years ago by kgdavis@…

Using suse.. experienced the same problem.

Upgrading to the newest apache2 and libapr did it for me.

Kevin kevin.is-a-geek.net

Add/Change #279 (initdb on Mandrake 9.2)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.