package libsqlite3-0 severity 478980 normal thanks Hi Michael,
On Thu, 2008-05-01 at 19:35 -0600, Michael Berg wrote: > Package: libsqlite3-0 > Version: 3.5.8-2 > Severity: important > > When trying to link some code I'm writing against libsqlite3-0 3.5.8-2, > I get the following error messages from the linker: > ===== > /usr/lib/libsqlite3.so.0: undefined reference to `dlsym' > /usr/lib/libsqlite3.so.0: undefined reference to `dlerror' > /usr/lib/libsqlite3.so.0: undefined reference to `dlopen' > /usr/lib/libsqlite3.so.0: undefined reference to `dlclose' > ===== > > The same code properly compiles and links against libsqlite3-0 3.5.8-1 > and earlier versions of the package under Debian. These symbols was never in SQLite3 itself, they are provided by the dynamic linker. Please specify -ldl in your LDFLAGS for the linker. Please report back if your problem remains or not; in the former case, can you give me your project for testing? Regards, Laszlo/GCS -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]