Re: libsdb

2002-08-26 Thread Andrea Viscovich

I tried with libsdb 0.5, 04.1 and 0.3,
always same error, 
first it search for libsdb.so, which is not present, then
changing in makefile it into libsdb.a (I don't know how dangerous is it)
I have:
odbc_driver.c:135: undefined reference to 
`SQLFreeHandle@8'
 et similar.
Unless you retry to compile it and tell us
how you did it, I 'll say it won't compile :-)
Andrea





Re: libsdb

2002-08-26 Thread Stipe Tolj

> This is just to let you know libsdb does not compile under windows (
> at least NT).
> I tried to compile it even to another machine installing latest
> cygwin with no
> success. I tried to ask to libsdb creator, but nothing happened.
> So, I suggest to add in the userguide the warning that libsdb does
> not work
> with windows, or better, to modify the source ro make it work under
> windoze :-)
> It should only talk with odbc, I don't know if there is something
> else apart
> from libsdb.

it compiled under Cygwin for me. Unfortunatly it's some time past
since I made this work, and I can't figure out how I did this.

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are




libsdb

2002-08-26 Thread Andrea Viscovich



This is just to let you know libsdb does not compile under 
windows ( at least NT).
I tried to compile it even to another machine installing 
latest cygwin with no
success. I tried to ask to libsdb creator, but nothing 
happened.
So, I suggest to add in the userguide the warning that libsdb 
does not work
with windows, or better, to modify the source ro make it work 
under windoze :-)
It should only talk with odbc, I don't know if there is 
something else apart
from libsdb.
Andrea


Re: [FYI] added LibSDB support for DLR storage

2002-08-12 Thread Stipe Tolj

> make[1]: Leaving directory `/home/Administrator/sdb-0.5.0'
> make: *** [all] Error 2
> Not so kannel related, but if you have an hint ... :-)

tell the beast somehow not to build the shared version. The shared
libs .so are hardcoded to the Makefiles and hence everything blows in
Cygwin.

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are




Re: [FYI] added LibSDB support for DLR storage

2002-08-12 Thread Andrea Viscovich

> LibSDB is available at http://siag.nu/libbsd and support many various
> database types, including MySQL, PostgreSQL, Oracle, gdbm, (even plain
> text files).

The correct link is ftp://siag.nu/pub/libsdb/
or http://siag.nu/pub/libsdb/
I even tell you to update doc, in the dlr-storage is still
mentioned only internal or mysql, even if
sdb mentioned later.
I tried to compile under cygwin sdb-0.5.0.tar.gz
with ./configure --with-odbc=odbc32
I have following make error:
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -c `test -f sdb_client.c ||
ech
o './'`sdb_client.c
make[1]: *** No rule to make target `.libs/libsdb.so', needed by
`sdb_client.exe
'.  Stop.
make[1]: Leaving directory `/home/Administrator/sdb-0.5.0'
make: *** [all] Error 2
Not so kannel related, but if you have an hint ... :-)
Andrea