Fixed from the cmap FAQ - sorry I should have spotted this. It will help
with any install anywhere scripts though
The InstallAnywhere application that we use to install our programs has a known
issue that causes it to fail for some configurations using FC5. The procedure
to correct the problem is as follows:
1) Open a terminal to the directory containing the
"LinuxCmapTools_v4.03_04-28-06.bin" file.
2) Type: cat LinuxCmapTools_v4.03_04-28-06.bin | sed "s/export
LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > LinuxCmapTools.bin
*NOTE: After “#xport” and before “LD_ASSUME…”, there is only a single
space.
3) Type: mv LinuxCmapTools.bin LinuxCmapTools_v4.03_04-28-06.bin
*NOTE: This operation is meant to overwrite the previous installer.
4) Type: chmod 755 LinuxCmapTools_v4.03_04-28-06.bin
5) Type: ./LinuxCmapTools_v4.03_04-28-06.bin
Now the installer should work as expected. Once the application is installed,
repeat the above procedure for the following executables, replacing all
occurances of "LinuxCmapTools_v4.0_04-28-06.bin" with the name of the
executable, and each occurance of "LinuxCmapTools.bin" with the name of the
executable, plus '1' (ie: CmapTools1).
CmapTools (located: /IHMC_CmapTools/bin/)
update (located: /IHMC_CmapTools/bin/)
Updater (located: /IHMC_CmapTools/bin/)
*NOTE: The 'U' for Updater is capitalized
Uninstall_CmapTools (located: /IHMC_CmapTools/UninstallerData/)
*NOTE: You can choose to not run the “Uninstall_CmapTools” file if you
wish, or you can merely run it to see if it will work,
then “Cancel” out of it before actually uninstalling CmapTools.
** Description changed:
+ Fixed please close - but leave detail for install anywhere script users
+
Hi
Ihave a java prog that works everywhere and until upgrade to edgy on every
ubuntu release. I use it massively and now I am stopped work. Everything else
works a dream (cool job). The error is below. This is a java app tha starts
using a script called LAXUNIX.SH - LaunchAnywhere (tm) version 4.5.2
heres part of the strace
rt_sigprocmask(SIG_BLOCK, [CHLD], [INT CHLD], 8) = 0
rt_sigprocmask(SIG_SETMASK, [INT CHLD], NULL, 8) = 0
_llseek(255, -909, [43337], SEEK_CUR) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0xb7d576f8) = 24692
rm: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 127}], WNOHANG) = 24692
waitpid(-1, 0xbfe27ce8, WNOHANG) = -1 ECHILD (No child processes)
And heres the error reported -
[EMAIL PROTECTED]:~$ ./Desktop/CmapTools
dirname: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared
object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
rm: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
ANY help you can provide would be fantastic - this is a reall killer for
me (sure you have heard that before - but honestly were in the middle of
a huge project and ....)
Many many thanks
David
--
I think glib c - ihmc cmap tools broken
https://launchpad.net/bugs/63563
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs