LDAP C SDK

2000-12-11 Thread ahmad . y . nooei
-f ldapsdk.mak Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. +++ ldapsdk.mak: building ldap         cd d:\ldap\c\mozilla\directory\c-sdk\ldap\libraries\msdos\winsock         C:\moz_tools\bin\makedep @x86Dbg.dep -F C:\TEMP\nma00

LDAP C SDK

2001-04-03 Thread Nicolas BEAUMONT
Hi, I post this message because I can't find any issue to my problem. I explain : I've download the C LDAP SDK 4.1.1 version for Solaris 2.8 (64bits) and I try to use it (for compiling Perldap). After installing it I try to compile example programs with the Makefile located in [Suffix]/e

Re: LDAP C SDK

2000-12-12 Thread Dan Mosedale
[EMAIL PROTECTED] writes: > -=-=-=-=-=- > > I downloaded the C version of LDAP SDK but I am running into problems when > I compile it. I was wondering if anyone has ever compiled the C version > or if you could understand the problem that I am having. Here is the > message I get when I com

Re: LDAP C SDK

2000-12-12 Thread ahmad . y . noori
I did download those tools and I followed the instructions but I still have problems with it. Thanks

Re: LDAP C SDK

2000-12-12 Thread Karen Abou-Zeid
I'm also having the same problem except I can't find the tools. Could you tell me from where you downloaded them? Did you install them in the directory specified in the MOZ_TOOLS environment variable? > I did download those tools and I followed the instructions but I still have problems with it

Re: LDAP C SDK

2000-12-12 Thread NooriA
Go to this website to get the GNU tools http://www.cygnus.com/misc/gnu-win32 go to this website to get the gmake tools and install only the gmake tools under MOZ_TOOLS http://www.mozilla.org/download-mozilla.html

Re: LDAP C SDK

2000-12-12 Thread Karen Abou-Zeid
What about the Netscape-developed tools makedep.exe, txt2rc.exe, and waitfor.exe?  Do you know where these can be found?  The build instructions say they are located in the mozilla\cmd\winfe\mkfiles32 directory, but the mozilla\cmd directory did not come with the Directory C SDK source

Re: LDAP C SDK

2000-12-13 Thread Dan Mosedale
"Karen Abou-Zeid" <[EMAIL PROTECTED]> writes: > -=-=-=-=-=- > > What about the Netscape-developed tools makedep.exe, txt2rc.exe, and > waitfor.exe? Do you know where these can be found? Go to and follow the "Windows Build Tools." Dan

Re: LDAP C SDK

2000-12-14 Thread Karen Abou-Zeid
I did download the Windows Build Tools, but makedep.exe etc... weren't included. The only tools I found in there were gmake.exe, shmsdos.exe, and uname.exe. Dan Mosedale wrote in message <918qpd$[EMAIL PROTECTED]>... > >Go to and follow the >"Window

Newbie LDAP C SDK question

2001-02-01 Thread Anthony Converse
Hi all, I am using Visual Studio (Visual C++ 6.0) and cannot seem to build anything that calls ldap.h. I can compile with no errors or warnings, but when I try to build, I get error LNK2001: unresolved external symbol errors for each ldap call (i.e. _ldap_simple_bind_s). I have included the lda

Compiling C SDK on Solaris 7

