OTRS 2.14 (Open source Ticket Request System) on CentOS 4.4

Discussion in 'Installation/Configuration' started by tonylau, Jun 13, 2007.

  1. tonylau

    tonylau New Member

    I am stuck at the CPAN installation area. Some packages are unable to locate during CPAN Bundle installation. So I am wondering if I am doing something incorrect. Does anyone have similar problem? Anyone has a detail installation note for CPAN?

    Please advise.

    Thanks~
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You could try to find the needed Perl modules with yum, e.g.
    Code:
    yum search [I]querystring[/I]
    If you find a suitable package, you can install it like this:
    Code:
    yum install [I]package_name[/I]
     

Share This Page