You might try things like:# find /opt/fedora-ds -name libjss3.so (should be /opt/fedora-ds/lib/libjss3.so)
# file /path/to/libjss3.so # ldd /path/to/libjss3.soNow the ldd may return some "not found". Many libraries are included locally in /opt/fedora-ds.
rob Diana Shepard wrote:
So back to my original question, is there a way to uninstall and reinstall the admin-serv only? Diana Shepard-----Original Message-----From: fedora-directory-users-bounces@xxxxxxxxxx [mailto:fedora-directory-users-bounces@xxxxxxxxxx] On Behalf Of Richard MegginsonSent: Tuesday, August 29, 2006 5:28 PM To: General discussion list for the Fedora Directory server project. Subject: Re: install/uninstall admin-serv Diana Shepard wrote:Not sure how to tell if it is "a 64-bit java executable",but a cloneof the box (a multi-master replicated environment) has no problems with the admin-server.Weird. To find out if it is a 64-bit native executable, do ls -l `which java` and keep following the symlinks (if any) until you find one that is not a symlink, then do file /path/to/that/java - note that if it points to /etc/alternatives/java, do /usr/sbin/alternatives --display java to find out which java executable it's using. If file tells you its a bourne script, you'll have to look in the bourne script file to find out where the real java executable is. For example, on my FC5 32bit system, I have the IBM JDK installed:# file /usr/lib/jvm/java-1.4.2-ibm-1.4.2.2/jre/bin/java.bin/usr/lib/jvm/java-1.4.2-ibm-1.4.2.2/jre/bin/java.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not strippedDiana Shepard-----Original Message----- From: fedora-directory-users-bounces@xxxxxxxxxx[mailto:fedora-directory-users-bounces@xxxxxxxxxx] On Behalf Of Richard MegginsonSent: Monday, August 28, 2006 8:37 PMTo: General discussion list for the Fedora Directoryserver project.Subject: Re: install/uninstall admin-serv Diana Shepard wrote:I'm runnins 64-bit RedHat Linux AS, version 4, 64-bit). java 1.4.2_04.Is it a 64-bit java executable? I think a 32-bit java might have problems loading 64-bit shared libs such as are included with the 64-bit Fedora DS.Diana Shepard-----Original Message----- From: fedora-directory-users-bounces@xxxxxxxxxx[mailto:fedora-directory-users-bounces@xxxxxxxxxx] On Behalf Of Richard MegginsonSent: Monday, August 28, 2006 4:44 PM To: General discussion list for the Fedora Directoryserver project.Subject: Re: install/uninstalladmin-servDirectory ServerDiana Shepard wrote:The problem is that whenever I try to start theWhich javaConsole via command line "startconsole", I get thefollowing errorWhat OS and version are you running? 32bit or 64bit?(libjss3.so is in /opt/fedora-ds/lib, and readable):are you using?Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/fedora-ds/lib/libjss3.so:/opt/fedora-ds/lib/libjss3.so: cannotopen shared object file: No such file or directoryatjava.lang.ClassLoader$NativeLibrary.load(Native Method)atjava.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)atjava.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) atorg.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManager.java:1330) at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:822) at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:795) atcom.netscape.management.client.util.UtilConsoleGlobals.initJSS(UnknownSource) atcom.netscape.management.client.util.UtilConsoleGlobals.getLDAPSSLSocketFactory(Unknown Source) atcom.netscape.management.client.console.Console.LDAPinitialization(Unknown Source) atcom.netscape.management.client.console.Console.<init>(Unknown Source)atcom.netscape.management.client.console.Console.main(UnknownSource)Diana Shepard Date: Mon, 28 Aug 2006 15:59:40 -0600 From: Richard Megginson <rmeggins@xxxxxxxxxx>Subject: Re: install/uninstalladmin-servonly To: "General discussion list for the Fedora Directoryserver project."<fedora-directory-users@xxxxxxxxxx> Message-ID: <44F3674C.1090202@xxxxxxxxxx> Content-Type: text/plain; charset="iso-8859-1" Diana Shepard wrote:Is there a way to unistall and reinstall the admin-serv only?Maybe, it depends.Mine seems to have gotten corruptedsomehow.What seems to be the problem?Diana Shepard University of Colorado----------------------------------------------------------------------
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users