You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(10) |
Oct
(54) |
Nov
(34) |
Dec
(45) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(49) |
Feb
(17) |
Mar
(13) |
Apr
|
May
(30) |
Jun
(13) |
Jul
(18) |
Aug
(23) |
Sep
(8) |
Oct
(10) |
Nov
(15) |
Dec
(24) |
2005 |
Jan
(16) |
Feb
(33) |
Mar
(58) |
Apr
(61) |
May
(37) |
Jun
(6) |
Jul
(30) |
Aug
(31) |
Sep
(12) |
Oct
(18) |
Nov
(8) |
Dec
(8) |
2006 |
Jan
(30) |
Feb
(4) |
Mar
(5) |
Apr
(4) |
May
(2) |
Jun
(6) |
Jul
(11) |
Aug
(21) |
Sep
(12) |
Oct
(9) |
Nov
(1) |
Dec
(15) |
2007 |
Jan
(4) |
Feb
(6) |
Mar
(7) |
Apr
(1) |
May
(2) |
Jun
(7) |
Jul
(4) |
Aug
(4) |
Sep
(6) |
Oct
|
Nov
|
Dec
(3) |
2008 |
Jan
(1) |
Feb
(2) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(3) |
Dec
|
2010 |
Jan
(5) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Sergio L. Jr. <se...@cn...> - 2006-08-14 14:46:49
|
Hi All, How save a rlib report to file? In old message, i read about the "rlib_save_file_as", but not found this fuction in the rlib! Thank's, Sergio. |
From: Hameed U. K. <ham...@gm...> - 2006-08-12 05:34:19
|
Thanks Bob. Thank you very much. But there is one more querstion. Suppose I have one more table in my database with same structure name spam. Now I want to start spam's report from new page or after clean has finished. In this case what I should do? On 8/11/06, Bob Doan <bd...@si...> wrote: > Then you really want one query (order by your status) and you want to > use rlib breaks. > > - Bob > > On Fri, 2006-08-11 at 21:40 +0500, Hameed U. Khan wrote: > > I want to break around the status field. > > > -- > > > -- Hameed U. Khan Registered Linux User #: 354374 "Beware of programmers who carry screwdrivers." |
From: Bob D. <bd...@si...> - 2006-08-11 16:43:48
|
Then you really want one query (order by your status) and you want to use rlib breaks. - Bob On Fri, 2006-08-11 at 21:40 +0500, Hameed U. Khan wrote: > I want to break around the status field. > -- |
From: Bob D. <bd...@si...> - 2006-08-11 15:56:50
|
Are you trying to concatenate 2 reports or do you really want one report w/ breaking around the status field? - Bob On Fri, 2006-08-11 at 20:37 +0500, Hameed U. Khan wrote: > Hi, > I'm having problems in executing and displaying more than 2 sql > queries. I want to generate two report tables. I have a table in my > mysql named clean. Which have following structure. > > ID : STATUS : DATE : TIME: IP : from : to > > I want to split tables based on the status field. The queries I'm executing are: > 1. SELECT * FROM clean WHERE status = 'sent' > 2. SELECT * FROM clean WHERE status = 'recv' > > The output which I'm trying to get is: > ______________________________ > Sent > --------------------------------------------------- > rows here... > ____________________________ > Recv > ------------------------------------------------ > rows here... > > I've attached all the files and mysql dump. Kindly If any can guide me > how can I solve this scenario, I'll be very thankfull to you. > > Thanks. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users -- |
From: Hameed U. K. <ham...@gm...> - 2006-08-11 15:37:56
|
Hi, I'm having problems in executing and displaying more than 2 sql queries. I want to generate two report tables. I have a table in my mysql named clean. Which have following structure. ID : STATUS : DATE : TIME: IP : from : to I want to split tables based on the status field. The queries I'm executing are: 1. SELECT * FROM clean WHERE status = 'sent' 2. SELECT * FROM clean WHERE status = 'recv' The output which I'm trying to get is: ______________________________ Sent --------------------------------------------------- rows here... ____________________________ Recv ------------------------------------------------ rows here... I've attached all the files and mysql dump. Kindly If any can guide me how can I solve this scenario, I'll be very thankfull to you. Thanks. -- Hameed U. Khan Registered Linux User #: 354374 "Beware of programmers who carry screwdrivers." |
From: Bob D. <bd...@si...> - 2006-08-10 21:02:32
|
All, Hopefully this will be the last RLIB release before 2.0. Let me know if you find any bugs. - Fix Crashes (Me, Zoltan) - "do_break" - Output Parameter - Support cursors w/ forward only navigation (Me, Zoltan) - CSV Data Source (Me) - Valid XHTML HTML Output (Me, Al) - RPDF Compression (Zoltan) - OSX Build/Link Fixes http://rlib.sicom.com | http://rlib.sf.net - Bob -- |
From: Brian M. <bm...@se...> - 2006-08-09 18:49:40
|
Make sure you are running ./configure again and make clean before you make. -----Original Message----- From: rli...@li... [mailto:rli...@li...] On Behalf Of Bob Doan Sent: Wednesday, August 09, 2006 2:46 PM To: Ben D. Benner Cc: rli...@li... Subject: Re: [Rlib-users] RLIB & MySQL 5.0 Try downloading it again. It seems you didn't get my fix. ( I removed mysql link from src/examples/c/Makefile.am) - Bob On Wed, 2006-08-09 at 12:42 -0500, Ben D. Benner wrote: > Nope, I am still getting that same problem. >=20 > I installed yum and ran it to update the gcc and glibc packages. Below is a=20 > bit more of the output, it seems to be the same stuff, no real change. If=20 > you can shed some light, it would be appreciated. The guru I keep=20 > mentioning, happens to be with me in Dallas today, I am going to try to=20 > steal him out of the meeting for a few minutes. >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > make[3]: Leaving directory `/usr/src/rlib-1.3.7/inputs/mysql' > Making all in odbc > make[3]: Entering directory `/usr/src/rlib-1.3.7/inputs/odbc' > source=3D'odbc.c' object=3D'odbc.lo' libtool=3Dyes \ > depfile=3D'.deps/odbc.Plo' tmpdepfile=3D'.deps/odbc.TPlo' \ > depmode=3Dgcc3 /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=3Dcompile=20 > -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 > -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0=20 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 > -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=3Di486 -fno-strength-reduce=20 > -I/usr/include -I/usr/include -I../../libsrc -g -O2 -c -o odbc.lo=20 > `test -f 'odbc.c' || echo './'`odbc.c > mkdir .libs > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 > -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0=20 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 > -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib = -mcpu=3Di486 -fno-strength-reduce=20 > -I/usr/include -I/usr/include -I../../libsrc -g -O2 -c odbc.c -MT=20 > odbc.lo -MD -MP -MF .deps/odbc.TPlo -fPIC -DPIC -o .libs/odbc.o > `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. > /bin/sh ../../libtool --mode=3Dlink=20 > gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_GNU_SOURCE -Wall=20 > -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql=20 > -I/usr/local/include -L/usr/local/lib -mcpu=3Di486 = -fno-strength-reduce -I/usr/include=20 > -I/usr/include -I../../libsrc -g -O2 -o libr-odbc.la -rpath=20 > /usr/lib -version-info 4:7:3 -module -avoid-version=20 > bc.lo -lglib-2.0 -L/usr/lib -lodbc -lm -lc > gcc -shared=20 > .libs/odbc.o -L/usr/local/lib -lglib-2.0 -L/usr/lib -lodbc -lm -lc -mcpu=3Di486=20 > -Wl,-soname -Wl,libr-odbc.so -o .libs/libr-odbc.so > creating libr-odbc.la > (cd .libs && rm -f libr-odbc.la && ln -s ../libr-odbc.la libr-odbc.la) > make[3]: Leaving directory `/usr/src/rlib-1.3.7/inputs/odbc' > make[3]: Entering directory `/usr/src/rlib-1.3.7/inputs' > make[3]: Nothing to be done for `all-am'. > make[3]: Leaving directory `/usr/src/rlib-1.3.7/inputs' > make[2]: Leaving directory `/usr/src/rlib-1.3.7/inputs' > Making all in bindings > make[2]: Entering directory `/usr/src/rlib-1.3.7/bindings' > Making all in php > make[3]: Entering directory `/usr/src/rlib-1.3.7/bindings/php' > source=3D'environment.c' object=3D'environment.lo' libtool=3Dyes \ > depfile=3D'.deps/environment.Plo' = tmpdepfile=3D'.deps/environment.TPlo' \ > depmode=3Dgcc3 /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=3Dcompile=20 > -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts=20 > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql=20 > -I/usr/local/include -L/usr/local/lib -mcpu=3Di486 = -fno-strength-reduce -I/usr/include=20 > -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM=20 > -I/usr/local/include/php/Zend -g -O2 -c -o environment.lo `test -f=20 > 'environment.c' || echo './'`environment.c > mkdir .libs > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts=20 > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include=20 > -L/usr/local/lib -mcpu=3Di486 -fno-strength-reduce -I/usr/include -I/usr/include=20 > -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM=20 > -I/usr/local/include/php/Zend -g -O2 -c environment.c -MT=20 > environment.lo -MD -MP -MF .deps/environment.TPlo -fPIC -DPIC -o=20 > .libs/environment.o > `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. > source=3D'php.c' object=3D'php.lo' libtool=3Dyes \ > depfile=3D'.deps/php.Plo' tmpdepfile=3D'.deps/php.TPlo' \ > depmode=3Dgcc3 /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=3Dcompile=20 > -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts=20 > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql=20 > -I/usr/local/include -L/usr/local/lib -mcpu=3Di486 = -fno-strength-reduce -I/usr/include=20 > -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM=20 > -I/usr/local/include/php/Zend -g -O2 -c -o php.lo `test -f 'php.c' || echo=20 > './'`php.c > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts=20 > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include=20 > -L/usr/local/lib -mcpu=3Di486 -fno-strength-reduce -I/usr/include -I/usr/include=20 > -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM=20 > -I/usr/local/include/php/Zend -g -O2 -c php.c -MT php.lo -MD -MP -MF=20 > .deps/php.TPlo -fPIC -DPIC -o .libs/php.o > `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. > source=3D'array_data_source.c' object=3D'array_data_source.lo' = libtool=3Dyes \ > depfile=3D'.deps/array_data_source.Plo'=20 > tmpdepfile=3D'.deps/array_data_source.TPlo' \ > depmode=3Dgcc3 /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=3Dcompile=20 > -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts=20 > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql=20 > -I/usr/local/include -L/usr/local/lib -mcpu=3Di486 = -fno-strength-reduce -I/usr/include=20 > -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM=20 > -I/usr/local/include/php/Zend -g -O2 -c -o array_data_source.lo `test -f=20 > 'array_data_source.c' || echo './'`array_data_source.c > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts=20 > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include=20 > -L/usr/local/lib -mcpu=3Di486 -fno-strength-reduce -I/usr/include -I/usr/include=20 > -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM=20 > -I/usr/local/include/php/Zend -g -O2 -c array_data_source.c -MT=20 > array_data_source.lo -MD -MP -MF=20 > .deps/array_data_source.TPlo -fPIC -DPIC -o .libs/array_data_source.o > `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. > /bin/sh ../../libtool --mode=3Dlink=20 > gcc -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2=20 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0=20 > -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib=20 > -mcpu=3Di486 -fno-strength-reduce -I/usr/include -I/usr/include -I/usr/local/include/php=20 > -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend=20 > -g -O2 -o rlib.la -rpath=20 > /usr/local/lib/php/extensions/no-debug-non-zts-20020429 -version-info=20 > :7:3 -module -avoid-version environment.lo php.lo array_data_source.lo=20 > ../../libsrc/libr.la -lxml2 -lpthread -lz -lm -lglib-2.0 -Wl,--export-dynamic=20 > -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 -ljpeg -lfontconfig -lfreetype=20 > -lpng12 -lz -lm -L/usr/lib -L/usr/X11R6/lib -lgd -lm -lc > gcc -shared .libs/environment.o .libs/php.o=20 > libs/array_data_source.o -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/libsrc/.libs -L/usr/local/lib=20 > ../../libsrc/.libs/libr.so -L/usr/lib -L/usr/X11R6/lib -L/usr/src/rlib-1.3.7/rpdf/.libs=20 > -lxml2 -lpthread -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11=20 > /usr/lib/libjpeg.so -lfontconfig=20 > /usr/lib/libfreetype.so -lpng12 -lz -lgd -lm -lc -mcpu=3Di486 -Wl,--export-dynamic=20 > -Wl,-soname -Wl,rlib.so -o .libs/rlib.so > creating rlib.la > (cd .libs && rm -f rlib.la && ln -s ../rlib.la rlib.la) > make[3]: Leaving directory `/usr/src/rlib-1.3.7/bindings/php' > Making all in interfaces > make[3]: Entering directory `/usr/src/rlib-1.3.7/bindings/interfaces' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/usr/src/rlib-1.3.7/bindings/interfaces' > make[3]: Entering directory `/usr/src/rlib-1.3.7/bindings' > make[3]: Nothing to be done for `all-am'. > make[3]: Leaving directory `/usr/src/rlib-1.3.7/bindings' > make[2]: Leaving directory `/usr/src/rlib-1.3.7/bindings' > Making all in src > make[2]: Entering directory `/usr/src/rlib-1.3.7/src' > Making all in examples > make[3]: Entering directory `/usr/src/rlib-1.3.7/src/examples' > Making all in common > make[4]: Entering directory `/usr/src/rlib-1.3.7/src/examples/common' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory `/usr/src/rlib-1.3.7/src/examples/common' > Making all in c > make[4]: Entering directory `/usr/src/rlib-1.3.7/src/examples/c' > source=3D'example.c' object=3D'example.o' libtool=3Dno \ > depfile=3D'.deps/example.Po' tmpdepfile=3D'.deps/example.TPo' \ > depmode=3Dgcc3 /bin/sh ../../../depcomp \ > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -D_GNU_SOURCE -Wall -Wchar-subscripts=20 > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql=20 > -I/usr/local/include -L/usr/local/lib -mcpu=3Di486 = -fno-strength-reduce -I/usr/include=20 > -I/usr/include -I../../../libsrc -g -O2 -c `test -f 'example.c' || echo=20 > './'`example.c > `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. > /bin/sh ../../../libtool --mode=3Dlink=20 > gcc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0=20 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 > -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=3Di486 -fno-strength-reduce=20 > -I/usr/include -I/usr/include -I../../../libsrc -g -O2 -o example > example.o ../../../libsrc/libr.la=20 > ../../../inputs/mysql/libr-mysql.la -lxml2 -lpthread -lz -lm -lglib-2.0 =20 > -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 -ljpeg -lfontconfig=20 > -lfreetype -lpng12 -lz -lm -L/usr/lib -L/usr/X11R6/lib -lgd -lm -lc > mkdir .libs >=20 > *** Warning: Linking the executable example against the loadable module > *** libr-mysql.so is not portable! > gcc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0=20 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 > -I/usr/include/mysql -I/usr/local/include -mcpu=3Di486 -fno-strength-reduce -I/usr/include=20 > -I/usr/include -I../../../libsrc -g -O2 -o example=20 > example.o -Wl,--export-dynamic -L/usr/local/lib=20 > ../../../libsrc/.libs/libr.so -L/usr/lib -L/usr/X11R6/lib=20 > /usr/src/rlib-1.3.7/rpdf/.libs/librpdf.so=20 > ../../../inputs/mysql/.libs/libr-mysql.so -L/usr/lib/mysql -lcrypt -lnsl -lnss_files=20 > -lnss_dns -lresolv -lxml2 -lpthread -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11=20 > /usr/lib/libjpeg.so -lfontconfig=20 > /usr/lib/libfreetype.so -lpng12 -lz -lgd -lm -lc -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/libsrc/.libs=20 > -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/rpdf/.libs -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/inputs/mysql/.libs > ../../../inputs/mysql/.libs/libr-mysql.so: undefined reference to=20 > `__pure_virtual' > ../../../inputs/mysql/.libs/libr-mysql.so: undefined reference to=20 > `__builtin_delete' > collect2: ld returned 1 exit status > make[4]: *** [example] Error 1 > make[4]: Leaving directory `/usr/src/rlib-1.3.7/src/examples/c' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/usr/src/rlib-1.3.7/src/examples' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/src/rlib-1.3.7/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/rlib-1.3.7' > make: *** [all] Error 2 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D >=20 >=20 > Benjamin D. Benner Chief Technical Officer PrivateTel Phone: 512-785-0660 > ----- Original Message -----=20 > From: "Bob Doan" <bd...@si...> > To: "Ben D. Benner" <be...@pr...> > Cc: <rli...@li...> > Sent: Wednesday, August 09, 2006 7:44 AM > Subject: Re: [Rlib-users] RLIB & MySQL 5.0 >=20 >=20 > >I think I already fixed this linking problem. > > > > Download the latest rlib: > > > > http://www.sicom.com/~bdoan/rlib-1.3.7.tar.gz > > > > - Bob > > --=20 ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2006-08-09 18:46:25
|
Try downloading it again. It seems you didn't get my fix. ( I removed mysql link from src/examples/c/Makefile.am) - Bob On Wed, 2006-08-09 at 12:42 -0500, Ben D. Benner wrote: > Nope, I am still getting that same problem. > > I installed yum and ran it to update the gcc and glibc packages. Below is a > bit more of the output, it seems to be the same stuff, no real change. If > you can shed some light, it would be appreciated. The guru I keep > mentioning, happens to be with me in Dallas today, I am going to try to > steal him out of the meeting for a few minutes. > > ============================================================================================================================ > make[3]: Leaving directory `/usr/src/rlib-1.3.7/inputs/mysql' > Making all in odbc > make[3]: Entering directory `/usr/src/rlib-1.3.7/inputs/odbc' > source='odbc.c' object='odbc.lo' libtool=yes \ > depfile='.deps/odbc.Plo' tmpdepfile='.deps/odbc.TPlo' \ > depmode=gcc3 /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=compile > -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce > -I/usr/include -I/usr/include -I../../libsrc -g -O2 -c -o odbc.lo > `test -f 'odbc.c' || echo './'`odbc.c > mkdir .libs > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce > -I/usr/include -I/usr/include -I../../libsrc -g -O2 -c odbc.c -MT > odbc.lo -MD -MP -MF .deps/odbc.TPlo -fPIC -DPIC -o .libs/odbc.o > `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. > /bin/sh ../../libtool --mode=link > gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_GNU_SOURCE -Wall > -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql > -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include > -I/usr/include -I../../libsrc -g -O2 -o libr-odbc.la -rpath > /usr/lib -version-info 4:7:3 -module -avoid-version > bc.lo -lglib-2.0 -L/usr/lib -lodbc -lm -lc > gcc -shared > .libs/odbc.o -L/usr/local/lib -lglib-2.0 -L/usr/lib -lodbc -lm -lc -mcpu=i486 > -Wl,-soname -Wl,libr-odbc.so -o .libs/libr-odbc.so > creating libr-odbc.la > (cd .libs && rm -f libr-odbc.la && ln -s ../libr-odbc.la libr-odbc.la) > make[3]: Leaving directory `/usr/src/rlib-1.3.7/inputs/odbc' > make[3]: Entering directory `/usr/src/rlib-1.3.7/inputs' > make[3]: Nothing to be done for `all-am'. > make[3]: Leaving directory `/usr/src/rlib-1.3.7/inputs' > make[2]: Leaving directory `/usr/src/rlib-1.3.7/inputs' > Making all in bindings > make[2]: Entering directory `/usr/src/rlib-1.3.7/bindings' > Making all in php > make[3]: Entering directory `/usr/src/rlib-1.3.7/bindings/php' > source='environment.c' object='environment.lo' libtool=yes \ > depfile='.deps/environment.Plo' tmpdepfile='.deps/environment.TPlo' \ > depmode=gcc3 /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=compile > -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql > -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include > -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM > -I/usr/local/include/php/Zend -g -O2 -c -o environment.lo `test -f > 'environment.c' || echo './'`environment.c > mkdir .libs > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include > -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include > -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM > -I/usr/local/include/php/Zend -g -O2 -c environment.c -MT > environment.lo -MD -MP -MF .deps/environment.TPlo -fPIC -DPIC -o > .libs/environment.o > `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. > source='php.c' object='php.lo' libtool=yes \ > depfile='.deps/php.Plo' tmpdepfile='.deps/php.TPlo' \ > depmode=gcc3 /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=compile > -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql > -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include > -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM > -I/usr/local/include/php/Zend -g -O2 -c -o php.lo `test -f 'php.c' || echo > './'`php.c > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include > -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include > -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM > -I/usr/local/include/php/Zend -g -O2 -c php.c -MT php.lo -MD -MP -MF > .deps/php.TPlo -fPIC -DPIC -o .libs/php.o > `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. > source='array_data_source.c' object='array_data_source.lo' libtool=yes \ > depfile='.deps/array_data_source.Plo' > tmpdepfile='.deps/array_data_source.TPlo' \ > depmode=gcc3 /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=compile > -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql > -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include > -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM > -I/usr/local/include/php/Zend -g -O2 -c -o array_data_source.lo `test -f > 'array_data_source.c' || echo './'`array_data_source.c > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include > -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include > -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM > -I/usr/local/include/php/Zend -g -O2 -c array_data_source.c -MT > array_data_source.lo -MD -MP -MF > .deps/array_data_source.TPlo -fPIC -DPIC -o .libs/array_data_source.o > `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. > /bin/sh ../../libtool --mode=link > gcc -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib > -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I/usr/local/include/php > -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend > -g -O2 -o rlib.la -rpath > /usr/local/lib/php/extensions/no-debug-non-zts-20020429 -version-info > :7:3 -module -avoid-version environment.lo php.lo array_data_source.lo > ../../libsrc/libr.la -lxml2 -lpthread -lz -lm -lglib-2.0 -Wl,--export-dynamic > -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 -ljpeg -lfontconfig -lfreetype > -lpng12 -lz -lm -L/usr/lib -L/usr/X11R6/lib -lgd -lm -lc > gcc -shared .libs/environment.o .libs/php.o > libs/array_data_source.o -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/libsrc/.libs -L/usr/local/lib > ../../libsrc/.libs/libr.so -L/usr/lib -L/usr/X11R6/lib -L/usr/src/rlib-1.3.7/rpdf/.libs > -lxml2 -lpthread -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 > /usr/lib/libjpeg.so -lfontconfig > /usr/lib/libfreetype.so -lpng12 -lz -lgd -lm -lc -mcpu=i486 -Wl,--export-dynamic > -Wl,-soname -Wl,rlib.so -o .libs/rlib.so > creating rlib.la > (cd .libs && rm -f rlib.la && ln -s ../rlib.la rlib.la) > make[3]: Leaving directory `/usr/src/rlib-1.3.7/bindings/php' > Making all in interfaces > make[3]: Entering directory `/usr/src/rlib-1.3.7/bindings/interfaces' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/usr/src/rlib-1.3.7/bindings/interfaces' > make[3]: Entering directory `/usr/src/rlib-1.3.7/bindings' > make[3]: Nothing to be done for `all-am'. > make[3]: Leaving directory `/usr/src/rlib-1.3.7/bindings' > make[2]: Leaving directory `/usr/src/rlib-1.3.7/bindings' > Making all in src > make[2]: Entering directory `/usr/src/rlib-1.3.7/src' > Making all in examples > make[3]: Entering directory `/usr/src/rlib-1.3.7/src/examples' > Making all in common > make[4]: Entering directory `/usr/src/rlib-1.3.7/src/examples/common' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory `/usr/src/rlib-1.3.7/src/examples/common' > Making all in c > make[4]: Entering directory `/usr/src/rlib-1.3.7/src/examples/c' > source='example.c' object='example.o' libtool=no \ > depfile='.deps/example.Po' tmpdepfile='.deps/example.TPo' \ > depmode=gcc3 /bin/sh ../../../depcomp \ > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -D_GNU_SOURCE -Wall -Wchar-subscripts > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql > -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include > -I/usr/include -I../../../libsrc -g -O2 -c `test -f 'example.c' || echo > './'`example.c > `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. > /bin/sh ../../../libtool --mode=link > gcc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce > -I/usr/include -I/usr/include -I../../../libsrc -g -O2 -o example > example.o ../../../libsrc/libr.la > ../../../inputs/mysql/libr-mysql.la -lxml2 -lpthread -lz -lm -lglib-2.0 > -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 -ljpeg -lfontconfig > -lfreetype -lpng12 -lz -lm -L/usr/lib -L/usr/X11R6/lib -lgd -lm -lc > mkdir .libs > > *** Warning: Linking the executable example against the loadable module > *** libr-mysql.so is not portable! > gcc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/mysql -I/usr/local/include -mcpu=i486 -fno-strength-reduce -I/usr/include > -I/usr/include -I../../../libsrc -g -O2 -o example > example.o -Wl,--export-dynamic -L/usr/local/lib > ../../../libsrc/.libs/libr.so -L/usr/lib -L/usr/X11R6/lib > /usr/src/rlib-1.3.7/rpdf/.libs/librpdf.so > ../../../inputs/mysql/.libs/libr-mysql.so -L/usr/lib/mysql -lcrypt -lnsl -lnss_files > -lnss_dns -lresolv -lxml2 -lpthread -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 > /usr/lib/libjpeg.so -lfontconfig > /usr/lib/libfreetype.so -lpng12 -lz -lgd -lm -lc -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/libsrc/.libs > -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/rpdf/.libs -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/inputs/mysql/.libs > ../../../inputs/mysql/.libs/libr-mysql.so: undefined reference to > `__pure_virtual' > ../../../inputs/mysql/.libs/libr-mysql.so: undefined reference to > `__builtin_delete' > collect2: ld returned 1 exit status > make[4]: *** [example] Error 1 > make[4]: Leaving directory `/usr/src/rlib-1.3.7/src/examples/c' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/usr/src/rlib-1.3.7/src/examples' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/src/rlib-1.3.7/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/rlib-1.3.7' > make: *** [all] Error 2 > > ============================================================================================================================ > > > Benjamin D. Benner Chief Technical Officer PrivateTel Phone: 512-785-0660 > ----- Original Message ----- > From: "Bob Doan" <bd...@si...> > To: "Ben D. Benner" <be...@pr...> > Cc: <rli...@li...> > Sent: Wednesday, August 09, 2006 7:44 AM > Subject: Re: [Rlib-users] RLIB & MySQL 5.0 > > > >I think I already fixed this linking problem. > > > > Download the latest rlib: > > > > http://www.sicom.com/~bdoan/rlib-1.3.7.tar.gz > > > > - Bob > > -- |
From: Ben D. B. <be...@pr...> - 2006-08-09 17:42:24
|
Nope, I am still getting that same problem. I installed yum and ran it to update the gcc and glibc packages. Below is a bit more of the output, it seems to be the same stuff, no real change. If you can shed some light, it would be appreciated. The guru I keep mentioning, happens to be with me in Dallas today, I am going to try to steal him out of the meeting for a few minutes. ============================================================================================================================ make[3]: Leaving directory `/usr/src/rlib-1.3.7/inputs/mysql' Making all in odbc make[3]: Entering directory `/usr/src/rlib-1.3.7/inputs/odbc' source='odbc.c' object='odbc.lo' libtool=yes \ depfile='.deps/odbc.Plo' tmpdepfile='.deps/odbc.TPlo' \ depmode=gcc3 /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I../../libsrc -g -O2 -c -o odbc.lo `test -f 'odbc.c' || echo './'`odbc.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I../../libsrc -g -O2 -c odbc.c -MT odbc.lo -MD -MP -MF .deps/odbc.TPlo -fPIC -DPIC -o .libs/odbc.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../../libtool --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I../../libsrc -g -O2 -o libr-odbc.la -rpath /usr/lib -version-info 4:7:3 -module -avoid-version bc.lo -lglib-2.0 -L/usr/lib -lodbc -lm -lc gcc -shared .libs/odbc.o -L/usr/local/lib -lglib-2.0 -L/usr/lib -lodbc -lm -lc -mcpu=i486 -Wl,-soname -Wl,libr-odbc.so -o .libs/libr-odbc.so creating libr-odbc.la (cd .libs && rm -f libr-odbc.la && ln -s ../libr-odbc.la libr-odbc.la) make[3]: Leaving directory `/usr/src/rlib-1.3.7/inputs/odbc' make[3]: Entering directory `/usr/src/rlib-1.3.7/inputs' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/usr/src/rlib-1.3.7/inputs' make[2]: Leaving directory `/usr/src/rlib-1.3.7/inputs' Making all in bindings make[2]: Entering directory `/usr/src/rlib-1.3.7/bindings' Making all in php make[3]: Entering directory `/usr/src/rlib-1.3.7/bindings/php' source='environment.c' object='environment.lo' libtool=yes \ depfile='.deps/environment.Plo' tmpdepfile='.deps/environment.TPlo' \ depmode=gcc3 /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -g -O2 -c -o environment.lo `test -f 'environment.c' || echo './'`environment.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -g -O2 -c environment.c -MT environment.lo -MD -MP -MF .deps/environment.TPlo -fPIC -DPIC -o .libs/environment.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. source='php.c' object='php.lo' libtool=yes \ depfile='.deps/php.Plo' tmpdepfile='.deps/php.TPlo' \ depmode=gcc3 /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -g -O2 -c -o php.lo `test -f 'php.c' || echo './'`php.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -g -O2 -c php.c -MT php.lo -MD -MP -MF .deps/php.TPlo -fPIC -DPIC -o .libs/php.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. source='array_data_source.c' object='array_data_source.lo' libtool=yes \ depfile='.deps/array_data_source.Plo' tmpdepfile='.deps/array_data_source.TPlo' \ depmode=gcc3 /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -g -O2 -c -o array_data_source.lo `test -f 'array_data_source.c' || echo './'`array_data_source.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -g -O2 -c array_data_source.c -MT array_data_source.lo -MD -MP -MF .deps/array_data_source.TPlo -fPIC -DPIC -o .libs/array_data_source.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../../libtool --mode=link gcc -I../../libsrc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -g -O2 -o rlib.la -rpath /usr/local/lib/php/extensions/no-debug-non-zts-20020429 -version-info :7:3 -module -avoid-version environment.lo php.lo array_data_source.lo ../../libsrc/libr.la -lxml2 -lpthread -lz -lm -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -L/usr/lib -L/usr/X11R6/lib -lgd -lm -lc gcc -shared .libs/environment.o .libs/php.o libs/array_data_source.o -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/libsrc/.libs -L/usr/local/lib ../../libsrc/.libs/libr.so -L/usr/lib -L/usr/X11R6/lib -L/usr/src/rlib-1.3.7/rpdf/.libs -lxml2 -lpthread -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 /usr/lib/libjpeg.so -lfontconfig /usr/lib/libfreetype.so -lpng12 -lz -lgd -lm -lc -mcpu=i486 -Wl,--export-dynamic -Wl,-soname -Wl,rlib.so -o .libs/rlib.so creating rlib.la (cd .libs && rm -f rlib.la && ln -s ../rlib.la rlib.la) make[3]: Leaving directory `/usr/src/rlib-1.3.7/bindings/php' Making all in interfaces make[3]: Entering directory `/usr/src/rlib-1.3.7/bindings/interfaces' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/src/rlib-1.3.7/bindings/interfaces' make[3]: Entering directory `/usr/src/rlib-1.3.7/bindings' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/usr/src/rlib-1.3.7/bindings' make[2]: Leaving directory `/usr/src/rlib-1.3.7/bindings' Making all in src make[2]: Entering directory `/usr/src/rlib-1.3.7/src' Making all in examples make[3]: Entering directory `/usr/src/rlib-1.3.7/src/examples' Making all in common make[4]: Entering directory `/usr/src/rlib-1.3.7/src/examples/common' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/usr/src/rlib-1.3.7/src/examples/common' Making all in c make[4]: Entering directory `/usr/src/rlib-1.3.7/src/examples/c' source='example.c' object='example.o' libtool=no \ depfile='.deps/example.Po' tmpdepfile='.deps/example.TPo' \ depmode=gcc3 /bin/sh ../../../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I../../../libsrc -g -O2 -c `test -f 'example.c' || echo './'`example.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../../../libtool --mode=link gcc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I../../../libsrc -g -O2 -o example example.o ../../../libsrc/libr.la ../../../inputs/mysql/libr-mysql.la -lxml2 -lpthread -lz -lm -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -L/usr/lib -L/usr/X11R6/lib -lgd -lm -lc mkdir .libs *** Warning: Linking the executable example against the loadable module *** libr-mysql.so is not portable! gcc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I/usr/local/include -mcpu=i486 -fno-strength-reduce -I/usr/include -I/usr/include -I../../../libsrc -g -O2 -o example example.o -Wl,--export-dynamic -L/usr/local/lib ../../../libsrc/.libs/libr.so -L/usr/lib -L/usr/X11R6/lib /usr/src/rlib-1.3.7/rpdf/.libs/librpdf.so ../../../inputs/mysql/.libs/libr-mysql.so -L/usr/lib/mysql -lcrypt -lnsl -lnss_files -lnss_dns -lresolv -lxml2 -lpthread -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 /usr/lib/libjpeg.so -lfontconfig /usr/lib/libfreetype.so -lpng12 -lz -lgd -lm -lc -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/libsrc/.libs -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/rpdf/.libs -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/inputs/mysql/.libs ../../../inputs/mysql/.libs/libr-mysql.so: undefined reference to `__pure_virtual' ../../../inputs/mysql/.libs/libr-mysql.so: undefined reference to `__builtin_delete' collect2: ld returned 1 exit status make[4]: *** [example] Error 1 make[4]: Leaving directory `/usr/src/rlib-1.3.7/src/examples/c' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/rlib-1.3.7/src/examples' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/rlib-1.3.7/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/rlib-1.3.7' make: *** [all] Error 2 ============================================================================================================================ Benjamin D. Benner Chief Technical Officer PrivateTel Phone: 512-785-0660 ----- Original Message ----- From: "Bob Doan" <bd...@si...> To: "Ben D. Benner" <be...@pr...> Cc: <rli...@li...> Sent: Wednesday, August 09, 2006 7:44 AM Subject: Re: [Rlib-users] RLIB & MySQL 5.0 >I think I already fixed this linking problem. > > Download the latest rlib: > > http://www.sicom.com/~bdoan/rlib-1.3.7.tar.gz > > - Bob > |
From: Bob D. <bd...@si...> - 2006-08-09 12:44:46
|
I think I already fixed this linking problem. Download the latest rlib: http://www.sicom.com/~bdoan/rlib-1.3.7.tar.gz - Bob On Tue, 2006-08-08 at 23:56 -0500, Ben D. Benner wrote: > Has anyone else successfully compiled RLIB to work with MySQL 5.0? > > I still need to run the problem by our resident guru, but I felt it > important to pass it by the mailing list as well. > > We are running: > > Fedora Core 4 > php 4.4.3 > MySQL 5.0.22-standard > > I found a web based version of the mailing list and downloaded the > 1.3.7 RLIB distro. > > I ran: > > ./configure --disable-python --disable-perl --prefix=/usr > > then i ran 'make clean' then 'make'. > > Everything seems to be going along just fine, until... > > source='example.c' object='example.o' libtool=no \ > depfile='.deps/example.Po' tmpdepfile='.deps/example.TPo' \ > depmode=gcc3 /bin/sh ../../../depcomp \ > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -D_GNU_SOURCE -Wall > -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/mysql > -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce > -I/usr/include -I/usr/include -I../../../libsrc -g -O2 -c `test -f > 'example.c' || echo './'`example.c > `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. > /bin/sh ../../../libtool --mode=link gcc -D_GNU_SOURCE -Wall > -Wchar-subscripts -I/usr/include/libxml2 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/mysql > -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce > -I/usr/include -I/usr/include -I../../../libsrc -g -O2 -o example > example.o ../../../libsrc/libr.la ../../../inputs/mysql/libr-mysql.la > -lxml2 -lpthread -lz -lm -lglib-2.0 -Wl,--export-dynamic > -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 -ljpeg -lfontconfig > -lfreetype -lpng12 -lz -lm -L/usr/lib -L/usr/X11R6/lib -lgd -lm -lc > mkdir .libs > > *** Warning: Linking the executable example against the loadable > module > *** libr-mysql.so is not portable! > gcc -D_GNU_SOURCE -Wall -Wchar-subscripts -I/usr/include/libxml2 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/mysql -I/usr/local/include -mcpu=i486 > -fno-strength-reduce -I/usr/include -I/usr/include -I../../../libsrc > -g -O2 -o example example.o -Wl,--export-dynamic > -L/usr/local/lib ../../../libsrc/.libs/libr.so -L/usr/lib > -L/usr/X11R6/lib /usr/src/rlib-1.3.7/rpdf/.libs/librpdf.so ../../../inputs/mysql/.libs/libr-mysql.so -L/usr/lib/mysql -lcrypt -lnsl -lnss_files -lnss_dns -lresolv -lxml2 -lpthread -lgmodule-2.0 -ldl -lglib-2.0 -lXpm -lX11 /usr/lib/libjpeg.so -lfontconfig /usr/lib/libfreetype.so -lpng12 -lz -lgd -lm -lc -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/libsrc/.libs -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/rpdf/.libs -Wl,--rpath -Wl,/usr/src/rlib-1.3.7/inputs/mysql/.libs > ../../../inputs/mysql/.libs/libr-mysql.so: undefined reference to > `__pure_virtual' > ../../../inputs/mysql/.libs/libr-mysql.so: undefined reference to > `__builtin_delete' > collect2: ld returned 1 exit status > make[4]: *** [example] Error 1 > make[4]: Leaving directory `/usr/src/rlib-1.3.7/src/examples/c' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/usr/src/rlib-1.3.7/src/examples' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/src/rlib-1.3.7/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/rlib-1.3.7' > make: *** [all] Error 2 > > > I also did a ./configure w/--disable-mysql. The 'make' and 'make > install' worked just fine, of course however I was looking forward to > MySQL support. > > Please let me know if this is a MySQL compatability, or if you think > it is more of a server environment variable issue. > > Thanks, > > Benjamin D. Benner > Chief Technical Officer > PrivateTel > Phone: 512-785-0660 > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users -- |
From: Bob D. <bd...@si...> - 2006-08-09 12:43:54
|
Hi, On Tue, 2006-08-08 at 19:02 -0500, Ben D. Benner wrote: > I am working on a reporting system project right now which I hope to > use RLIB report writer as part of. > > I was wondering if the project is actively being worked? In part > because my first attempt to compile it failed. We have a couple of > developers that I am going to bounce the issue off of, as it appears > to a libgcc problem, so environment related not RLIB related. Project is active. We are just about to release out 2.0 version. All the features on the web site labeled as "beta" have been road tested for almost a year now so it's pretty stable. - Bob |
From: Bob D. <bd...@si...> - 2006-08-01 20:41:36
|
Hi Andrew, This should fix it: http://www.sicom.com/~bdoan/rlib-1.3.7.tar.gz - Bob On Mon, 2006-07-31 at 17:14 -0700, Andrew Velline wrote: > When I have a field with memo=3D=E2=80=9Dyes=E2=80=9D in a report, it w= orks fine as long > as all the values are non-NULL in the result set, but if any rows > contain NULL value in a memo column, the report crashes and does not > generate any output. =20 >=20 > =20 >=20 > I=E2=80=99m using the pre-release 1.3.7 with MySQL >=20 > =20 >=20 > I=E2=80=99m working around this by COALESCEing a =E2=80=9C=E2=80=9D str= ing in my SQL to avoid > the null values, but would like to know if this is a bug in RLIB or if > there is another solution. >=20 > =20 >=20 > Thanks >=20 > =20 >=20 > =20 >=20 >=20 > -----------------------------------------------------------------------= -- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share= your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ Rlib-users mailing list= Rli...@li... https://lists.sourceforge.net/lists/lis= tinfo/rlib-users --=20 |
From: Andrew V. <an...@ka...> - 2006-08-01 00:14:12
|
When I have a field with memo="yes" in a report, it works fine as long as all the values are non-NULL in the result set, but if any rows contain NULL value in a memo column, the report crashes and does not generate any output. I'm using the pre-release 1.3.7 with MySQL I'm working around this by COALESCEing a "" string in my SQL to avoid the null values, but would like to know if this is a bug in RLIB or if there is another solution. Thanks |
From: Edgar P. <pi...@ca...> - 2006-07-21 18:22:13
|
Hi, Well.... Now I have it working.... There you have: ***** ENCABEZADO DE REPORTE ***** Encabezado de Pagina (Reporte de Ejemplo) ID Nombre =20 1 Banco Nacional de Costa Rica =20 2 Banco de Costa Rica =20 3 Banex =20 4 BAC San Jos=E9 =20 PIE DE LA PAGINA Pagina: 1 Now I will try to do more things, like printing the page...etc Thanks in advance Edgar Picado |
From: Bob D. <bd...@si...> - 2006-07-21 01:01:11
|
So either RLIB can't load the file reck_ckbancos.xml or your have invalid XML. Try xmllint reck_ckbancos.xml to see if it is valid XML. Also make sure your XML file is in the same directory as your php file. - bob On Thu, 2006-07-20 at 16:02 -0600, Edgar Picado wrote: > Hi Mr. Bob.. > > Ok, good, give me some errors: > > RLIB: xmlParseError > > RLIB: Failed to load a report file [reck_ckbancos.xml] > > RLIB: Content type code unknown > > Warning: Cannot modify header information - headers already sent by (output > started at /var/www/html/cheques/cons_ckctas.php:24) in > /var/www/html/cheques/cons_ckctas.php on line 25 > > > -Edgar Picado > > ---------------------------------------------------------------------------- > ------ > Hi, > > Change > rlib_set_output_parameter($this->_rlib, "debugging", "yes"); > To > rlib_set_output_parameter($rlib, "debugging", "yes"); > > - Bob > > On Thu, 2006-07-20 at 14:44 -0600, Edgar Picado wrote: > > Thanks Michiel and Bob for your reply, > > > > Ok, I will start again, because nothing happens with the code that I > > have, or you send me. > > > > My new code is like the one on the example: > > > > <? > > session_start(); > > $_SESSION['pagina'] = "consultas"; > > include("../includes/valida.php"); > > > > include("../includes/conexbase.php"); > > $link=conectarse(); > > > > dl ("rlib.so"); > > > > $format = "html"; > > $sql_host = "host"; > > $sql_users = "user"; > > $sql_password = "user"; > > $sql_database = "database"; > > > > $rlib = rlib_init(); > > > > rlib_add_datasource_mysql($rlib, "mysql", $sql_host, $sql_users, > > $sql_password, $sql_dabatase); rlib_add_query_as($rlib, "mysql", > > "select * from ckbancos", "ckbancos"); rlib_add_report($rlib, > > "reck_ckbancos.xml"); rlib_set_output_format_from_text($rlib, > > $format); rlib_set_output_parameter($this->_rlib, "debugging", > > "yes"); rlib_execute($rlib); > > header( rlib_get_content_type($rlib)); > > rlib_spool($rlib); > > rlib_free($rlib); > > > > ?> > > > > AND give me the following errors: > > > > Warning: rlib_set_output_parameter() expects parameter 1 to be > > resource, null given in /var/www/html/cheques/cons_ckctas.php on line > > 23 > > > > Warning: Cannot modify header information - headers already sent by > > (output started at /var/www/html/cheques/cons_ckctas.php:23) in > > /var/www/html/cheques/cons_ckctas.php on line 25 > > > > Just only that information appears! > > > > Thanks ! > > > > Edgar Picado > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Edgar P. <pi...@ca...> - 2006-07-20 22:02:43
|
Hi Mr. Bob.. Ok, good, give me some errors: RLIB: xmlParseError RLIB: Failed to load a report file [reck_ckbancos.xml] RLIB: Content type code unknown Warning: Cannot modify header information - headers already sent by = (output started at /var/www/html/cheques/cons_ckctas.php:24) in /var/www/html/cheques/cons_ckctas.php on line 25 -Edgar Picado -------------------------------------------------------------------------= --- ------ Hi, Change rlib_set_output_parameter($this->_rlib, "debugging", "yes"); To rlib_set_output_parameter($rlib, "debugging", "yes"); - Bob On Thu, 2006-07-20 at 14:44 -0600, Edgar Picado wrote: > Thanks Michiel and Bob for your reply, >=20 > Ok, I will start again, because nothing happens with the code that I=20 > have, or you send me. >=20 > My new code is like the one on the example: >=20 > <? > session_start(); > $_SESSION['pagina'] =3D "consultas"; > include("../includes/valida.php"); >=20 > include("../includes/conexbase.php"); > $link=3Dconectarse(); >=20 > dl ("rlib.so"); > =20 > $format =3D "html"; > $sql_host =3D "host"; > $sql_users =3D "user"; > $sql_password =3D "user"; > $sql_database =3D "database"; > =20 > $rlib =3D rlib_init(); > =20 > rlib_add_datasource_mysql($rlib, "mysql", $sql_host, $sql_users,=20 > $sql_password, $sql_dabatase); rlib_add_query_as($rlib, "mysql",=20 > "select * from ckbancos", "ckbancos"); rlib_add_report($rlib,=20 > "reck_ckbancos.xml"); rlib_set_output_format_from_text($rlib,=20 > $format); rlib_set_output_parameter($this->_rlib, "debugging",=20 > "yes"); rlib_execute($rlib); > header( rlib_get_content_type($rlib)); > rlib_spool($rlib); > rlib_free($rlib); >=20 > ?> >=20 > AND give me the following errors: >=20 > Warning: rlib_set_output_parameter() expects parameter 1 to be=20 > resource, null given in /var/www/html/cheques/cons_ckctas.php on line=20 > 23 >=20 > Warning: Cannot modify header information - headers already sent by=20 > (output started at /var/www/html/cheques/cons_ckctas.php:23) in=20 > /var/www/html/cheques/cons_ckctas.php on line 25 >=20 > Just only that information appears! >=20 > Thanks ! >=20 > Edgar Picado |
From: Bob D. <bd...@si...> - 2006-07-20 21:02:31
|
Hi, Change rlib_set_output_parameter($this->_rlib, "debugging", "yes"); To rlib_set_output_parameter($rlib, "debugging", "yes"); - Bob On Thu, 2006-07-20 at 14:44 -0600, Edgar Picado wrote: > Thanks Michiel and Bob for your reply, > > Ok, I will start again, because nothing happens with the code that I have, > or you send me. > > My new code is like the one on the example: > > <? > session_start(); > $_SESSION['pagina'] = "consultas"; > include("../includes/valida.php"); > > include("../includes/conexbase.php"); > $link=conectarse(); > > dl ("rlib.so"); > > $format = "html"; > $sql_host = "host"; > $sql_users = "user"; > $sql_password = "user"; > $sql_database = "database"; > > $rlib = rlib_init(); > > rlib_add_datasource_mysql($rlib, "mysql", $sql_host, $sql_users, > $sql_password, $sql_dabatase); > rlib_add_query_as($rlib, "mysql", "select * from ckbancos", "ckbancos"); > rlib_add_report($rlib, "reck_ckbancos.xml"); > rlib_set_output_format_from_text($rlib, $format); > rlib_set_output_parameter($this->_rlib, "debugging", "yes"); > rlib_execute($rlib); > header( rlib_get_content_type($rlib)); > rlib_spool($rlib); > rlib_free($rlib); > > ?> > > AND give me the following errors: > > Warning: rlib_set_output_parameter() expects parameter 1 to be resource, > null given in /var/www/html/cheques/cons_ckctas.php on line 23 > > Warning: Cannot modify header information - headers already sent by (output > started at /var/www/html/cheques/cons_ckctas.php:23) in > /var/www/html/cheques/cons_ckctas.php on line 25 > > Just only that information appears! > > Thanks ! > > Edgar Picado > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users -- |
From: Edgar P. <pi...@ca...> - 2006-07-20 20:44:45
|
Thanks Michiel and Bob for your reply, Ok, I will start again, because nothing happens with the code that I have, or you send me. My new code is like the one on the example: <? session_start(); $_SESSION['pagina'] = "consultas"; include("../includes/valida.php"); include("../includes/conexbase.php"); $link=conectarse(); dl ("rlib.so"); $format = "html"; $sql_host = "host"; $sql_users = "user"; $sql_password = "user"; $sql_database = "database"; $rlib = rlib_init(); rlib_add_datasource_mysql($rlib, "mysql", $sql_host, $sql_users, $sql_password, $sql_dabatase); rlib_add_query_as($rlib, "mysql", "select * from ckbancos", "ckbancos"); rlib_add_report($rlib, "reck_ckbancos.xml"); rlib_set_output_format_from_text($rlib, $format); rlib_set_output_parameter($this->_rlib, "debugging", "yes"); rlib_execute($rlib); header( rlib_get_content_type($rlib)); rlib_spool($rlib); rlib_free($rlib); ?> AND give me the following errors: Warning: rlib_set_output_parameter() expects parameter 1 to be resource, null given in /var/www/html/cheques/cons_ckctas.php on line 23 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/cheques/cons_ckctas.php:23) in /var/www/html/cheques/cons_ckctas.php on line 25 Just only that information appears! Thanks ! Edgar Picado |
From: Bob D. <bd...@si...> - 2006-07-19 00:03:58
|
Hi, You need to call execute before you can call the get_content_type. Also if you want debug messages do this before the execute: rlib_set_output_parameter($this->_rlib, 'debugging', 'yes'); And have your format be "html" It can also be helpful to run the RLIB from the command line to get debugging. - Bob On Tue, 2006-07-18 at 13:19 -0600, Edgar Picado wrote: > It's a shame i can't put it work. > I've been trying for a week putting rlib to work. > My last attempt was: > > - Compile rlib with: --disable-perl --prefix=/usr > - make > - make install > > The php file report: > -------------------------- > dl ("rlib.so"); > > $format = "pdf"; > $sql_host = "localhost"; > $sql_users = "user"; > $sql_password = "password"; > $sql_database = "database"; > > $rlib = rlib_init(); > > echo "1"; > echo rlib_version(); > rlib_add_datasource_mysql($rlib, "local_mysql", $sql_host, $sql_users, > $sql_password, $sql_dabatase); > echo "2"; > echo rlib_add_datasource_mysql($rlib, "local_mysql", $sql_host, > $sql_users, $sql_password, $sql_dabatase); > rlib_add_query_as($rlib, "local_mysql", "select * from ckbancos", > "ckbancos"); > echo "3"; > rlib_add_report($rlib, "reck_ckbancos.xml"); > echo "4"; > rlib_set_output_format_from_text($rlib, $format); > echo rlib_get_content_type($rlib); > rlib_execute($rlib); > rlib_spool($rlib); > rlib_free($rlib); > > In the screen appear: > > 12034UNKNOWN > > No error messages, just only a blank screen. > > Any help, i will appreciate it > > Edgar Picado > Messenger: edg...@ho... > Costa Rica > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Michiel B. <mi...@be...> - 2006-07-18 23:33:37
|
Edgar, rlib_spool($rlib) does just what it says... it spools the pdf to the output. Problem is you are adding the string '1234' before the pdf header and that makes the output illegal. Try something like this, it works for me: function maak_rapport($sql, $xml, $format, $data) { global $DBHOST; dl("rlib.so"); $rlib=rlib_init(); rlib_set_locale($rlib, "nl_NL"); rlib_add_datasource_mysql($rlib, "mysql", $DBHOST, "user", "pass", "database"); rlib_add_query_as($rlib, "mysql", $sql, "q"); rlib_add_datasource_array($rlib, "local_array"); rlib_add_query_as($rlib, "local_array", "data", "extra"); rlib_add_report($rlib,$xml); rlib_set_output_encoding($rlib, 'utf-8'); rlib_set_output_format_from_text($rlib, $format); rlib_execute($rlib); header("Pragma: public"); header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("Cache-Control: private",false); header(rlib_get_content_type($rlib)); rlib_spool($rlib); rlib_free($rlib); } Michiel Edgar Picado schreef: > It's a shame i can't put it work. > I've been trying for a week putting rlib to work. > My last attempt was: > > - Compile rlib with: --disable-perl --prefix=/usr > - make > - make install > > The php file report: > -------------------------- > dl ("rlib.so"); > > $format = "pdf"; > $sql_host = "localhost"; > $sql_users = "user"; > $sql_password = "password"; > $sql_database = "database"; > > $rlib = rlib_init(); > > echo "1"; > echo rlib_version(); > rlib_add_datasource_mysql($rlib, "local_mysql", $sql_host, $sql_users, > $sql_password, $sql_dabatase); > echo "2"; > echo rlib_add_datasource_mysql($rlib, "local_mysql", $sql_host, > $sql_users, $sql_password, $sql_dabatase); > rlib_add_query_as($rlib, "local_mysql", "select * from ckbancos", > "ckbancos"); > echo "3"; > rlib_add_report($rlib, "reck_ckbancos.xml"); > echo "4"; > rlib_set_output_format_from_text($rlib, $format); > echo rlib_get_content_type($rlib); > rlib_execute($rlib); > rlib_spool($rlib); > rlib_free($rlib); > In the screen appear: > > 12034UNKNOWN > > No error messages, just only a blank screen. > > Any help, i will appreciate it > > Edgar Picado > Messenger: edg...@ho... <mailto:edg...@ho...> > Costa Rica > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |
From: Edgar P. <pi...@ca...> - 2006-07-18 19:19:29
|
It's a shame i can't put it work. I've been trying for a week putting rlib to work. My last attempt was: - Compile rlib with: --disable-perl --prefix=/usr - make - make install The php file report: -------------------------- dl ("rlib.so"); $format = "pdf"; $sql_host = "localhost"; $sql_users = "user"; $sql_password = "password"; $sql_database = "database"; $rlib = rlib_init(); echo "1"; echo rlib_version(); rlib_add_datasource_mysql($rlib, "local_mysql", $sql_host, $sql_users, $sql_password, $sql_dabatase); echo "2"; echo rlib_add_datasource_mysql($rlib, "local_mysql", $sql_host, $sql_users, $sql_password, $sql_dabatase); rlib_add_query_as($rlib, "local_mysql", "select * from ckbancos", "ckbancos"); echo "3"; rlib_add_report($rlib, "reck_ckbancos.xml"); echo "4"; rlib_set_output_format_from_text($rlib, $format); echo rlib_get_content_type($rlib); rlib_execute($rlib); rlib_spool($rlib); rlib_free($rlib); In the screen appear: 12034UNKNOWN No error messages, just only a blank screen. Any help, i will appreciate it Edgar Picado Messenger: edg...@ho... Costa Rica |
From: Edgar P. <pi...@ca...> - 2006-07-17 20:28:22
|
Hi all.. i just installed rlib, and give me no error, including reports, all are in blank with no errors. I read an email from Evan Gates that is posted in the mailing list, and i have the same problem. But Mr. Bob, gives a solution that i do and nothing happens. The same variabe rlib_get_content_type($rlib) gives me UNKNOWN Any Help, please !!!1 Edgar Picado |
From: Bob D. <bd...@si...> - 2006-07-05 15:19:09
|
Hi, Make sure you install php-devel You also want to ./configure --prefix=/usr - Bob On Sun, 2006-07-02 at 22:02 +0500, Syed Haseeb Sajjad wrote: > I have downloaded rlib on fedora 5 > > I am executed the following in order > > ./configure > > Make > > Make install > > > > I have only found bindings for perl. There are no bindings for php > > I have gone through the configure.status file and have not seen any > values against CONFIG values of mysql, postgresSQL, php, java etc. > > There is CONFIG values for only perl. > > > > I will thankful for help > > > > regards > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users -- |
From: Syed H. S. <has...@gm...> - 2006-07-02 17:10:39
|
I have downloaded rlib on fedora 5 I am executed the following in order ./configure Make Make install I have only found bindings for perl. There are no bindings for php I have gone through the configure.status file and have not seen any values against CONFIG values of mysql, postgresSQL, php, java etc. There is CONFIG values for only perl. I will thankful for help regards |
From: Zoltan B. <zb...@du...> - 2006-06-08 21:26:08
|
Hi, Michiel Betel =EDrta: > Talking about new features... > > Are you planning on adding more font support? Having only courier is a=20 > bit limiting > > Michiel > =20 I was looking at it but at the moment I cannot continue hacking on RLIB. The documentation on PDF formats you can download from the Adobe website isn't exactly helpful on how to embed a font. I have to buy some more real-life docs, like PDF 5 Bible or similar. Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |