Which version of Sqlite?
Build 3.3.17 and 3.4.0 is ok.

Take a clean env.untar,configure and make. It shd work.

regards
ragha

******************************************************************************************
 This email and its attachments contain confidential information from HUAWEI, 
which is intended only for the person or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not 
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is prohibited. If you receive this 
e-mail in error, please notify the sender by phone or email immediately and 
delete it!
 
*****************************************************************************************

----- Original Message -----
From: Kunal Jain <[EMAIL PROTECTED]>
Date: Wednesday, July 4, 2007 1:49 pm
Subject: [sqlite] Undefined reference to dlsym

> Hi,
> 
> I have tried building sqlite. SQLite is failing to build. Please 
> help me in
> this regard.
> 
> 1) I checked out the code to directory called sqlite
> 2) I modified the Makefile.in <http://makefile.in/> to allow loading
> extensions. We have to comment the following line
> #TCC += -DSQLITE_OMIT_LOAD_EXTENSION=1
> 3) Created a directory called build. Ran configure and make from 
> there.4) I get "undefined refernce to dlsym, dlopen, dlclose" error.
> 
> Apparently the problem is with SQLite failing to find dynamic linker
> library. I added LDFLAGS to command line before running make
> Like this: LDFLAGS=-ldl make. Still it fails.
> 
> Please tell me what is the error.
> 
> Thanks!
> Kunal
> 

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to