[Mono-list] Connecting to LDAP

dnapierski dnapierski at unidesk.com
Tue Jan 19 11:24:28 EST 2010


Using a makefile is one way to compile your code.  Whether you use a makefile
or not, you will need to call the compiler on your source code.  When you
do, you need to tell the compiler to reference the novell ldap assembly. 
For instance, your command may look something like this:

gmcs -t:library -debug -lib:C:\pathtomono\ -r:Novell.Directory.Ldap
-out:C:\path\target.dll sourcefile1.cs sourcefile2.cs

To get started try:
gmcs -help

- Dan


deewanagan wrote:
> 
> Hi,
> 
> I wanted to connect to ldap server via c#(MONO), so i searched and found
> that i need the novell.directory.ldap.dll, in order to be able to connect.
> i am following the guide line in 
> http://www.novell.com/communities/node/8772/setting-novell-ldap-libraries-c
> here  now i am stuck at the point that it says 
> "add to the makefile...." i don't have any idea what that it is and
> couldn't find out by searching,:confused: . i hope someone could tell me
> what that means.
> i am using ubuntu 8.10.
> tanx
> 

-- 
View this message in context: http://old.nabble.com/Connecting-to-LDAP-tp27123801p27228455.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list