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/ifolder-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/simias/web/bin
cd /home/daten/ifolder-server-svn//bin

mono /home/daten/ifolder-server-svn//bin/SimiasServerSetup.exe "$@"

------


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


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




-- 

-----
Matt Weisberg
Weisberg Consulting, Inc.
[EMAIL PROTECTED]
www.weisberg.net
ofc. 248.685.1970
cell 248.705.1950
fax 248.769.5963



--- Scanned by M+ Guardian Messaging Firewall ---
Talk to Weisberg Consulting about protecting your systems with M+Guardian today!
http://www.weisberg.net

BEGIN:VCARD
VERSION:2.1
X-GWTYPE:USER
FN:Matt Weisberg
TEL;WORK;PREF:248.685.1970
ORG:;Weisberg Consulting, Inc.
TEL;PREF;FAX:248.769.5963
EMAIL;WORK;PREF;NGW:[EMAIL PROTECTED]
N:Weisberg;Matt
TITLE:VP & CTO
ADR;INTL;WORK;PARCEL;POSTAL:;;Weisberg Consulting, Inc.\n510 Highland Ave.  PMB 
#305;Milford;MI;48381;USA
LABEL;INTL;WORK;PARCEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Matt Weisberg=0A=
Weisberg Consulting, Inc.=0A=
510 Highland Ave.  PMB #305=0A=
Milford, MI  48381=0A=
USA
LABEL;DOM;WORK;PARCEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Matt Weisberg=0A=
Weisberg Consulting, Inc.=0A=
510 Highland Ave.  PMB #305=0A=
Milford, MI  48381
TEL;CELL:248.705.1950
END:VCARD


_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to