[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: need LDBM ?



Thank you.

Once I exported the variables I was able to configure correctly.

Thank you and have a nice day.

Eli

> -----Original Message-----
> From:	Doug Nazar [SMTP:nazard@dragoninc.on.ca]
> Sent:	Tuesday, May 23, 2000 2:37 PM
> To:	Mansournt, Eliezer (USSM - Debt Markets)
> Cc:	Openldap-Software list (E-mail)
> Subject:	RE: need LDBM ?
> 
> On 23 May, Mansournt, Eliezer (USSM - Debt Markets) wrote:
> > env CPPFLAGS=-I/usr/local/BerkeleyDB/include:/usr/local/include
> 
> check the man page for env(1). It doesn't do what you are trying to do.
> What you probably want is export.
> 
> However, why not just use
> 
> CPPFLAGS=-I/usr/local/BerkeleyDB/include:/usr/local/include	\
> LDFLAGS=-L/usr/local/BerkeleyDB/lib				\
> LD_LIBRARY_PATH=/usr/local/BerkeleyDB/lib:/usr/local/lib	\
> ac_cv_func_pthread_create=no					\
> ol_cv_kthread_flag=no						\
> ol_cv_pthread_flag=no						\
> ol_cv_pthreads_flag=no						\
> ol_cv_thread_flag=no						\
> ./configure --with-ldbm-api=db2
> 
> Btw, are you sure you need the thread options?
> 
> -- 
> Doug Nazar
> Dragon Computer Consultants Inc.
> Tel: (416) 708-1578     Fax: (416) 708-8081
>