
Can I run OTRS on FreeBSD 8? I see it under # /usr/ports/devl/ Is there installation instructions anywhere for this port? Thanks, Zach

On 12/19/2009 5:16 AM, Zach Boettner wrote:
Can I run OTRS on FreeBSD 8? I see it under # /usr/ports/devl/
Is there installation instructions anywhere for this port?
Thanks,
Zach
Hi Zach, You can run OTRS on FreeBSD 8. I am using OTRS 2.4.5 installed on FreeBSD 8.0. You can install it in two different way. The first way is install using port (in /usr/ports/devel/otrs). Just doing "make config" and "make install clean" is enough. You do not need installation instruction, I think. The port might be older than current stable version. The second way is install using tarball. You can download it from http://otrs.org. -- Altangerel Ganbold

Thanks, but when I do the make install clean I get the following error. Any idea why??... freebsd8# make install clean ===> otrs-2.4.5 depends on package: p5-CGI.pm>=3.33 - found ===> otrs-2.4.5 depends on file: /usr/local/lib/perl5/site_perl/5.8.9/mach/Date/Pcalc.pm - not found ===> Verifying install for /usr/local/lib/perl5/site_perl/5.8.9/mach/Date/Pcalc.pm in /usr/ports/devel/p5-Date-Pcalc ===> Installing for p5-Date-Pcalc-6.1 ===> p5-Date-Pcalc-6.1 depends on file: /usr/local/bin/perl5.8.9 - found ===> Generating temporary packing list ===> Checking if devel/p5-Date-Pcalc already installed ===> An older version of devel/p5-Date-Pcalc is already installed (p5-Date-Pcalc-1.2) You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/p5-Date-Pcalc without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/devel/p5-Date-Pcalc. *** Error code 1 Stop in /usr/ports/devel/otrs. *** Error code 1 Stop in /usr/ports/devel/otrs. freebsd8# _____ From: Altangerel [mailto:altangerel.g@mobicom.mn] Sent: Sunday, December 20, 2009 7:01 PM To: zachb@oxfordsuites.com Cc: User questions and discussions about OTRS. Subject: Re: [otrs] OTRS on FreeBSD? On 12/19/2009 5:16 AM, Zach Boettner wrote: Can I run OTRS on FreeBSD 8? I see it under # /usr/ports/devl/ Is there installation instructions anywhere for this port? Thanks, Zach Hi Zach, You can run OTRS on FreeBSD 8. I am using OTRS 2.4.5 installed on FreeBSD 8.0. You can install it in two different way. The first way is install using port (in /usr/ports/devel/otrs). Just doing "make config" and "make install clean" is enough. You do not need installation instruction, I think. The port might be older than current stable version. The second way is install using tarball. You can download it from http://otrs.org. -- Altangerel Ganbold

On 12/21/2009 12:25 PM, Zach Boettner wrote:
Thanks, but when I do the make install clean I get the following error. Any idea why??...
freebsd8# make install clean
===> otrs-2.4.5 depends on package: p5-CGI.pm>=3.33 - found
===> otrs-2.4.5 depends on file: /usr/local/lib/perl5/site_perl/5.8.9/mach/Date/Pcalc.pm - not found
===> Verifying install for /usr/local/lib/perl5/site_perl/5.8.9/mach/Date/Pcalc.pm in /usr/ports/devel/p5-Date-Pcalc
===> Installing for p5-Date-Pcalc-6.1
===> p5-Date-Pcalc-6.1 depends on file: /usr/local/bin/perl5.8.9 - found
===> Generating temporary packing list
===> Checking if devel/p5-Date-Pcalc already installed
===> An older version of devel/p5-Date-Pcalc is already installed (p5-Date-Pcalc-1.2)
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of devel/p5-Date-Pcalc
without deleting it first, set the variable "FORCE_PKG_REGISTER"
in your environment or the "make install" command line.
*** Error code 1
Stop in /usr/ports/devel/p5-Date-Pcalc.
*** Error code 1
Stop in /usr/ports/devel/otrs.
*** Error code 1
Stop in /usr/ports/devel/otrs.
freebsd8#
Hey Zach, You should read error message carefully. It says that you've installed older version of p5-Date-Pcalc. So, you have to uninstall that port before. It'll be done by "make deinstall" in /usr/ports/devel/p5-Date-Pcalc directory. Good luck :) -- Altangerel Ganbold
participants (2)
-
Altangerel
-
Zach Boettner