Oscar A. Valdez wrote:
If you don't mind overriding the system ldap commands, which are normally located in /usr/bin, you could doMy installation of fedora-ds-1.0.1-1.RHEL4 puts executables in /opt/fedora-ds/shared/bin/ and libraries in /opt/fedora-ds/shared/lib/. What would you all recomend as a "proper" way of modifying the $PATH variable and of linking to the DS libraries?
$ export PATH=/opt/fedora-ds/shared/bin:$PATH $ export LD_LIBRARY_PATH=/opt/fedora-ds/shared/lib:$LD_LIBRARY_PATHAlternatively, you could go to the directory /opt/fedora-ds/shared/bin, and run the command line interface:
$ cd /opt/fedora-ds/shared/bin; ./ldapsearch <options>This way, the library path is take care of by rpath. If you don't want to make the fedora-ds command line utilities conflict with the system ones, you may want to make a script file (for each command) and set the <script_file_path> to your path...
--noriko
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