Forums Redmine

Redmine installer fails on FC7

Subscribe to Redmine installer fails on FC7 6 post(s), 2 voice(s)

 
Avatar gtm 4 post(s)

Redmine installation fails with the following errors. I chose the default install directory, chose english, and skipped smtp configuration. Seems to be having a problem with creating a link to an Imagemagick library. Any ideas how to fix it?

Please wait while Setup installs BitNami Redmine Stack on your computer.

Installing
0% ___ 50% ___ 100%
####################################
Error: There has been an error.
Unable to create symbolic link /opt/redmine-0.6.4-0/common/lib/libWand.so.10 ->
libWand.so.10.0.9
Press [Enter] to continue :
pwd
/opt/redmine-0.6.4-0/common/lib
ls l Wand
-rw-r
-r-- 1 root root 966600 Feb 14 16:06 libWand.a
-rwxr-xr-x 1 root root 1055 Feb 14 16:06 libWand.la
-rwxr-xr-x 1 root root 825605 Feb 14 16:06 libWand.so.10.0.9
uname -a
Linux dev01 2.6.18-53.1.13.el5xen #1 SMP Tue Feb 12 14:04:18 EST 2008 i686 i686 i386 GNU/Linux
 
Avatar beltran Administrator 392 post(s)

Hi gtm,

I installed on a fedora core 7 as a root user and I can’t reproduce this error. Do you have permissions to create symbolic links into the installation directory? Could you try to create an example symbolic link?

cd /opt/redmine-0.6.4-0
ln -s README.txt example.txt

Can you try to install BitNami Redmine Stack on another directory or as a non-root user? Thanks.

 
Avatar gtm 4 post(s)

I tried already in a few different directories - all as root user - with the same result.

 
Avatar gtm 4 post(s)

I am able to create symlinks manually – See the following:

ln s libWand.so.10.0.9 libWand.so.10
[root@dev01 lib]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 2451256 1266328 1060412 55% /
none 32852 0 32852 0% /dev/shm
[root@dev01 lib]# pwd
/opt/redmine-0.6.4-0/common/lib
[root@dev01 lib]# ls -l Wand
-rw-r
-r-- 1 root root 966600 Feb 14 16:06 libWand.a
-rwxr-xr-x 1 root root 1055 Feb 14 16:06 libWand.la
lrwxrwxrwx 1 root root 17 Mar 22 17:09 libWand.so.10 -> libWand.so.10.0.9
-rwxr-xr-x 1 root root 825605 Feb 14 16:06 libWand.so.10.0.9
[root@dev01 lib]#
 
Avatar gtm 4 post(s)

Figured it out. The machine (a xen partition) on which I was trying to install it had too few resources. I doubled it to 128MB of RAM and double that for swap space and it installed correctly. I’m not sure why memory issues would result in a symlink problem, but … now it works.

 
Avatar beltran Administrator 392 post(s)

Hi,

I am glad to hear this. I don’t known the cause of this error, perhaps is a memory issue as you have indicated.
Thanks for your feedback, we have in mind to Redmine Stack requirements.

Forums Redmine