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: Bob D. <bd...@si...> - 2005-12-31 16:21:18
|
I don't have an example of it yet, but we use it in production so I know it works. A similar examples would be src/examples/php/follower.[php|xml] - Bob > > So I have to use rlib_add_resultset_follower_n_to_1 and put in resultset > definition a link definition from master table to detail table. > This is for PHP side. > How can now use it in XML side? There is a tag specification and/or example of this? > > > > Regards > > Franco Spinelli -- Bob Doan <bd...@si...> |
From: Cristian G. <cri...@gm...> - 2005-12-29 17:42:53
|
I can't compile the rlib-1.3.6 backend for python in the ubuntu 5.10 I have pyhton and python-dev but the librery for python don't compile This is a report abaut the comand ./configure Best regards |
From: Franco S. <fr...@ti...> - 2005-12-19 21:35:58
|
Bob Doan ha scritto: > Yes > > You want to use followers > > - bob > So I have to use rlib_add_resultset_follower_n_to_1 and put in resultset definition a link definition from master table to detail table. This is for PHP side. How can now use it in XML side? There is a tag specification and/or example of this? Regards Franco Spinelli |
From: Bob D. <bd...@si...> - 2005-12-19 20:34:20
|
Yes You want to use followers - bob On Sun, 2005-12-18 at 21:16 +0100, Franco Spinelli wrote: > There is a possibility for a master-detail report? > I have a master table and, for each row in this table, 0 or more lines of 3 > different detail tables. > > I need a structure like: > > - "Master" record header > > - "detail 1" record header > - 0 or more "detail 1" detail report > - "detail 1" record footer > > - "detail 2" record header > - 0 or more "detail 2" detail report > - "detail 2" record footer > > - "detail 3" record header > - 0 or more "detail 3" detail report > - "detail 3" record footer > > - "Master" record footer > - Report footer > > How can I get info/examples for this layout? > > Regards > > Franco Spinelli > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Franco S. <fr...@ti...> - 2005-12-18 20:16:54
|
There is a possibility for a master-detail report? I have a master table and, for each row in this table, 0 or more lines of 3 different detail tables. I need a structure like: - "Master" record header - "detail 1" record header - 0 or more "detail 1" detail report - "detail 1" record footer - "detail 2" record header - 0 or more "detail 2" detail report - "detail 2" record footer - "detail 3" record header - 0 or more "detail 3" detail report - "detail 3" record footer - "Master" record footer - Report footer How can I get info/examples for this layout? Regards Franco Spinelli |
From: Bob D. <bd...@si...> - 2005-12-05 19:41:42
|
Have you tried running it from the command line to see if any additional errors come out? - bob On Mon, 2005-12-05 at 14:02 -0500, Brian Morton wrote: > I did configure with odbc support. I am using 1.3.6 release version. > > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Monday, December 05, 2005 1:58 PM > To: Brian Morton > Cc: 'rli...@li...' > Subject: Re: [Rlib-users] Help getting RLib to work with MSSQL 2000 > > > Brian, > > When you configured RLIB did it say it was going to build w/ ODBC > support? > > RLIB's odbc support is not a wrapper around PHP's > > Also what version of RLIB are you trying? > > - bob > > On Mon, 2005-12-05 at 12:38 -0500, Brian Morton wrote: > > I have set up php5, apache2, freetds, and rlib on debian. All of the > > example scripts for RLib work, except for the db connected ones. I have > > made a freetds.conf file and placed it in the appropriate location. My > > question is, is the rlib_add_datasource_odbc function just a wrapper for > > php's odbc functions? If so, then odbc calls to my datasources should > work. > > Has anyone encountered this setup before and had success? If so, what do > > you think I'm overlooking? Thanks for your help. > > > > Brian Morton > > CRM Developer > > (404) 417-3728 > > SecureWorks Internet Security > > Rock-solid. No Hassles. No Headcount. No Capital Outlay. > > www.secureworks.com > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2005-12-05 18:58:35
|
Brian, When you configured RLIB did it say it was going to build w/ ODBC support? RLIB's odbc support is not a wrapper around PHP's Also what version of RLIB are you trying? - bob On Mon, 2005-12-05 at 12:38 -0500, Brian Morton wrote: > I have set up php5, apache2, freetds, and rlib on debian. All of the > example scripts for RLib work, except for the db connected ones. I have > made a freetds.conf file and placed it in the appropriate location. My > question is, is the rlib_add_datasource_odbc function just a wrapper for > php's odbc functions? If so, then odbc calls to my datasources should work. > Has anyone encountered this setup before and had success? If so, what do > you think I'm overlooking? Thanks for your help. > > Brian Morton > CRM Developer > (404) 417-3728 > SecureWorks Internet Security > Rock-solid. No Hassles. No Headcount. No Capital Outlay. > www.secureworks.com > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Brian M. <bm...@se...> - 2005-12-05 17:39:04
|
I have set up php5, apache2, freetds, and rlib on debian. All of the example scripts for RLib work, except for the db connected ones. I have made a freetds.conf file and placed it in the appropriate location. My question is, is the rlib_add_datasource_odbc function just a wrapper for php's odbc functions? If so, then odbc calls to my datasources should work. Has anyone encountered this setup before and had success? If so, what do you think I'm overlooking? Thanks for your help. Brian Morton CRM Developer (404) 417-3728 SecureWorks Internet Security Rock-solid. No Hassles. No Headcount. No Capital Outlay. www.secureworks.com |
From: Mike G. <mik...@gm...> - 2005-11-04 17:54:24
|
Thank you, that partly accomplished what I need to do. I am using phphtmlli= b in this app, which requires all html to be contained in objects. I'd like t= o save the output from rlib_spool to a string. Also, if you could direct me t= o where the rlib_set_output_parameter function is documented( as in the different parameters that can be specified), it would be appreciated, as this does not seem to be in the docs at all. Thank you. On 11/2/05, Shannon Weyrick <we...@ro...> wrote: > > Mike Greer wrote: > > I'd like to use rlib in a webapp i'm developing, and use the html outpu= t > > to embed it in another page. Has anyone had any experience with this? > > The problem is that Rlib always wants to open another page, whereas i'd > > like to use the generated HTML inside of another page. Thank you in > > advance. > > Hi Mike, > > Assuming PHP, you can tell rlib to suppress the new page tags like this: > > rlib_set_output_parameter($rlib, "suppress_head", "1"); > > We use this to embed the reports in our app as well. > > Shannon > Roadsend, Inc. > |
From: Shannon W. <we...@ro...> - 2005-11-02 14:55:12
|
Mike Greer wrote: > I'd like to use rlib in a webapp i'm developing, and use the html output > to embed it in another page. Has anyone had any experience with this? > The problem is that Rlib always wants to open another page, whereas i'd > like to use the generated HTML inside of another page. Thank you in > advance. Hi Mike, Assuming PHP, you can tell rlib to suppress the new page tags like this: rlib_set_output_parameter($rlib, "suppress_head", "1"); We use this to embed the reports in our app as well. Shannon Roadsend, Inc. |
From: Bob D. <bd...@si...> - 2005-11-02 14:37:06
|
On Tue, 2005-11-01 at 19:25 -0600, Mike Greer wrote: > I'd like to use rlib in a webapp i'm developing, and use the html > output to embed it in another page. Has anyone had any experience > with this? The problem is that Rlib always wants to open another > page, whereas i'd like to use the generated HTML inside of another > page. Thank you in advance. You probably want: rlib_set_output_parameter(r, "suppress_head", "yes"); - bob |
From: Mike G. <mik...@gm...> - 2005-11-02 01:33:01
|
I'd like to use rlib in a webapp i'm developing, and use the html output to embed it in another page. Has anyone had any experience with this? The problem is that Rlib always wants to open another page, whereas i'd like to use the generated HTML inside of another page. Thank you in advance. |
From: Devonium D. <dev...@de...> - 2005-11-01 20:44:02
|
Bob, Thanks for such a quick response. I have downloaded RLib 1.3.6 and installed it on our server (server software described below). In our Apache logs we still get child processes dying whenever a report is run using RLib. Apache log file: [Tue Nov 01 15:07:36 2005] [info] Shared memory session cache initialised [Tue Nov 01 15:07:36 2005] [info] Init: Initializing (virtual) servers for SSL [Tue Nov 01 15:07:36 2005] [info] Server: Apache/2.0.46, Interface: mod_ssl/2.0.46, Library: OpenSSL/0.9.7a [Tue Nov 01 15:07:36 2005] [notice] Apache/2.0.46 (Red Hat) configured -- resuming normal operations [Tue Nov 01 15:07:36 2005] [info] Server built: Sep 1 2005 09:10:34 [Tue Nov 01 15:07:36 2005] [debug] prefork.c(1051): AcceptMutex: sysvsem (default: sysvsem) [Tue Nov 01 15:19:52 2005] [warn] child process 845 still did not exit, sending a SIGTERM [Tue Nov 01 15:19:52 2005] [warn] child process 846 still did not exit, sending a SIGTERM [Tue Nov 01 15:19:52 2005] [warn] child process 847 still did not exit, sending a SIGTERM [Tue Nov 01 15:19:52 2005] [warn] child process 848 still did not exit, sending a SIGTERM [Tue Nov 01 15:19:52 2005] [warn] child process 849 still did not exit, sending a SIGTERM [Tue Nov 01 15:19:52 2005] [warn] child process 850 still did not exit, sending a SIGTERM [Tue Nov 01 15:19:52 2005] [warn] child process 851 still did not exit, sending a SIGTERM [Tue Nov 01 15:19:52 2005] [warn] child process 852 still did not exit, sending a SIGTERM [Tue Nov 01 15:19:52 2005] [warn] child process 934 still did not exit, sending a SIGTERM [Tue Nov 01 15:19:52 2005] [warn] child process 1199 still did not exit, sending a SIGTERM [Tue Nov 01 15:19:52 2005] [warn] child process 1202 still did not exit, sending a SIGTERM [Tue Nov 01 15:19:52 2005] [info] removed PID file /etc/httpd/run/httpd.pid (pid=768) [Tue Nov 01 15:19:52 2005] [notice] caught SIGTERM, shutting down [Tue Nov 01 15:19:53 2005] [info] mod_unique_id: using ip addr 72.3.139.140 I am looking into the use of valgrind and will report as soon as I figure out how to use it :) Thanks! Chris On Tue, 2005-11-01 at 11:02 -0500, Bob Doan wrote: > The easiest thing to do is valgrind it. That usually will tell you > where the problem is. If you can run it from the command line you can > probably get it to core dump, and then you can inspect that w/ gdb. > > Also try RLIB 1.3.6 to see if it fixes it. > > http://www.sicom.com/~bdoan/rlib-1.3.6.tar.gz (I uploaded a fresh copy > today w/ some more fixes - one was a core dump when using "eval") > > - Bob > > > > On Mon, 2005-10-31 at 22:59 -0500, Devonium Developer wrote: > > We running PHP 5.0.4 with SOAP on Apache 2 with RHEL3. > > > > We are running the most recent versions of: > > - libxml2 > > - MySQL 4.x (And libraries) > > - gd (gd-progs) > > > > The Issue: > > Whenever I run a report with RLib 1.3.5 or CVS (HTML or PDF) our soap > > components stops responding. We've been running these SOAP components > > for 4 or 5 months with no issues until we rolled RLib out last week. > > Now whenever we hit one of our RLib reports SOAP stops responding > > intermittently. The only thing I can find in common between the 2 > > modules is libxml2 of which we are running the current version. > > > > >From what I can figure out some of the child precesses in apache hang > > and whenever a SOAP component tries to reuse the child the child id not > > found/available to be used so apache dies for that call and kills the > > child precess. Refresh the page and it works sometimes and sometimes > > not. Remove RLib from app and this stops happening. Re-add it back in > > and it starts again. > > > > BTW, we develop on FC4 and do not see this same behavior with the same > > application. > > > > The customers love the reports but this whole application dying thing is > > killing it :( Thanks in advance for any help you may provide. > > |
From: Bob D. <bd...@si...> - 2005-11-01 16:02:08
|
The easiest thing to do is valgrind it. That usually will tell you where the problem is. If you can run it from the command line you can probably get it to core dump, and then you can inspect that w/ gdb. Also try RLIB 1.3.6 to see if it fixes it. http://www.sicom.com/~bdoan/rlib-1.3.6.tar.gz (I uploaded a fresh copy today w/ some more fixes - one was a core dump when using "eval") - Bob On Mon, 2005-10-31 at 22:59 -0500, Devonium Developer wrote: > We running PHP 5.0.4 with SOAP on Apache 2 with RHEL3. > > We are running the most recent versions of: > - libxml2 > - MySQL 4.x (And libraries) > - gd (gd-progs) > > The Issue: > Whenever I run a report with RLib 1.3.5 or CVS (HTML or PDF) our soap > components stops responding. We've been running these SOAP components > for 4 or 5 months with no issues until we rolled RLib out last week. > Now whenever we hit one of our RLib reports SOAP stops responding > intermittently. The only thing I can find in common between the 2 > modules is libxml2 of which we are running the current version. > > >From what I can figure out some of the child precesses in apache hang > and whenever a SOAP component tries to reuse the child the child id not > found/available to be used so apache dies for that call and kills the > child precess. Refresh the page and it works sometimes and sometimes > not. Remove RLib from app and this stops happening. Re-add it back in > and it starts again. > > BTW, we develop on FC4 and do not see this same behavior with the same > application. > > The customers love the reports but this whole application dying thing is > killing it :( Thanks in advance for any help you may provide. > |
From: Devonium D. <dev...@de...> - 2005-11-01 04:00:11
|
We running PHP 5.0.4 with SOAP on Apache 2 with RHEL3. We are running the most recent versions of: - libxml2 - MySQL 4.x (And libraries) - gd (gd-progs) The Issue: Whenever I run a report with RLib 1.3.5 or CVS (HTML or PDF) our soap components stops responding. We've been running these SOAP components for 4 or 5 months with no issues until we rolled RLib out last week. Now whenever we hit one of our RLib reports SOAP stops responding intermittently. The only thing I can find in common between the 2 modules is libxml2 of which we are running the current version. >From what I can figure out some of the child precesses in apache hang and whenever a SOAP component tries to reuse the child the child id not found/available to be used so apache dies for that call and kills the child precess. Refresh the page and it works sometimes and sometimes not. Remove RLib from app and this stops happening. Re-add it back in and it starts again. BTW, we develop on FC4 and do not see this same behavior with the same application. The customers love the reports but this whole application dying thing is killing it :( Thanks in advance for any help you may provide. -- Thanks! Christopher M. Black _____________________________________________________________ Devonium Incorporated Web - Interactive - Hosting - Application Development dev...@de... http://www.devonium.com |
From: Devonium D. <dev...@de...> - 2005-11-01 03:31:10
|
Thank you!! Works like a charm! -- Thanks! Christopher M. Black _____________________________________________________________ Devonium Incorporated Web - Interactive - Hosting - Application Development dev...@de... http://www.devonium.com On Tue, 2005-10-25 at 11:36 -0400, Bob Doan wrote: > Hi! > > > On Mon, 2005-10-24 at 20:15 -0400, Devonium Developer wrote: > > First of all, this is a great project! Please keep up the good work! > > > > I have been trying to use the rlib feature to suppress the PageHeader on > > the first page of some reports I am generating. I will not post the > > whole thing since the only issue with the report is actually suppressing > > the page header. > > > > This is the report parameters I am trying: > > <Report fontSize="9" orientation="landscape" > > suppressPageHeaderFirstPage="yes"> > > > > > > I have also tried these to no avail: > > suppressPageHeaderFirstPage="'yes'" > > suppressPageHeaderFirstPage=1 > > suppressPageHeaderFirstPage="1" > > suppressPageHeaderFirstPage="'1'" > > > > I fixed this and put out a prerelease of RLIB for you to try (Earlier > Email) > > > > P.S. Will changing report fonts be supported soon? > > Could be. Whats holding that back right now is font loading in RPDF. > It's not the most exciting thing to work on ;) > > - bob > |
From: Bob D. <bd...@si...> - 2005-10-27 23:29:56
|
Hi, On Thu, 2005-10-27 at 17:05 -0400, Bob Doan wrote: > One small thing that has been bugging me is that the lines sometimes get > covered up by the backgrounds. Actually this is not an RLIB problem, it is really a PDF rendering problem. Zoom in to about 400% and the problem goes away. Zoom in to 800% and you will notice their is an actual gap between the lines. The problem in PDF is that **MOST** X,Y's are given in FLOAT, and not DOUBLE. The joys of vector drawing ;) > Also...any chance of introducing the idea of a HTML like table > structure? That would give me better control of the look of the page - for > example, I want to be able to put vertical lines between columns - right > now there is no way to do it. If I had a way of saying <this is the start > of a cell value=data.name><verticalline size="1"></end of a cell value> > then I could put anything I wanted inside that cell and align it the way I > want. > > Specifically, I would like to be able to create a really nice looking > invoice with both vertical and horizontal lines and images etc. You can > already create vertical lines (sort of), by specifying a horizontalline > with a size="100" and a length="1". There are plans at some point to support table based layout. I don't know when I would start this (It is complicated and requires at least two data passes). RLIB is open source so if you want... go for it :) - bob |
From: Jim N. <ji...@di...> - 2005-10-27 19:08:36
|
One small thing that has been bugging me is that the lines sometimes get covered up by the backgrounds. Your pages_across.php example does this on the 2nd page (first page is fine). Your parts.pdf example on your home page does this.....the line after the background (in the field header portion) is thicker than the part with the background - it is getting covered up by the background. I would suggest you have a math problem. Also...any chance of introducing the idea of a HTML like table structure? That would give me better control of the look of the page - for example, I want to be able to put vertical lines between columns - right now there is no way to do it. If I had a way of saying <this is the start of a cell value=data.name><verticalline size="1"></end of a cell value> then I could put anything I wanted inside that cell and align it the way I want. Specifically, I would like to be able to create a really nice looking invoice with both vertical and horizontal lines and images etc. You can already create vertical lines (sort of), by specifying a horizontalline with a size="100" and a length="1". Jim -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.4/146 - Release Date: 10/21/2005 |
From: Bob D. <bd...@si...> - 2005-10-27 17:08:43
|
Jim, We are slowing trying to get RLIB's documentation up to speed. Any help doing that would be appreciated. I'll fix the Main RLIB web site once all the documentation is done. - bob On Thu, 2005-10-27 at 09:42 -0600, Jim Nickel wrote: > Since there is a wiki available > (http://newrlib.sicom.com/index.php?title=Main_Page) (and I am happy to > contribute), could a link to the Wiki be added to the main RLib website at > http://rlib.sicompos.com/ or on the documentation page? > > Jim > > > |
From: Bob D. <bd...@si...> - 2005-10-27 16:36:04
|
Hym.. Seems like you need either of the following RPMS: libpng10 OR libpng - bob On Thu, 2005-10-27 at 09:33 -0600, Jim Nickel wrote: > Ok.....thanks! > > The ./configure now finds GD. However, I get the following error when > trying make: > > /usr/bin/ld: cannot find -lpng12 > collect2: ld returned 1 exit status > make[2]: *** [libr.la] Error 1 > > Jim > > At 09:09 AM 10/27/2005 -0400, Bob Doan wrote: > >Hi > > > >Install gd-progs RPM > > > >- bob > > > > > > > >On Wed, 2005-10-26 at 15:32 -0600, Jim Nickel wrote: > > > Hey everyone, > > > > > > Just getting going with RLib....looks like a nice tool to use for > > > reporting. I am hoping to use it from PHP. > > > > > > I am having a bit of trouble just getting it compiled. > > > > > > I run the ./configure and I get PHP and GD not found on the path. > > > > > > I am running on Centos4 (which is basically RHEL4). I do have PHP and GD > > > both installed. > > > > > > When I do a "which php" I get back /usr/bin/php and that is on my > > path, so > > > I am not sure what else I need to do. It looks like it is looking for a > > > php-config file which I don't have. > > > > > > Any ideas how I should proceed? > > > > > > Thanks, > > > > > > Jim > > > > > > > > > > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by the JBoss Inc. > >Get Certified Today * Register for a JBoss Training Course > >Free Certification Exam for All Training Attendees Through End of 2005 > >Visit http://www.jboss.com/services/certification for more information > >_______________________________________________ > >Rlib-users mailing list > >Rli...@li... > >https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > >-- > >No virus found in this incoming message. > >Checked by AVG Anti-Virus. > >Version: 7.0.344 / Virus Database: 267.12.4/146 - Release Date: 10/21/2005 > > > |
From: Jim N. <ji...@di...> - 2005-10-27 15:40:39
|
Since there is a wiki available (http://newrlib.sicom.com/index.php?title=Main_Page) (and I am happy to contribute), could a link to the Wiki be added to the main RLib website at http://rlib.sicompos.com/ or on the documentation page? Jim -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.4/146 - Release Date: 10/21/2005 |
From: Jim N. <ji...@di...> - 2005-10-27 15:31:23
|
Ok.....thanks! The ./configure now finds GD. However, I get the following error when trying make: /usr/bin/ld: cannot find -lpng12 collect2: ld returned 1 exit status make[2]: *** [libr.la] Error 1 Jim At 09:09 AM 10/27/2005 -0400, Bob Doan wrote: >Hi > >Install gd-progs RPM > >- bob > > > >On Wed, 2005-10-26 at 15:32 -0600, Jim Nickel wrote: > > Hey everyone, > > > > Just getting going with RLib....looks like a nice tool to use for > > reporting. I am hoping to use it from PHP. > > > > I am having a bit of trouble just getting it compiled. > > > > I run the ./configure and I get PHP and GD not found on the path. > > > > I am running on Centos4 (which is basically RHEL4). I do have PHP and GD > > both installed. > > > > When I do a "which php" I get back /usr/bin/php and that is on my > path, so > > I am not sure what else I need to do. It looks like it is looking for a > > php-config file which I don't have. > > > > Any ideas how I should proceed? > > > > Thanks, > > > > Jim > > > > > > > > > >------------------------------------------------------- >This SF.Net email is sponsored by the JBoss Inc. >Get Certified Today * Register for a JBoss Training Course >Free Certification Exam for All Training Attendees Through End of 2005 >Visit http://www.jboss.com/services/certification for more information >_______________________________________________ >Rlib-users mailing list >Rli...@li... >https://lists.sourceforge.net/lists/listinfo/rlib-users > > >-- >No virus found in this incoming message. >Checked by AVG Anti-Virus. >Version: 7.0.344 / Virus Database: 267.12.4/146 - Release Date: 10/21/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.4/146 - Release Date: 10/21/2005 |
From: Bob D. <bd...@si...> - 2005-10-27 13:09:39
|
Hi Install gd-progs RPM - bob On Wed, 2005-10-26 at 15:32 -0600, Jim Nickel wrote: > Hey everyone, > > Just getting going with RLib....looks like a nice tool to use for > reporting. I am hoping to use it from PHP. > > I am having a bit of trouble just getting it compiled. > > I run the ./configure and I get PHP and GD not found on the path. > > I am running on Centos4 (which is basically RHEL4). I do have PHP and GD > both installed. > > When I do a "which php" I get back /usr/bin/php and that is on my path, so > I am not sure what else I need to do. It looks like it is looking for a > php-config file which I don't have. > > Any ideas how I should proceed? > > Thanks, > > Jim > > > |
From: Jim N. <ji...@di...> - 2005-10-26 21:31:44
|
Hey everyone, Just getting going with RLib....looks like a nice tool to use for reporting. I am hoping to use it from PHP. I am having a bit of trouble just getting it compiled. I run the ./configure and I get PHP and GD not found on the path. I am running on Centos4 (which is basically RHEL4). I do have PHP and GD both installed. When I do a "which php" I get back /usr/bin/php and that is on my path, so I am not sure what else I need to do. It looks like it is looking for a php-config file which I don't have. Any ideas how I should proceed? Thanks, Jim -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.4/146 - Release Date: 10/21/2005 |
From: Bob D. <bd...@si...> - 2005-10-25 15:37:11
|
Hi! On Mon, 2005-10-24 at 20:15 -0400, Devonium Developer wrote: > First of all, this is a great project! Please keep up the good work! > > I have been trying to use the rlib feature to suppress the PageHeader on > the first page of some reports I am generating. I will not post the > whole thing since the only issue with the report is actually suppressing > the page header. > > This is the report parameters I am trying: > <Report fontSize="9" orientation="landscape" > suppressPageHeaderFirstPage="yes"> > > > I have also tried these to no avail: > suppressPageHeaderFirstPage="'yes'" > suppressPageHeaderFirstPage=1 > suppressPageHeaderFirstPage="1" > suppressPageHeaderFirstPage="'1'" > I fixed this and put out a prerelease of RLIB for you to try (Earlier Email) > P.S. Will changing report fonts be supported soon? Could be. Whats holding that back right now is font loading in RPDF. It's not the most exciting thing to work on ;) - bob |