C/C++ version of LDAP SDK 4.1 for Linux platform

Hi All,
I am looking for C/C++ version of LDAP SDK 4.1 for Linux platform.
Do you have any pointer from where I could download this library?
Thanks in Advance,
Shyam Shukla

The only version available on sun.com is LDAP C-SDK 5.08 <http://www.sun.com/download/products.xml?id=3ec28dbd>
The 4.1 version is very old and no longer available.
Note that future versions of the LDAP C-SDK will be directly available from Mozilla.org as we've completed the merge of all of our changes back to Mozilla.org (this is with LDAP C-SDK 6.0.2).
Builds are not available yet, but should be soon.
Regards,
Ludovic.

Similar Messages

  • Which version of iPhone SDK is available for MAC OS 10.3.9

    Hi,
    I want to develop an application for iPhone using my MAC OS 10.3.9 version.
    Which version of iPhone SDK is available for MAC OS 10.3.9?
    Can I install and work with iPhone SDK 6 or 7 version on MAC OS 10.3.9.
    Regards,
    Punit

    but the installation steps of SDK says that it can be installed on MAC OS 9.3.x also by customizing it during installation for the MAC OS 9.3.x.
    If possible, could you post a link to where this information is.
    OS 9 does not have a version 9.3.x so I am not sure what you are referring to unless that was a typo and you meant 10.3.x?
    I think you might get better support in the Developer forum. If you don't receive any other response here in this topic perhaps posting there might attract more knowledgable SDK users.
    littleshoulders
    Message was edited by: littleshoulders
    Message was edited by: littleshoulders

  • Please package Java ME SDK 3.0 for Linux/Unix

    Hi Oracle guys!
    Please package Java ME SDK 3.0 for Linux/Unix soon!
    It would be of benefit both to us developers, and to Oracle.
    Thanks!

    user8771084 wrote:
    Señores Oracle si ustedes no pueden desarrollar Java ME SDK 3.0 for Linux/Unix no importa!!!, igual sabemos que no están a la altura de Sun Microsystems ni de la comunidad de Linux/GNU.
    Si ustedes se deciden lanzar la versión Java ME SDK 3.0 for Linux/Unix se lo agradeceremos, recuerde que Linux/GNU dia a dia crece mas y mas, y es un mercado que se debe cuidar.Translated to English:
    Oracle Gentlemen if you can not develop Java ME SDK 3.0 for Linux / Unix does not matter!,
    As we know are not up to Sun Microsystems or the community of Linux / GNU.
    If you decide to launch the Java ME SDK 3.0 for Linux / Unix appreciate it, remember that GNU / Linux is growing day by day more and more, and is a market that needs to be nurtured.

  • Using labview version 8 can application.exe be created for linux platform?

    hi
    Good morning..
    I have been creating GUI for windows platform using Labview version 8.
    Is it possible to create application.exe for linux platform...are there any settings that could be changed to make it work on linux platform ? or it will directly work when installer is installed in linux platform...
    waiting in anticipation...
    Thanx  ....
    Regards
    yogan

    You must setup a machine with Linux and install LabVIEW for Linux on this machine.
    If you haven't used any Windows technics you can copy the VIs from the Windows machine to the Linux machine, open LabVIEW on the Linux machine and create the application.
    There is no setting on any platform of LabVIEW to generate applications and/or installers for other platforms.
    Message Edited by waldemar.hersacher on 08-05-2008 08:22 AM
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Is there any plan to release Java ME SDK 3.0 for linux?

    Hi
    Thank you for reading my post.
    Can someone please let me know when will Sun release Java ME SDK for linux?
    Thanks

    Note: This thread was originally posted in the [Sun Java Wireless Toolkit|http://forums.sun.com/forum.jspa?forumID=82] forum, but moved to this forum for closer topic alignment.

  • Java ME SDK 3.x for Linux/Unix

    Hi!
    There was talk the last couple of years of a Linux/Unix release for the Java ME SDK 3.x,
    but as of today I see nothing like that at the download site.
    Does anybody know the state of this?
    A Linux/Unix SDK would be very helpful to me in my development work!
    (This is a ping to users, who themselves are Oracle Product Development personnel!)

    Yes, a real need for many developers.
    cherrs

  • Schedule for Java ME SDK 3.0 for Linux?

    Hi,
    thank you for Java ME, we are using it since many years with on Linux development platform.
    Currently we plan to use the Sensor API, which is missing in WTK2.5.2 for Linux.
    What are the current plans for Linux?
    thanks,
    Marcel

    Another +1
    Come on Oracle, get it together. And why are you being so evasive about answering the OP's question? Is there a release schedule for Linux or not? For some reason I suspect not and you're desperately trying to avoid saying so.
    If there's no J2ME for linux there's no point me trying to write Java mobile apps any more. I suspect I will not be the only person to switch to writing Android apps instead. Google seem to understand and respect their Linux programmers.

  • Does iPlanet LDAP SDK for C, version 5.8 support TLS?

    thanx!

    "The Netscape LDAP SDK for C only supports SSL 3.0 and does not support the
    Start Transport Layer Security (TLS) Operation."
    -- from Netscape LDAP SDK for C 4.1
    so, i want to know whether iPlanet LDAP SDK for C 5.08 support TLS?

  • Loading ldap sdk 51 dlls from a webserver module

    Hi ,
    I have sunone webserver 4.1 SP9 running on my NT system. I have written a module using NSAPI which
    loads (using loadlibrary) another module. This module depends on ldapsdk 51 dlls. It loads the sdk libs
    properly. But somehow my first call to "ldap_simple_bind_s" does not return. It keeps waiting on some
    condition in "libnspr3.dll" loaded by the webserver for its own purpose.
    The stack trace is as follows:
    NTDLL! 77f682db()
    KERNEL32! 77f04f37()
    LIBNSPR3! 30019517()
    LIBNSPR3! 30019e35()
    NSTIME! 00261111()
    This happens ONLY when my module is talking to the DS in SSL and ONLY for the first request. A second
    request goes fine. I have also tried pre-loading the sdk libraries but to no avail.
    Any idea why the first calls enters libnspr3.dll rather than entering lbnspr4.dll. This problem is
    definitely because of the webserver loading the nspr3.dll as similar module on IIS works properly.
    Is this a known problem or is there any solution/patch that addresses this issue.
    Any pointers?
    Thanks in advance.
    -Achyut.

    Hi Chris,
    Thanks for your reply.
    After further debugging, I have some more information. For this thread, the first bind call goes thru but then the thread tries to acquire the handle again, the bind call does not return back. The call stack I sent yesterday was for the wrong thread. Sorry about that. The correct stack trace is:
    NTDLL! 77f67f77()
    LIBNSPR4! 090488ce()
    00528700()
    0052ad20()
    0052aab0()
    0052ca50()
    LIBNSPR4! 090582c0()
    00528700()
    0052ad20()
    0052aab0()
    0052ca50()
    LIBNSPR4! 090582c0()
    This does not seem to give much information apart from the fact that this does not seem to be problem with co-existence of the nspr dlls of diff. versions.
    Ideally, any plugins running in an iWS 4.1 server would link against the NSPR and LDAPSDK versions bundled with the server. The relevant header files and import libraries are published to the web server's plugins/include and plugins/lib directories.[Achyut] We have a requirement and we need to support ldap sdk 51 with our product. Is there any alternative to this? As in, some SP for the same webserver version which will bundle sdk 51 along with it.
    >
    You can try adding the following directive to the server's config/magnus.conf file:
    KernelThreads 1[Achyut] I tried this but the problem still persisted.
    Ultimately, though, mixing and matching NSPR and LDAPSDK versions is simply not guaranteed to work...[Achyut] Is there any service pack for the webserver version (4.1) that bundles ldap sdk 51?
    Thanks again.
    -Achyut.

  • Which Versions of VS Does Each Version of the SDK Work With?

    The PAM only talks about the versions of the .NET Framework - not the versions of VS.  And there basically is no Developer Guide since sometime in early BI 4.0 that might have this info.
    I have a client who is having issues with their BI 4.0 SP6 code after migrating from VS 2010 to VS 2013.  Based on conversations around which versions of Crystal for VS will work in which versions of VS, I'm almost certain that this version of the SDK is not supported in VS 2013.  But I'd like to have "official" documentation to show them and a URL I can point them to where they can get this information as new versions of VS come out.
    Thanks!
    -Dell

    Hi Dell
    I can always count on you asking DE greatest of questions
    The "party line" is; it is not the app you will be working in that is supported or not, it is the framework. Thus that BI 4.0 SDK for .NET will work in Delphi, or VS 2013 as long as these support the framework BI 4.0 works with (e.g.; 3.5 and 4.0). Now. Since the BI 4.x SDK is only to be used in managed applications, there is no craxddrt.dll version 14.x installed and thus no CR designer in the .NET IDE. I have never seen this documented in an official type of doc. However the BI 4.0 PAM says:
    Contrast this with 'SAP Crystal Reports, Developer Version for Visual Studio .NET". As the install of this product does incorporate the craxddrt.dll into VS to give us the CR designer in the .NET IDE, there is a dependency on the correct version of VS (e.g.; SP 10 for VS 2013, SP 4(?) for VS 2012).
    I suppose all of this boils down to; yes, migrating BI 4.0 SP6 code from VS 2010 to VS 2013 should work.
    - Ludek

  • LDAP sdk license question

    I am writing a commercial application using using an LDAP server to store and read data. I plan to use the SUN LDAP sdk to implement the LDAP functions of my software. Can I use it freely or do I have to buy a license in order to redistribute the SUN LDAP Library with my application ?

    I am also confused. It would seem to imply that every non-AIR application is not legal. How does this work?

  • Does the current WebKit version in Air SDK 3.5 support Uint8Array or any bufferArray stuffs?

    Does the current WebKit version in Air SDK 3.5 support Uint8Array or any bufferArray stuffs?  If not, is there an alternative or workaround solution so I can reuse some javascript routines that requires bufferArray like Uint8Array...?   Thanks in advance.

    You needed to use SDK 5.1 or later. AIR uses 6.0 or 6.1 now, so Retina is ok without any special tricks.

  • [svn:fx-4.0.0] 14150: revert the rollback of revision# 13951 to have the automation swcs built with current version of the SDK

    Revision: 14150
    Revision: 14150
    Author:   [email protected]
    Date:     2010-02-12 12:36:19 -0800 (Fri, 12 Feb 2010)
    Log Message:
    revert the rollback of revision# 13951 to have the automation swcs built with current version of the SDK
    QE notes: no
    Doc notes: no
    Bugs: FLEXENT-1230
    Reviewer: lauren
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXENT-1230
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/libs/automation_agent.swc
        flex/sdk/branches/4.0.0/frameworks/libs/qtp.swc
        flex/sdk/branches/4.0.0/frameworks/libs/qtp_air.swc
        flex/sdk/branches/4.0.0/frameworks/locale/da_DK/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/da_DK/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/de_DE/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/de_DE/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/en_US/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/en_US/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/es_ES/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/es_ES/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/fi_FI/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/fi_FI/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/fr_FR/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/fr_FR/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/it_IT/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/it_IT/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/ja_JP/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/ja_JP/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/ko_KR/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/ko_KR/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/nb_NO/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/nb_NO/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/nl_NL/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/nl_NL/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/pt_BR/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/pt_BR/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/ru_RU/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/ru_RU/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/sv_SE/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/sv_SE/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/zh_CN/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/zh_CN/qtp_air_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/zh_tw/automation_agent_rb.swc
        flex/sdk/branches/4.0.0/frameworks/locale/zh_tw/qtp_air_rb.swc
    Removed Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/bundles/
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/bundles/
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/bundles/
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/bundles/
    Property Changed:
        flex/sdk/branches/4.0.0/

    Credit Tony E
    To downgrade to Firefox 3.6 first uninstall Firefox 4, but do not select the option to "Remove my Firefox personal data". If you select that option it will delete your bookmarks, passwords and other user data. See https://support.mozilla.com/kb/Uninstalling+Firefox
    You can then install the latest version of Firefox 3.6 available from http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your current bookmarks, passwords etc.
    To avoid possible problems with downgrading, I recommend going to your profile folder and deleting the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Deleting these files will force Firefox to rebuild the list of installed extensions, checking their compatibility, and reset toolbar customizations.
    For details of how to find your profile folder see https://support.mozilla.com/kb/Profiles

  • Correct version of Java SDK for Red Hat 4 ES on x86_64

    I need to install the Java SDK for Red Hat 4 ES on x86_64 and I'm unable to find the correct version to download.
    Note 716604 says to download 1.4.2_13 at java.sun.com but the I can't find the Linux x86_64 bit version.  Note 941595 is for Windows and Solaris only.
    Red Hat's site mentions two versions; java-1.4.2-ibm and java-1.4.2-bea.  I cannot find any SAP notes that mention those names.  Has anyone used these successfully on Red Hat 4 x86_64?
    Does anyone know where I can download the correct version of Java SDK?
    Thanks

    <a href="https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=lxdk&S_PKG=amd64142sr7&S_TACT=105AGX05&S_CMP=JDK&lang=en_US&cp=UTF-8">https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=lxdk&S_PKG=amd64142sr7&S_TACT=105AGX05&S_CMP=JDK&lang=en_US&cp=UTF-8</a>
    I can open that link without a problem.
    Check again...
    Markus

  • Accessing ADAM using netscape's ldap sdk

    All,
    I am a newbie to ldap. we have ADAM directory and i need to connect to it using netscape ldap sdk. i have downloaded the source from http://www.mozilla.org/directory/javasdk.html sdk v 4.17
    the build instructions are dated way back in 1999.
    while compiling the source with java5, i had to modify few things (as it uses 'enum' as variable name whereas enum is keyword in java5.
    after making those changes, i could successfully compile it but i got few deprecation warnings.
    i wanted to know if this project is still alive and used in the industry.
    what is the commonly used provider for accessing ADAM directory using java.
    also if you have an sample example using netscape ldap sdk / links /tutorials.
    another thing which i would like to know is:
    in few of the tutorials on JNDI i came across a statement which said that JNDI is like JDBC where only interfaces are defined and the implementation is provided by the vendor (like netscape sdk).
    when i tried to ran a sample program without having netscape's ldapjdk.jar in the projects classpath, i could still successfully run it. i was using this as INITIAL_CONTEXT_FACTORY "com.sun.jndi.ldap.LdapCtxFactory"
    does java5 come with some concrete implementation (provider) for JNDI ?
    any kind of help is appreciated.
    regards
    amey

    Here is an example if you still have not found it.
    =================
    import javax.net.ssl.*;
    import netscape.ldap.*;
    import netscape.ldap.util.*;
    import netscape.ldap.controls.*;
    import netscape.ldap.factory.*;
    public class SSLLdapDb {
    public void connect(String host, int port)
    try{
    JSSESocketFactory jssf=new netscape.ldap.factory.JSSESocketFactory(nul
    l);
    LDAPConnection lc = new LDAPConnection(jssf);
    lc.connect( host, port );
    //lc.bind( ldapVersion, loginDN, password );
    }catch(LDAPException ex) {
    ex.printStackTrace();
    System.out.println("LDAPException:" + ex.getMessage());
    public static void main(String args[]){
    SSLLdapDb sslLdapDb = new SSLLdapDb();
    sslLdapDb.connect(args[0],Integer.parseInt(args[1]));
    } // end of SSLLdapDb
    /Sudhir

Maybe you are looking for

  • Error while creating process instruction sheet in COR2

    While creating Process instruction sheet, the following error is occuring. Please guide me to resolve the issue. Define variable QTYPRODUCED for default value Message no. CPOC110 Diagnosis In the process instruction, variable QTYPRODUCED is defined f

  • Will Crystal Reports XI run on VMware ESX 3.5 in a virtual machine

    I am running VMware ESX 3.5 Update 2 Host with a Windows 2003 R2 Standard on a Virtual Machine.  I initially P to V the original server that was running Crystal Reports XI to ESX but it then would not open Crystal Reports, you would click on the excu

  • I cannot open Keynote in iPhone/iPad iOS 7

    After updating to iOS 7 and iWork for iOS, I'm no loger able to use iWork when iCloud is turned on. I've two apple accounts, one for Mexico store and another one for US store. A couple of yeard ago I purchased Numbers for iphone/ipad using MX account

  • Need program in labview to generate 8 control bits using DAQ

    Hi,            8 bits are to be generated using NI USB base myDAQ card and virtual instrument developed in LabVIEW 8.6.                                                               could someone send me a labview program for generating control bits.

  • Table storing PACKAGE details

    hi   i want to know table which contains information about PACKAGES we create for storing Prg. names, DDIC items .           i have created one package ZSS like this SAP repotrs and Prg. are also stored in  some packages , where this info get stored.