Hi ! config.status: WARNING: src/core/SimiasClient/SimiasSetup.cs.in seems to ignore the --datarootdir setting
Could this be the reason of : I am using the --prefix directive to use a special path for my installation of simias. Here the resulting simias-server-setup: #!/bin/sh ####################################################################### # # $RCSfile: simias-server-setup.in,v $ # # Copyright (C) 2004 Novell, Inc. # # Author: Rob # ####################################################################### export MONO_PATH=/usr/local/lib/simias/web/bin:/usr/local/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/simias/web/bin export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/lib/simias/web/bin cd /usr/local/bin mono /usr/local/bin/SimiasServerSetup.exe "$@" whereas the file ifolder-web-setup (same build!) shows : #!/bin/sh ####################################################################### # # $RCSfile$ # # Copyright (C) 2007 Novell, Inc. # # Author: Kalidas Balakrishnan <[EMAIL PROTECTED]> # ####################################################################### export MONO_PATH=/home/store//simias-server-6654//lib/simias/web/bin:/home/store//simias-server-6654//bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/store//simias-server-6654//lib/simias/web/bin export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/home/store//simias-server-6654//lib/simias/web/bin cd /home/store//simias-server-6654//bin mono /home/store//simias-server-6654//bin/iFolderWebSetup.exe "$@" .. which is right ... simias-server-setup isn't usable without modification on my system ... cu ! Jan-Simon _______________________________________________ ifolder-dev mailing list [email protected] http://forge.novell.com/mailman/listinfo/ifolder-dev
