Hello, I don't now if this is the right place for asking I'm trying to install redmine and give svn access to users, my apache configuration is the following:
LoadModule perl_module /usr/lib64/httpd/modules/mod_perl.so PerlLoadModule Apache::Redmine <Location /> LoadModule dav_svn_module /usr/lib64/httpd/modules/mod_dav_svn.so DAV svn SVNParentPath "/opt/svn" SVNListParentPath On Order deny,allow Satisfy any AuthType Basic AuthName "Filoblu SVN Repository" #AuthUserFile /home/filo02/public_html/svn/svn.passwd PerlAccessHandler Apache::Authn::Redmine::access_handler PerlAuthenHandler Apache::Authn::Redmine::authen_handler Require valid-user Allow from 50.22.178.181 Allow from 127.0.0.1 Satisfy any Require valid-user RedmineDSN "DBI:mysql:database=filo02_redmine_production;host=loca +lhost" RedmineDbUser "filo02_redmine" RedmineDbPass "tW0]^[T=Ps*4" </Location>
but when I try to start apache it gave this error:
Can't load '/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-mul +ti/auto/DBI/DBI.so' for module DBI: /usr/lib64/perl5/vendor_perl/5.8. +8/x86_64-linux-thread-multi/auto/DBI/DBI.so: undefined symbol: PL_tai +nting at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader. +pm line 230. at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm l +ine 269 BEGIN failed--compilation aborted at /usr/lib64/perl5/site_perl/5.8.8/ +x86_64-linux-thread-multi/DBI.pm line 269. Compilation failed in require at /usr/lib/perl5/site_perl/Apache/Redmi +ne.pm line 101. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/Apache/R +edmine.pm line 101. Compilation failed in require at (eval 2) line 3.
searching in the web I've only found people saying that is a perl problem. I'm a newbie to perl so after few days trying to fix this I have not managed to fix, I hope someone can help me

In reply to Help needed for Redmine installation, DBI issue by simone.marcato

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.