|
From: papinade <pap...@gm...> - 2008-07-29 14:16:49
|
Hi, I have a issue with the var DIST_ARCH returning a value untreated in the script.sh OS : Linux Mandriva 2008 i586 DIST_ARCH=`uname -p 2>/dev/null | tr [:upper:] [:lower:] | tr -d [:blank:]` returns : Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz This value does not match with no one 'if' or 'case' in the script. So, i have the following error : Unable to locate any of the following binaries: /toto/bin/./wrapper-linux-intel(r)core(tm)2duocpue6750@2.66ghz-32 /toto/bin/./wrapper-linux-intel(r)core(tm)2duocpue6750@2.66ghz-64 /toto/bin/./wrapper I tested with Ubuntu 8.04 and i have not this issue. Is a patch planned for this ? -- View this message in context: http://www.nabble.com/Wrong-DIST_ARCH-value-on-Mandriva-2008-tp18713173p18713173.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |