El Sábado, 13 de Diciembre de 2008 Jorge Bastos escribió:
> Hum, something's not right,
> 
> ii  libzdb-2.2.3-4                  2.2.3-1                    Zild Database 
> Library
> ii  libzdb-dev                      2.2.3-1                    Zild Database 
> Library
> 
> this is the last version, are you debian? If yes, add this to sources.list 
> and:
> 
> deb http://debian.nfgd.net/debian unstable main
> 
> 
> apt-get install libzdb-dev
> 
Ive just picked it from homepage...

they say last version was this

http://www.tildeslash.com/libzdb/dist/libzdb-2.3.tar.gz

By the way im opensuse, my repos dont show libzdb, neither 
sotfware.opensuse.org/search

So libzdb 2.2 is the correct one ?

Thanks!!

> 
> 
> > -----Original Message-----
> > From: Angel Alvarez [mailto:[email protected]]
> > Sent: sábado, 13 de Dezembro de 2008 21:02
> > To: Jorge Bastos
> > Subject: Re: [Dbmail] Error compiling 2.3.4
> > 
> > 
> > El Sbado, 13 de Diciembre de 2008 Jorge Bastos escribi:
> > > I don't know if it has something to do with it but, what's your
> > libzdb version?
> > >
> > 
> > Is libzdb 3.2, are there more recent versions to that?
> > 
> > 
> > Regards Angel
> > >
> > >
> > > > -----Original Message-----
> > > > From: [email protected] [mailto:[email protected]]
> > On
> > > > Behalf Of Angel Alvarez
> > > > Sent: sbado, 13 de Dezembro de 2008 14:49
> > > > To: DBMail mailinglist
> > > > Subject: [Dbmail] Error compiling 2.3.4
> > > >
> > > > Hi ,
> > > >
> > > > Ive tried compile 2.3.4 but triggers an erro at db module..
> > > >
> > > > libzdb installed at /usr/local..
> > > >
> > > > configure was --with-pgsql
> > > >
> > > > and make shows (previous modules already compiled not showed):
> > > >
> > > > make  all-recursive
> > > > make[1]: se ingresa al directorio
> > > > `/home/sinosuke/Datos/Software/Linux/Utils/DBMail/dbmail-2.3.4'
> > > > Making all in src
> > > > make[2]: se ingresa al directorio
> > > > `/home/sinosuke/Datos/Software/Linux/Utils/DBMail/dbmail-2.3.4/src'
> > > > Making all in modules
> > > > make[3]: se ingresa al directorio
> > > > `/home/sinosuke/Datos/Software/Linux/Utils/DBMail/dbmail-
> > > > 2.3.4/src/modules'
> > > > make[3]: No se hace nada para `all'.
> > > > make[3]: se sale del directorio
> > > > `/home/sinosuke/Datos/Software/Linux/Utils/DBMail/dbmail-
> > > > 2.3.4/src/modules'
> > > > make[3]: se ingresa al directorio
> > > > `/home/sinosuke/Datos/Software/Linux/Utils/DBMail/dbmail-2.3.4/src'
> > > > if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -
> > I. -
> > > > I. -I.. -I..    -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-
> > 2.0/i
> > > > nclude   -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -
> > > > I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-
> > > > 2.0/include   -W -Wa
> > > > ll -Wpointer-arith -Wstrict-prototypes -MT libdbmail_la-dm_db.lo -
> > MD -
> > > > MP -MF ".deps/libdbmail_la-dm_db.Tpo" -c -o libdbmail_la-dm_db.lo
> > `te
> > > > st -f 'dm_db.c' || echo './'`dm_db.c; \
> > > >         then mv -f ".deps/libdbmail_la-dm_db.Tpo"
> > ".deps/libdbmail_la-
> > > > dm_db.Plo"; else rm -f ".deps/libdbmail_la-dm_db.Tpo"; exit 1; fi
> > gcc
> > > > -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -I/usr/include/glib-2.0 -
> > > > I/usr/lib/glib-2.0/include -D_LARGEFILE64_SOURCE -
> > D_FILE_OFFSET_BITS
> > > > =64 -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 -
> > I/usr/lib/glib-
> > > > 2.0/include -W -Wall -Wpointer-arith -Wstrict-prototypes -MT
> > libdbmail
> > > > _la-dm_db.lo -MD -MP -MF .deps/libdbmail_la-dm_db.Tpo -c dm_db.c  -
> > fPIC
> > > > -DPIC -o .libs/libdbmail_la-dm_db.o
> > > > dm_db.c: In function 'db_connect':
> > > > dm_db.c:197: warning: comparison between signed and unsigned
> > > > dm_db.c: In function 'db_exec':
> > > > dm_db.c:311: error: void value not ignored as it ought to be
> > > > dm_db.c: In function 'db_stmt_set_str':
> > > > dm_db.c:388: error: void value not ignored as it ought to be
> > > > dm_db.c: In function 'db_stmt_set_int':
> > > > dm_db.c:393: error: void value not ignored as it ought to be
> > > > dm_db.c: In function 'db_stmt_set_u64':
> > > > dm_db.c:398: error: void value not ignored as it ought to be
> > > > dm_db.c: In function 'db_stmt_set_blob':
> > > > dm_db.c:403: error: void value not ignored as it ought to be
> > > > dm_db.c: In function 'db_stmt_exec':
> > > > dm_db.c:407: error: void value not ignored as it ought to be
> > > > dm_db.c: In function 'db_begin_transaction':
> > > > dm_db.c:467: error: wrong type argument to unary exclamation mark
> > > > dm_db.c: In function 'db_commit_transaction':
> > > > dm_db.c:475: error: wrong type argument to unary exclamation mark
> > > > dm_db.c: In function 'db_rollback_transaction':
> > > > dm_db.c:486: error: wrong type argument to unary exclamation mark
> > > > make[3]: *** [libdbmail_la-dm_db.lo] Error 1
> > > > make[3]: se sale del directorio
> > > > `/home/sinosuke/Datos/Software/Linux/Utils/DBMail/dbmail-2.3.4/src'
> > > > make[2]: *** [all-recursive] Error 1
> > > > make[2]: se sale del directorio
> > > > `/home/sinosuke/Datos/Software/Linux/Utils/DBMail/dbmail-2.3.4/src'
> > > > make[1]: *** [all-recursive] Error 1
> > > > make[1]: se sale del directorio
> > > > `/home/sinosuke/Datos/Software/Linux/Utils/DBMail/dbmail-2.3.4'
> > > > make: *** [all] Error 2
> > > >
> > > >
> > > > Regards, Angel
> > > >
> > > > --
> > > > Ningn personajillo ha sido vilipendiado si no es necesario. El
> > 'buen
> > > > rollo' est en nuestras manos.
> > > > ->>-----------------------------------------------
> > > >     Clist UAH a.k.a Angel
> > > > ---------------------------------[www.uah.es]-<<--
> > > > "Las luces antinieblas son para que los niatos las lleven simpre
> > > > puestas... - Manual del Payaso conductor, Pg 35"
> > >
> > >
> > 
> > 
> > 
> > --
> > No imprima este correo si no es necesario, necesitar el dinero del
> > papel para pagar las charlas del seor Gore.
> > ->>-----------------------------------------------
> >     Clist UAH a.k.a Angel
> > ---------------------------------[www.uah.es]-<<--
> > "Toma autonomias!!! - Ortega y Gasset a Manuel Azaa"
> 
> _______________________________________________
> DBmail mailing list
> [email protected]
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 



-- 
No imprima este correo si no es necesario. El medio ambiente está en nuestras 
manos.
->>--------------------------------------------------

 Angel J. Alvarez Miguel, Televidente 
 Sofá del salon, Mi Casa
 Alcalá de Henares 28806, Madrid  ** ESPAÑA **

------------------------------------[www.google.es]-<<--
 "Un buen aterrizaje es aquel en que el piloto puede salir andando. Un 
aterrizaje perfecto es aquel en que el avión puede usarse otra vez."
-- 
Agua para todo? No, Agua para Todos.
->>-----------------------------------------------
    Clist UAH a.k.a Angel
---------------------------------[www.uah.es]-<<--
"Dicen que judas vendió a Jesus por 30 monedas... y luego de ello le mando una 
tablilla de cera en la que le decía 'Luego lo hablamos..."
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to