2001-02-20 Thread Malcolm Kerec
zilla/directory' gmake[2]: Entering directory `/opt/mozilla/directory/c-sdk/ldap' cd build; gmake -f Makefile.client -w export gmake[3]: Entering directory `/opt/mozilla/directory/c-sdk/ldap/build' ../../../../config/SunOS5.7_sparc_DBG.OBJ/nsinstall -R -m 555 SunOS5.7_sparc_DB

Re: Compiling C SDK on Solaris 7

2001-02-22 Thread Dan Mosedale
Leaving directory `/opt/mozilla/config' > cd directory; gmake export libs install > gmake[1]: Entering directory `/opt/mozilla/directory' > gmake[2]: Entering directory `/opt/mozilla/directory/c-sdk/ldap' > cd build; gmake -f Makefile.client -w export >

C SDK problems using NDS 8.X

2001-03-02 Thread Rama Raghavan
We are experiencing problems when using the sdk with Novell NDS 8.x (Netware 5.1 SP2). The search calls hang at random , although it functions well at most times. (may be after prolonged inactivity on a connection to the LDAP server, or other reasons not tracable). Earlier postings in this newsg

Problems compiling C SDK under Solaris 2.5.1

2001-05-01 Thread Jim McCullars
Hi, I'm having a problem compiling the C SDK under Solaris 2.5.1. The reason I am doing this is so that I can install perldap. Anyway, I downloaded the file ldapsdk_12311998.tar.gz and untarred it. I set the environment variables as instructed in the mozilla/directory/buildsdk.txt fil

CVS and installation of Directory C SDK

2001-07-23 Thread Kan
Dear all, I use the CVS to get the whole directory to my Linux machine. I want to install the PerLDAP and first I need to install the C SDK first. Am I right? I find that there are a directory called c-sdk and inside the mozilla/directory have a file called ldapsdk.mk Then I try to run gmake -f

Re: C SDK problems using NDS 8.X

2001-03-05 Thread Dan Mosedale
[EMAIL PROTECTED] writes: > We are experiencing problems when using the sdk with Novell NDS 8.x > (Netware 5.1 SP2). > > The search calls hang at random , although it functions well at most > times. > (may be after prolonged inactivity on a connection to the LDAP server, > or other reasons not tr

LDAP C SDK Adding objects with / in DN

2001-03-16 Thread Alexis MacFarlane
Is there a way to use the LDAP C SDK to add an object with a forward slash in the distinguished name? I've tried to do so using the ldap_add_s() call. This fails with a LDAP_INVALID_DN_SYNTAX error. This seems to be the correct error since RFC 1779 does not list the forward slash as a val

Re: Problems compiling C SDK under Solaris 2.5.1

2001-05-01 Thread Daniel Chester
find out which ar you are using (which ar). When in doubt, use the one on the system, recently I've been having problems with the GNU binutils. Jim McCullars wrote: > Hi, I'm having a problem compiling the C SDK under Solaris 2.5.1. The > reason I am doing this is so th

Re: Problems compiling C SDK under Solaris 2.5.1

2001-05-01 Thread Jim McCullars
Daniel Chester wrote: > find out which ar you are using (which ar). When in doubt, use the one on the > system, recently I've been having problems with the GNU binutils. Hi, thanks for the feedback. The ar I am using is /usr/ccs/bin/ar . Jim

Errors during installation ldap c sdk on redhat 6.2.

2000-12-17 Thread rogerbroere
Hi, Ran into some errors when i tried to install the ldap c sdk. Here's an account of my adventures last friday: 1. Installed Mozilla milestone 18 on red hat 6.2, it build and works perfect. 2. Then I downloaded the following tarball: ldapsdk_12311998.tar 3. Checked all the necessary syste

Native System Socket Descriptor with LDAP Client C-SDK

2000-12-31 Thread Ran Bar-Lavie
Does anyone know how to retrieve it? I tried ldap_get_option( ..., LDAP_OPT_DESC, ... ) and it works fine on a clear connection. With SSL, however, I get the SSL descriptor. I need the native system descriptor in both cases. Any info on this will be greatly appreciated. -Ran

Re: LDAP C SDK Adding objects with / in DN

2001-03-19 Thread SRIDHAR BANDI
Hi , Using the LDAP C SDK you can have "/" as part of DN , That depends on the plugin that is enabled for the syntax checking , I have tested with "/" as part of a SN and CN also UID in Netscape Directory server , I have the default plugins enabled on

Re: LDAP C SDK Adding objects with / in DN

2001-03-19 Thread Alexis MacFarlane
realistic like, 10.10.10.0/24, everything works fine. ---Alexis SRIDHAR BANDI wrote: > > Hi , > > Using the LDAP C SDK you can have "/" as part of DN , > That depends on the plugin that is enabled for the syntax checking , > I have tested with "/&qu

Error building LDAP C SDK 4.11 (was "Source code...")

2001-03-21 Thread Harshdeep S Jawanda
Hi, "Michael F. March" wrote: > "....To get LDAP C SDK 4.0 code (you've got version 3.x), instead \ > of using the CVS date tag specified on that page, check out using\ > the "-r LDAPCSDK_40_BRANCH" switch to CVS." Thanks. I used &qu

Re: Errors during installation ldap c sdk on redhat 6.2.

2000-12-19 Thread Dan Mosedale
[EMAIL PROTECTED] writes: > Hi, > > Ran into some errors when i tried to install the ldap c sdk. > > [...] > > What's going on? Shouldn't I been using this milestone build (maybe too > new), or . > > Has anyone out there succeeded to build the shared

Re: Errors during installation ldap c sdk on redhat 6.2.

2000-12-20 Thread rogerbroere
from revision 1.2 of this file and it'll eventually build and create the shared libraries. Roger [EMAIL PROTECTED] (Dan Mosedale) wrote: > > [EMAIL PROTECTED] writes: > > Hi, > > > > Ran into some errors when i tried to install the ldap c sdk. > > > > [.

Re: Errors during installation ldap c sdk on redhat 6.2.

2000-12-20 Thread rogerbroere
from revision 1.2 of this file and it'll eventually build and create the shared libraries. Roger [EMAIL PROTECTED] (Dan Mosedale) wrote: > > [EMAIL PROTECTED] writes: > > Hi, > > > > Ran into some errors when i tried to install the ldap c sdk. > > > > [.

Re: Error building LDAP C SDK 4.11 (was "Source code...")

2001-03-26 Thread Dan Mosedale
[EMAIL PROTECTED] (Harshdeep S Jawanda) writes: > Hi, > > "Michael F. March" wrote: > > > "To get LDAP C SDK 4.0 code (you've got version 3.x), instead \ > > of using the CVS date tag specified on that page, check out using\ > &

How do you use the XPCOM Wrapper for C SDK

2001-06-19 Thread Graham Gelding
I am tring to add LDAP functionality to a Chrome. Initially all I'd like to do is connect to an LDAP server and read and write some "bookmarks.html" data. Does anyone have any information on how to use the components in mozilla/directory/xpcom/base I think that I can do an LDAP connect but I ne

Re: Announcement: LDAP C SDK /w NSS 3.2 support on Mozilla

2001-03-29 Thread Gervase Markham
> The 5.0 version of the LDAP C SDK with NSS 3.2/NSPR 4.1 support is now Cool :-) While you are here, what's the current status of PerLDAP and the Java SDK? Gerv

Re: Announcement: LDAP C SDK /w NSS 3.2 support on Mozilla

2001-03-29 Thread Dan Mosedale
Michael Hein <[EMAIL PROTECTED]> writes: > The 5.0 version of the LDAP C SDK with NSS 3.2/NSPR 4.1 support is now > fully available as open source on Mozilla. All future development will > now take place using the mozilla CVS repository and no further > development is planned

Re: Announcement: LDAP C SDK /w NSS 3.2 support on Mozilla

2001-03-31 Thread Michael Hein
Gervase Markham wrote: > > The 5.0 version of the LDAP C SDK with NSS 3.2/NSPR 4.1 support is now > > Cool :-) While you are here, what's the current status of PerLDAP and the > Java SDK? Do you have any specific question? If so, you are probably better off sending notes

Re: How do you use the XPCOM Wrapper for C SDK

2001-06-25 Thread Dan Mosedale
[EMAIL PROTECTED] (Graham Gelding) writes: > I am tring to add LDAP functionality to a Chrome. Initially all I'd > like to do is connect to an LDAP server and read and write some > "bookmarks.html" data. I'd suggest looking at Binary Runner's implementation of LDAP bookmark stuff; he posted a

Help I am having problem compiling C-SDK on HP/UX 11.0

2001-03-06 Thread anwar
Greetings, I need to compile c-SDK on HP-UX 11.0. I am not allowed to use any GNU compiler. the aCC compiler gives the following errors: Error 203: "nsinstall.c", line 276 # Cannot assign 'char *' with 'void *'. toname =