Am Samstag 20 Oktober 2007 20:40:36 schrieb Matt Weisberg:
> I installed build 7292 on a SLES10SP1 (64 bit) server and the paths in the
> setup script ended up as:
>
> ---------
>
> export
> MONO_PATH=/home/daten/ifolder-server-svn//lib/simias/web/bin:/home/daten/if
>older-server-svn//bin export
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/daten/ifolder-server-svn//lib/simias
>/web/bin export
> DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/home/daten/ifolder-server-svn//lib/si
>mias/web/bin cd /home/daten/ifolder-server-svn//bin
>
> mono /home/daten/ifolder-server-svn//bin/SimiasServerSetup.exe "$@"

This is a packaging bug -> my task. Should be the default /usr/lib(64)/simias/ 
and so on.
Probably the tarball which was used had an old path applied.

>
>
> I manually corrected them to be:
>
> -------
>
> export MONO_PATH=/usr/lib64/simias/web/bin:/usr/bin
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/simias/web/bin
> export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/lib64/simias/web/bin
> cd /usr/bin
>
> mono /usr/bin/SimiasServerSetup.exe "$@"
>
> -----
>
> And every installed fine and is working fine.
>
>
> I also received the following errors during the RPM install:
>
> ln: creating symbolic link `/usr/lib/simias/admin/bin/SimiasLib.dll' to
> `/usr/lib/simias/web/bin/SimiasLib.dll': No such file or directory ln:
> creating symbolic link `/usr/lib/simias/webaccess/bin/SimiasLib.dll' to
> `/usr/lib/simias/web/bin/SimiasLib.dll': No such file or directory
>
> I believe the reason is because the directory on 64-bit OS is
> /usr/lib64/simias

Yes ... I need to update the specfile on this.

>
> I also got errors about an "abuild" user not being found, but I think that
> was just cosmetic (it used root).


This is cosmetic and related to the buildservice. I can't change the 
autobuild-user ;) .

_______________________________________________
ifolder-dev mailing list
ifolder-dev@forge.novell.com
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to