Running Fedora Core 5, Java's execs fail when running with
LD_ASSUME_KERNEL=2.2.5, which appears to be used as a guaranteed
available running mode.
In order to run the installer, i had to remove those statements from it,
by running
cat JXv3.1_install_linux.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport
LD_ASSUME_KERNEL/" > JXv3.1_install_linux.bin
After installation, I also had to change the if statement in
JXplorer_LDAP_Browser line 1365 to 'if [ ${v_major:-0} -eq 1 -a
${v_minor:-0} -lt 4 ]; then'
The problem is that any program run from the shell under this mode
causes a "error while loading shared libraries: <library file>: cannot
open shared object file: No such file or directory". For the installer,
there was no fix other than editing the file. For the launching script,
I added a test to make sure it at least found a major version number of
1 - otherwise assume the results were empty (which they were), and thus
we shouldn't use the hack.
Its crude, but you get the idea of what i was trying to do.
Thanks,
--
Brenden Conte
System Programmer, C&MT.CIO
Rensselaer Polytechnic Institute
(518)276-4264
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jxplorer-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel