Difference between revisions of "Known Issues"
Line 1: | Line 1: | ||
none at the moment ... | none at the moment ... | ||
+ | |||
+ | |||
+ | When using certain versions of Linux, you may receive errors indicating problems with loading shared libraries. This is a known problem with InstallAnywhere, which is used to create the distribution packages for geWorkbench. The problem will be fixed in new distribution versions. However, in general, the installer file can be patched as follows: | ||
+ | |||
+ | Run a command like the following to comment out the line giving problems: | ||
+ | |||
+ | perl -pi -e 's/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/'geWorkbench_v1.0.5_Linux_installer.bin | ||
+ | |||
+ | and then run | ||
+ | |||
+ | sh ./geWorkbench_v1.0.5_Linux_installer.bin |
Revision as of 17:39, 30 April 2007
none at the moment ...
When using certain versions of Linux, you may receive errors indicating problems with loading shared libraries. This is a known problem with InstallAnywhere, which is used to create the distribution packages for geWorkbench. The problem will be fixed in new distribution versions. However, in general, the installer file can be patched as follows:
Run a command like the following to comment out the line giving problems:
perl -pi -e 's/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/'geWorkbench_v1.0.5_Linux_installer.bin
and then run
sh ./geWorkbench_v1.0.5_Linux_installer.bin