From: <php...@li...> - 2006-11-06 18:01:26
|
Hi, the error: Class `php.java.bridge.DynamicJavaBridgeClassLoader' already defined in php/java/bridge/DynamicJavaBridgeClassLoader.java is due to a bug in the GNU GCC compiler. On Linux we use the GCC compiler to compile the Java classes into native code. This means that you don't need a Java VM on these systems and that Java support is compiled into the PHP binary (PHP uses dlopen to directly load the native lucene- or itext libraries). However, the GNU GCC compiler must be able to compile the Java code; it must generate a directed graph from all class dependencies and then begin at the leaves. The above message means that for some reason the same class appears twice in the GCC internal data structure. Please report this bug to the GCC maintainers. As a workaround please compile the bridge on RedHat Enterprise Linux or Fedora Linux and try to avoid compiling on NFS-mounted file systems if the client/server clocks are not synchronized. For further information please see PR1587302 http://sourceforge.net/tracker/index.php?func=detail&aid=1587302&group_id=117793&atid=679233 (marked as invalid, "won't fix"). Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |