I have make it. 1. I installed ActivePerl Package 5.8. 2. I opened the ppm-shell.bat,you can find it at c:\Perl\bin\, and install all packages. (install dbd-mysql, mail-sendmail...threads.)
Now when you start the scmbug_install_glue.pl you must mind that the "--repository=.." follow: --repository=file:///E:/Subversion/Repos Also three "/". Here is it complete: scmbug_install_glue.pl --scm=Subversion --product=Subversion --repository=file:///E:/Subversion/repos --bug=1 --binary-paths="c:/Programme/Subversion/bin,C:/WWW/Apache2.2/htdocs/Mantis" --daemon=localhost thanks for help... Best Regards Hermann -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] Gesendet: Donnerstag, 29. Mai 2008 21:00 An: [email protected] Betreff: scmbug-users Digest, Vol 33, Issue 24 Send scmbug-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of scmbug-users digest..." Today's Topics: 1. AW: scmbug-users Digest, Vol 33, Issue 22 (Hermann Dering) 2. Re: AW: scmbug-users Digest, Vol 33, Issue 22 ( Thorsten Sch?ning ) 3. Silent failure on 'status' messages? (Simon Brooke) ---------------------------------------------------------------------- Message: 1 Date: Thu, 29 May 2008 11:47:45 +0200 From: "Hermann Dering" <[EMAIL PROTECTED]> Subject: [scmbug-users] AW: scmbug-users Digest, Vol 33, Issue 22 To: [email protected] Message-ID: <[EMAIL PROTECTED]@online.de> Content-Type: text/plain; charset="iso-8859-1" Hello Mr Schvning, in the Perl Package 5.8 i can not install DBD-mysql package, it doesn't find it. Thus i had used v5.6. -----Urspr|ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] Gesendet: Donnerstag, 29. Mai 2008 11:34 An: [email protected] Betreff: scmbug-users Digest, Vol 33, Issue 22 Send scmbug-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of scmbug-users digest..." Today's Topics: 1. Re: SCMBug Error 79 ( Thorsten Sch?ning ) 2. help SCMBug Error 79 (Hermann Dering) ---------------------------------------------------------------------- Message: 1 Date: Thu, 29 May 2008 11:22:45 +0200 From: " Thorsten Sch?ning " <[EMAIL PROTECTED]> Subject: Re: [scmbug-users] SCMBug Error 79 To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=windows-1252 Guten Tag Hermann Dering, am Donnerstag, 29. Mai 2008 um 10:53 schrieben Sie: > ** Scmbug error 79: Package 'DBI' v1.50 not found. v1.48 found instead. [...] > With the Perl Package Manager(ActiveState ActivePerl 5.6) I installed DBI > v1.48, this version is up to date. Seems you need v1.50 of that package, if your repositories doesn't provide that, maybe you should considering upgrading your version of Perl as 5.6 is pretty old. I'm using 5.8 without any issues with Windows. Mit freundlichen Gr|_en, Thorsten Schvning -- Thorsten Schvning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: [EMAIL PROTECTED] Web: http://www.am-soft.de AM-SoFT Potsdam GmbH, Konsumhof 1-5, 14482 Potsdam Amtsgericht Potsdam HRB 12480, Geschdftsf|hrer Andreas Muchow ------------------------------ Message: 2 Date: Thu, 29 May 2008 11:31:29 +0200 From: "Hermann Dering" <[EMAIL PROTECTED]> Subject: [scmbug-users] help SCMBug Error 79 To: [email protected] Message-ID: <[EMAIL PROTECTED]@online.de> Content-Type: text/plain; charset="us-ascii" I installed SCMBug on Windows System with Mantis + Subversion. When I start scmbug-server.bat i get follow error: ** Scmbug error 79: Package 'DBI' v1.50 not found. v1.48 found instead. On a UNIX system, this package can be installed by running: perl -MCPAN -e 'install DBI'; there is my daemon.conf: # # This is a template configuration file for the scmbug-server daemon # $daemon_configuration = { # Logging configuration logs => { error => 'C:/Program Files/Scmbug/var/log/scmbug/error.log' , activity => 'C:/Program Files/Scmbug/var/log/scmbug/activity.log' }, # Port the daemon will start on daemon_port => 3872, # Configuration information of the bug tracking # system bugtracker => { # The possible options are: # - 'Bugzilla' # - 'Mantis' # - 'RequestTracker' type => 'Mantis', # This MUST be in the format x.y.z, where x,y,z # are integers version => '1.1.1', database_location => '127.0.0.1', database_port => '3360', # Valid values are the ones accepted by the Perl DBI. # # For Bugzilla and RequestTracker, this value is ignored # # For Mantis, *some* valid values (there are others) are: # - 'mysql' # - 'Pg' database_vendor => 'mysql', # For RequestTracker these values are ignored database_name => 'mantis', database_username => 'root', database_password => '', # Used only for Bugzilla. # # Flags whether the live bugtracker instance is installed # locally on the same machine the daemon is running installed_locally => 1, # Used for Bugzilla and RequestTracker. # # Path to the directory of the bugtracker sources providing an # API that the daemon can use installation_directory => '/usr/share/bugzilla', # Prefix used to display a bug bug_url_prefix => 'http://127.0.0.1/show_bug.cgi?id=' }, # Translation list of SCM usernames to bug-tracking # usernames. Mappings based on mapping_ldap are applied # first. Mappings based on mapping_regexes are applied second and # can override a mapping based on mapping_ldap. Mappings based on # mapping_values are applied last and can override all other # mappings. userlist => { # Apply a case sensitive username translation. mapping_case_sensitive => 1, # This is a mapping based on LDAP. ldap_scm_username_attribute # defines the LDAP attribute that will be used to match the # SCM username. The SCM username will be mapped into the # bug-tracking username defined by # ldap_bugtracking_username_attribute. mapping_ldap => { enabled => 0, ldap_server => '127.0.0.1', ldap_port => '389', # A binddn (e.g. cn=default) that has access to read all # attributes ldap_binddn => 'replace_with_binddn', # The password of the binddn that has access to read all # attributes ldap_binddn_password => 'replace_with_binddn_password', # The BaseDN in which to search for the # ldap_scm_username_attribute (e.g. "ou=People,o=Company") ldap_basedn => 'replace_with_basedn', # The name of the attribute containing the user's SCM # username ldap_scm_username_attribute => 'uid', # The name of the attribute containing the user's # bug-tracking username ldap_bugtracking_username_attribute => 'mail', # LDAP filter to AND with the ldap_scm_username_attribute # for filtering the list of valid SCM users. ldap_filter => '' }, # This is a mapping based on regular expressions. The first # expression defines how the SCM username will be matched. The # second defines how it will be transformed, and uses the # unnamed variable $1 that was described by the first # expression. The mapping is checked for a match as: # m/$first_regex/ # and is applied as: s/$first_regex/$second_regex/ mapping_regexes => { enabled => 0, values => { # This is an example of mapping a Windows Domain user # from 'DOMAIN\user' to '[EMAIL PROTECTED]' '^DOMAIN\\\\(\w+)$' => '[EMAIL PROTECTED]', # This is an example of mapping a UNIX user from # 'example_user' to '[EMAIL PROTECTED]' '^(\w+)$' => '[EMAIL PROTECTED]' } }, # This is a one-to-one mapping of SCM usernames to bugtracking # usernames. Mappings in this list override mappings from # mapping_regexes. mapping_values => { enabled => 0, values => { 'DOMAIN\\example_user' => '[EMAIL PROTECTED]', 'example_user2' => '[EMAIL PROTECTED]' } }, } }; With the Perl Package Manager(ActiveState ActivePerl 5.6) I installed DBI v1.48, this version is up to date. Additional I installed Cygwin. Can anybody help me? Best Regards Hermann Dering Systemintegrator -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mkgnu.net/pipermail/scmbug-users/attachments/20080529/b9dfaf7b/ attachment.html ------------------------------ _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users End of scmbug-users Digest, Vol 33, Issue 22 ******************************************** ------------------------------ Message: 2 Date: Thu, 29 May 2008 12:38:07 +0200 From: " Thorsten Sch?ning " <[EMAIL PROTECTED]> Subject: Re: [scmbug-users] AW: scmbug-users Digest, Vol 33, Issue 22 To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=iso-8859-1 Guten Tag Hermann Dering, am Donnerstag, 29. Mai 2008 um 11:47 schrieben Sie: > in the Perl Package 5.8 i can not install DBD-mysql package, it doesn't find > it. DBI isn't DBD-mysql, I have DBI installed in my version 5.8.820, I think it was already installed with normal Perl MSI-installation. ppm tells me I have version 1.601 installed in site and 1.52-r1 in perl. My best bet would be to uninstall 5.6 and everything might regarding Perl and install a fresh 8.8.820 or 5.8.822. I need 5.8.820 due to compatibility reasons. Mit freundlichen Gr|_en, Thorsten Schvning -- Thorsten Schvning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: [EMAIL PROTECTED] Web: http://www.am-soft.de AM-SoFT Potsdam GmbH, Konsumhof 1-5, 14482 Potsdam Amtsgericht Potsdam HRB 12480, Geschdftsf|hrer Andreas Muchow ------------------------------ Message: 3 Date: Thu, 29 May 2008 15:57:53 +0100 From: "Simon Brooke" <[EMAIL PROTECTED]> Subject: [scmbug-users] Silent failure on 'status' messages? To: [email protected] Message-ID: <[EMAIL PROTECTED] co.uk> Content-Type: text/plain; charset="us-ascii" Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: rondel.gif Type: image/gif Size: 2525 bytes Desc: not available Url : http://lists.mkgnu.net/pipermail/scmbug-users/attachments/20080529/803a7fe6/ rondel-0001.gif ------------------------------ _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users End of scmbug-users Digest, Vol 33, Issue 24 ******************************************** _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
