Project

General

Profile

Installing redmine 1.2.0 on Synology DS413

Added by Fabien LOUIS almost 10 years ago

Hi guys,

I'm stuck with installing redmine 1.2.0 on my Synology DS413.

Here is the step I done :
  • Installing rubygems (1.6.2) and ruby (1.9.1p243)
  • Installing rails (2.3.11) and rake (some versions)

Here is my gem list

(root@F2000-syno) (/volume1/apps/redmine-1.2.0) # gem list

*** LOCAL GEMS ***

actionmailer (3.2.0, 2.3.11, 2.3.5)
actionpack (3.2.0, 2.3.11, 2.3.5)
activemodel (3.2.0)
activerecord (3.2.0, 2.3.11, 2.3.5)
activeresource (3.2.0, 2.3.11, 2.3.5)
activesupport (3.2.0, 2.3.11, 2.3.5)
arel (5.0.1.20140414130214, 3.0.3)
builder (3.2.2, 3.0.4)
bundler (1.6.5)
erubis (2.7.0)
hike (1.2.3)
i18n (0.6.11, 0.4.2)
journey (1.0.4)
mail (2.6.1, 2.4.4)
mime-types (1.25.1)
multi_json (1.10.1)
polyglot (0.3.5)
rack (1.5.2, 1.4.5, 1.1.6, 1.0.1)
rack-cache (1.2)
rack-ssl (1.4.1, 1.3.4)
rack-test (0.6.2)
rails (2.3.11)
rake (10.3.2, 0.8.7)
ruby-mysql (2.9.12, 2.9.0)
rubygems-update (2.4.1, 1.6.2)
simpleconsole (0.1.1)
sprockets (2.12.1, 2.1.3)
task (0.0.1)
thor (0.19.1, 0.14.6)
thread_safe (0.3.4)
tilt (2.0.1, 1.4.1)
treetop (1.5.3, 1.4.15)
tzinfo (1.2.1, 0.3.40)


Following the "Redmine install", I'm stuck with the following command :

rake db:migrate RAILS_ENV="production" 

Results is :

(root@F2000-syno) (/volume1/apps/redmine-1.2.0) # rake db:migrate RAILS_ENV="production" 
rake aborted!
LoadError: no such file to load -- rdoc/task
/volume1/apps/redmine-1.2.0/Rakefile:8:in `<top (required)>'
(See full trace by running task with --trace)

Before that, I was getting "ERROR: 'rake/rdoctask' is obsolete", so I updated the Rakefile to put 'rdoc/task' instead of 'rake/rdoctask'.

Any clues?

Thanks a lot.


Additional info :

(root@F2000-syno) (/volume1/apps/redmine-1.2.0) # RAILS_ENV="production" script/about
ruby: relocation error: /opt/lib/ruby/1.9.1/powerpc-linux-spe/bigdecimal.so: symbol __eqdf2, version GLIBC_2.3.3 not defined in file libc.so.6 with link time reference
(root@F2000-syno) (/volume1/apps/redmine-1.2.0) #


Replies (2)

RE: Installing redmine 1.2.0 on Synology DS413 - Added by Jan Niggemann (redmine.org team member) almost 10 years ago

Redmine 1.2.0 is more than 3 years old, it's out of support and has security issues.
We strongly recommend that you use a recent version of redmine.

RE: Installing redmine 1.2.0 on Synology DS413 - Added by Fabien LOUIS almost 10 years ago

Hi,

I know that but I'm not sure that I can compile a newer version of Redmine on my Synology server.

For the version 2.2.0, I needs rails v3.2.19 and when I try to install rails, I get :

(root@F2000-syno) (~) # gem install rails -v 3.2.19
Building native extensions.  This could take a while...
ERROR:  Error installing rails:
        ERROR: Failed to build gem native extension.

        /opt/bin/ruby extconf.rb
creating Makefile

make
/home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-gcc -I. -I/opt/include/ruby-1.9.1/powerpc-linux-spe -I/opt/include/ruby-1.9.1/ruby/backward -I/opt/include/ruby-1.9.1 -I. -DJSON_GENERATOR -O2   -O2 -pipe -I/home/slug/optware/syno-e500/staging/opt/include  -D_FILE_OFFSET_BITS=64  -fPIC  -O2 -g -Wall -Wno-parentheses  -fPIC -O3 -Wall -O0 -ggdb  -o generator.o -c generator.c
make: /home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-gcc: Command not found
make: *** [generator.o] Error 127

All the tutorial I found, talk about redmine 1.x.


The only rails's version I successfully installed is 2.3.11, which is the one from ipkg.

    (1-2/2)