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...> - 2004-07-21 16:28:40
|
If you are making your XML by hand you need to: > = > < = < & = & so iif(z < 5, 1, 0) is iif(z < 5, 1, 0) kinda sucks but thats the only way to make valid XML. It's not rlib's fault - bob On Wed, 2004-07-21 at 13:16 -0300, Bernardo Alvez wrote: > I need to include aritmethical expressions in a report generated with > RLIB, but when there are LOWER THAN ("<") or GREATER THAN (">") symbols in > the expressions, the generated HTML document is interpreted as if there > were tags inside the expressions. > > For example: If I write > > 10 + z < x || y > 100 > > , I got a tag > > "< x || y >" > > , and so in the report the expression is truncated to "10 + z", ignoring > whatever comes later in the line. The rest of the report becomes a mess, > also. > > What can I do to workaround this issue? Can anyone send me a fix for this > problem? > > > Bernardo Alvez > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2004-07-21 16:26:15
|
On Wed, 2004-07-21 at 18:07 +0200, Treeve Jelbert wrote: > on my system the perl headers are installed > in /usr/lib/perl5/5.8.4/i686-linux-thread-multi/CORE > and modules in /usr/lib/perl5/site_perl/5.8.4/i686-linux-thread-multi > > I ran configure as follows: > > ./configure --prefix=/usr > --with-perl-include=/usr/lib/perl5/5.8.4/i686-linux-thread-multi/CORE > --with-perl-module=/usr/lib/perl5//site_perl/5.8.4/-i686linux-thread-multi > --with-pythonver=2.3 --with-java=no --disable-php --disable-mysql > --disable-postgre > > checking for PERL files... configure: WARNING: PERL bindings are not going to > be used > > line 272 of configure.in looks suspicious to me > PERL_EXTENSION_DIR=$dir2 > I don't see where dir2 is set, but that does not explain my problem > Perl is unsupported at this time. It will be available in the 1.4 release. > > also, an unrelated question. Why does configure check for c++ and fortran when > they are not needed by rlib? > Dunno.. autoconf hell > > Finally, gcc-3.4.1 gives the following warning > > reportgen.c: In function `rlib_init_variables': > reportgen.c:1044: warning: use of cast expressions as lvalues is deprecated > reportgen.c:1047: warning: use of cast expressions as lvalues is deprecated > reportgen.c:1050: warning: use of cast expressions as lvalues is deprecated > reportgen.c:1053: warning: use of cast expressions as lvalues is deprecated > reportgen.c:1057: warning: use of cast expressions as lvalues is deprecated > reportgen.c:1060: warning: use of cast expressions as lvalues is deprecated > Yea.. kinda sucks. I wish the gcc guys didn't do that. Someone just needs to tweak the RLIB Macros around and add another pointer to the function calls.. it's an easy task. If no one does it Chet or I will get around to it - bob |
From: Bernardo A. <ber...@vi...> - 2004-07-21 16:17:27
|
I need to include aritmethical expressions in a report generated with RLIB, but when there are LOWER THAN ("<") or GREATER THAN (">") symbols in the expressions, the generated HTML document is interpreted as if there were tags inside the expressions. For example: If I write 10 + z < x || y > 100 , I got a tag "< x || y >" , and so in the report the expression is truncated to "10 + z", ignoring whatever comes later in the line. The rest of the report becomes a mess, also. What can I do to workaround this issue? Can anyone send me a fix for this problem? Bernardo Alvez |
From: Treeve J. <tre...@pi...> - 2004-07-21 15:55:33
|
on my system the perl headers are installed in /usr/lib/perl5/5.8.4/i686-linux-thread-multi/CORE and modules in /usr/lib/perl5/site_perl/5.8.4/i686-linux-thread-multi I ran configure as follows: ./configure --prefix=/usr --with-perl-include=/usr/lib/perl5/5.8.4/i686-linux-thread-multi/CORE --with-perl-module=/usr/lib/perl5//site_perl/5.8.4/-i686linux-thread-multi --with-pythonver=2.3 --with-java=no --disable-php --disable-mysql --disable-postgre checking for PERL files... configure: WARNING: PERL bindings are not going to be used line 272 of configure.in looks suspicious to me PERL_EXTENSION_DIR=$dir2 I don't see where dir2 is set, but that does not explain my problem also, an unrelated question. Why does configure check for c++ and fortran when they are not needed by rlib? Finally, gcc-3.4.1 gives the following warning reportgen.c: In function `rlib_init_variables': reportgen.c:1044: warning: use of cast expressions as lvalues is deprecated reportgen.c:1047: warning: use of cast expressions as lvalues is deprecated reportgen.c:1050: warning: use of cast expressions as lvalues is deprecated reportgen.c:1053: warning: use of cast expressions as lvalues is deprecated reportgen.c:1057: warning: use of cast expressions as lvalues is deprecated reportgen.c:1060: warning: use of cast expressions as lvalues is deprecated Regards, Treeve -- PGP Key ID: AB929B24 PGP Key Fingerprint:31D9 D22F 42E6 F545 662E AB6F 9697 34C5 AB92 9B24 |
From: Treeve J. <tre...@pi...> - 2004-07-21 13:55:05
|
On Wednesday 21 July 2004 15:35, Bob Doan wrote: > No good reason comes to mind why the data sources link w/ the main rlib > library to begin with. Since they are loaded dynamically from the main > rlib library it self. If you take out the -lr from the make files in > the input methods are you ok? If so I'll change it so it doesn't do > that > $ ldd /usr/lib/libr-odbc.so linux-gate.so.1 => (0xffffe000) libxml2.so.2 => /usr/lib/libxml2.so.2 (0x4001d000) libpthread.so.0 => /lib/libpthread.so.0 (0x40176000) libz.so.1 => /usr/lib/libz.so.1 (0x40187000) libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x40199000) libdl.so.2 => /lib/libdl.so.2 (0x4019d000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x401a1000) libodbc.so.1 => /usr/lib/libodbc.so.1 (0x40225000) libcpdf.so => /usr/lib/libcpdf.so (0x4028c000) libm.so.6 => /lib/libm.so.6 (0x402c0000) libc.so.6 => /lib/libc.so.6 (0x402e2000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) problem solved, thanks > - bob > > On Wed, 2004-07-21 at 14:22 +0200, Treeve Jelbert wrote: > > I am a developer with a source base Linux distribution, > > http://www.sourcemage.org/ and have encountered a small problem with the > > rlib make files > > > > > > we do the following steps to make and install software > > > > configure > > make new > > uninstall old > > install new > > > > > > This means that the old version a product is still present when building > > the new version..In the case of rlib, libr-odbc.so is linked against the > > old version of libr.so, probably because -L/usr/lib is searched before > > -L/usr/src/rlib-1.2.0/libsrc when linking libr-odbc.so > > > > $ ldd /usr/lib/libr-odbc.so > > libr-1.1.10.so => not found > > > > > > I have not checked to see whether the same applies to the other database > > interfaces. > > > > I have a full compile log available if needed > > > > > > > > Regards, Treeve > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users Regards, Treeve -- PGP Key ID: AB929B24 PGP Key Fingerprint:31D9 D22F 42E6 F545 662E AB6F 9697 34C5 AB92 9B24 |
From: Bob D. <bd...@si...> - 2004-07-21 13:35:27
|
No good reason comes to mind why the data sources link w/ the main rlib library to begin with. Since they are loaded dynamically from the main rlib library it self. If you take out the -lr from the make files in the input methods are you ok? If so I'll change it so it doesn't do that - bob On Wed, 2004-07-21 at 14:22 +0200, Treeve Jelbert wrote: > I am a developer with a source base Linux distribution, > http://www.sourcemage.org/ and have encountered a small problem with the rlib > make files > > > we do the following steps to make and install software > > configure > make new > uninstall old > install new > > > This means that the old version a product is still present when building the > new version..In the case of rlib, libr-odbc.so is linked against the old > version of libr.so, probably because -L/usr/lib is searched before > -L/usr/src/rlib-1.2.0/libsrc when linking libr-odbc.so > > $ ldd /usr/lib/libr-odbc.so > libr-1.1.10.so => not found > > > I have not checked to see whether the same applies to the other database > interfaces. > > I have a full compile log available if needed > > > > Regards, Treeve > |
From: Treeve J. <tre...@pi...> - 2004-07-21 12:11:26
|
I am a developer with a source base Linux distribution, http://www.sourcemage.org/ and have encountered a small problem with the rlib make files we do the following steps to make and install software configure make new uninstall old install new This means that the old version a product is still present when building the new version..In the case of rlib, libr-odbc.so is linked against the old version of libr.so, probably because -L/usr/lib is searched before -L/usr/src/rlib-1.2.0/libsrc when linking libr-odbc.so $ ldd /usr/lib/libr-odbc.so libr-1.1.10.so => not found I have not checked to see whether the same applies to the other database interfaces. I have a full compile log available if needed Regards, Treeve -- PGP Key ID: AB929B24 PGP Key Fingerprint:31D9 D22F 42E6 F545 662E AB6F 9697 34C5 AB92 9B24 |
From: Bob D. <bd...@si...> - 2004-07-20 16:07:14
|
Hey All, I thought I would update you all on where RLIB's going. The next major change to RLIB is going to be able to do report "parts". Which basically means having more then one report in a report. See the attached document on parts. Also, we are going to add a "table" data source provider. Which basically means you will be able to pass RLIB a 2d array instead of using a query if you want to. Depending on how things go we might start some BASIC graphing support in this release cycle. Documentation: Steve Tilden and Mike Roth will improve the RLIB Documentation. - Bob |
From: Bob D. <bd...@si...> - 2004-07-20 16:01:11
|
Hey All, SICOM Systems is pleased to announce the next stable release of RLIB. Over the course of the past year many exciting changes have happened in RLIB. * Changed from a PHP Module to a true c library. * Able to use RLIB in c, php, python, java * More datasources: MySql, PostgreSQL, ODBC * Non US Character set support (UFT8, ISO8869, ect) * RLIB data types got better (dates can go back further then 1970) * Many cleanups, bug fixes The last release notes before release: 1.20.0 === - Added Everton as an offical RLIB Color - Fix PDF Content Type for IE (chet) - better utf8/no utf8 support (me) - small variable/ breaking order changes to make it make more sense (chet) - compile fixes on other platforms (chet, me) New SICOM Contributors: Please join me in welcoming Mike Roth and Steve Tilden to the RLIB Project. Both will contribute to the engine/ documentation. Community Contributors: First: A very special thanks goes out to Everton Luis Berz. He's been wonderful w/ his testing. He found tons of bugs over the year, and he always helped with testing. Thanks Everton! Farryp Philippe-Auguste: For testing Heri Steuer: For datasource bug fixing Tony Cratz: For different unix testing and some bug reporting John Buckman: For some small patches and pointing us at SWIG |
From: Bob D. <bd...@si...> - 2004-07-19 19:36:00
|
Hey All, I think I have the next official stable version of RLIB. Can everyone give it a test and report if it still works Small changers were made from the last release http://www.sicompos.com/~bdoan/rlib-1.1.10.tar.gz - bob |
From: Bob D. <bd...@si...> - 2004-07-08 15:40:11
|
Hey All, SICOM Systems is pleased to announce the release of RLIB 1.1.9 - Able to really disable UTF8 (me) - Make Python really work (me) - i18n fixed (me) - Fix numeric conversion so '-' works when the integer value is 0. (chet) - Compile Fixes (me) - Build w/ out CPDF (me) And I have 2 people to thank this time Farryp Philippe-Auguste for help w/ build fixes/python Everton Luis Berz for his continued testing and bug hunting http://rlib.sicompos.com Enjoy! - bob |
From: Bob D. <bd...@si...> - 2004-07-02 18:36:31
|
Hi, In c here's how it works As you know RLIB support Mysql, postgresql, and ODBC (allowing like 20 other data sources) RLIB does this w/ an "input class" filter Here's the struct/class struct input_filter { gpointer private; struct input_info info; gint (*input_close)(gpointer); gpointer (*new_result_from_query)(gpointer, gchar *); gint (*free)(gpointer); gint (*first)(gpointer, gpointer); gint (*next)(gpointer, gpointer); gint (*previous)(gpointer, gpointer); gint (*last)(gpointer, gpointer); gint (*isdone)(gpointer, gpointer); gchar * (*get_field_value_as_string)(gpointer, gpointer, gpointer); gpointer (*resolve_field_pointer)(gpointer, gpointer, gchar *); void (*free_result)(gpointer, gpointer); gint (*set_encoding)(gpointer); }; The second part of the magic is having a "query" or some real filter on the data set that the input_filter operates on. There is typically a 1 to N relationship between the input_filter and the queries. Also, RLIB has a lot of "object oriented" code, even though it is C.. so almost all functions in this input_filter class take a "this" pointer.. Other functions take a "this" pointer and a pointer to a result set Most of the function are obvious, and if you look at mysql.c or postgres.c you can see how they are implemented.. Basically inside rlib the normal chain of events are: 1) Open the input_filter.. this is typically a custom job, and is done differently for all databases.. so it's up to you to do it.. and in the private * part of the input_filter hold connection info and other crap you care about. 2) Pass it all the queries and *new_result_from_query will return a pointer to A result set 3) RLIB compiles the XML into PCODE and resolves all fields from the XML to the datasource/result sets. The function *resolve_field_pointer takes a char * field name and turns it into a direct access/ almost direct access pointer. In MYSQL the name gets turned into a col number. In postgresql it gets turned into a field pointer. 4) RLIB spins in a loop through the main loop query.. basically.. First the "first" function is called, then it keeps calling "next" until the "isdone" function returns TRUE. WATCH OUT: When RLIB hits a break it got there by calling NEXT and seeing if things no longer match. But RLIB will go PREVIOUS 1 row so that the break footer fields reflect the correct row (Most Reporting Engines don't do this BTW) So you will need to keep at least a ONE ROW CACHE as you spin though your data set. Postgresql makes this easy, MySQL is kinda easy, ODBC is not.. you have to do it your self. 5) *free_result is called for all the queries. input_close is called, then free is called (free your private stuff here) All Done. Here's what I don't know 1) In PYTHON once it calls a "c" function can the "c" function go back out and call a "python" function. DO YOU KNOW? 2) I know SICOM has no plans to do this sorta PYTHON work for free (as we currently don't need it and no one has offered to pay) If you are of the paying type and you want to use RLIB commercially then let me know and I'll look into how long it would take me or Chet - bob On Fri, 2004-07-02 at 15:54 +0000, Farryp Philippe-Auguste wrote: > Pls, > send me the info. > > How long will it take to write a python binding to support this option for > python ? > > best regards > > Farry > > > Bob Doan (bd...@si...) wrote: > > > > Yes, > > > > We (SICOM) Do some of the same things w/ one of our particular projects. > > However, you need to use C. If your C is good then I'll explain a bit > > more how it works > > > > - bob > > > > On Thu, 2004-07-01 at 22:37 +0000, Farryp Philippe-Auguste wrote: > > > Hi, > > > > > > I'm wondering if there is a way to pass data to rlib without using a > > > datasource. > > > > > > I'm using a replication system so I do not connect to a particular database. > > > > > > Is there is a way of instead of using rlib_add_datasource... and > > > rlib_add_query_as, > > > > > > can I instead of having a select statement , having a variable which contains > > > the data that I need RLIB to populate ? I will use my own libraries to get > > > the data from the database. > > > > > > > > > Thanks > > > > > > farry > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by Black Hat Briefings & Training. > > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > > digital self defense, top technical experts, no vendor pitches, > > > unmatched networking opportunities. Visit www.blackhat.com > > > _______________________________________________ > > > Rlib-users mailing list > > > Rli...@li... > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Farryp <fa...@co...> - 2004-07-02 15:48:23
|
Pls, send me the info. How long will it take to write a python binding to support this option for python ? best regards Farry Bob Doan (bd...@si...) wrote: > > Yes, > > We (SICOM) Do some of the same things w/ one of our particular projects. > However, you need to use C. If your C is good then I'll explain a bit > more how it works > > - bob > > On Thu, 2004-07-01 at 22:37 +0000, Farryp Philippe-Auguste wrote: > > Hi, > > > > I'm wondering if there is a way to pass data to rlib without using a > > datasource. > > > > I'm using a replication system so I do not connect to a particular database. > > > > Is there is a way of instead of using rlib_add_datasource... and > > rlib_add_query_as, > > > > can I instead of having a select statement , having a variable which contains > > the data that I need RLIB to populate ? I will use my own libraries to get > > the data from the database. > > > > > > Thanks > > > > farry > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |
From: Bob D. <bd...@si...> - 2004-07-02 13:00:39
|
Yes, We (SICOM) Do some of the same things w/ one of our particular projects. However, you need to use C. If your C is good then I'll explain a bit more how it works - bob On Thu, 2004-07-01 at 22:37 +0000, Farryp Philippe-Auguste wrote: > Hi, > > I'm wondering if there is a way to pass data to rlib without using a > datasource. > > I'm using a replication system so I do not connect to a particular database. > > Is there is a way of instead of using rlib_add_datasource... and > rlib_add_query_as, > > can I instead of having a select statement , having a variable which contains > the data that I need RLIB to populate ? I will use my own libraries to get > the data from the database. > > > Thanks > > farry > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Farryp <fa...@co...> - 2004-07-01 22:30:57
|
Hi, I'm wondering if there is a way to pass data to rlib without using a datasource. I'm using a replication system so I do not connect to a particular database. Is there is a way of instead of using rlib_add_datasource... and rlib_add_query_as, can I instead of having a select statement , having a variable which contains the data that I need RLIB to populate ? I will use my own libraries to get the data from the database. Thanks farry |
From: Bob D. <bd...@si...> - 2004-07-01 16:25:42
|
All, I made small small changes to RLIB to make python work.. and moved some config file stuff around Please TRY RLIB 1.1.9 one more time to make sure it still works for you http://www.sicompos.com/~bdoan/rlib-1.1.9.tar.gz If this release goes well we will have the official 1.2.0Z(stable) release based off this If any one wants to write some more documentation to rlib please get in touch w/ me - bob |
From: Farryp <fa...@co...> - 2004-06-29 04:27:43
|
Hi group. I just installed rlib 1.1.9 but it looks like there are some problems with python. [farryp@acme python]$ python Python 2.2.3 (#1, Oct 15 2003, 23:33:35) [GCC 3.3.1 20030930 (Red Hat Linux 3.3.1-6)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>> >>> import librlib Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: dynamic module does not define init function (initlibrlib) >>> What I'm I doing wrong ? Best regards Farry |
From: Farryp <fa...@co...> - 2004-06-29 03:52:19
|
Hi All. I tested RLIB and I really enjoy it. Now, I have postgres as my database and I'm using stored procs. I really want to stay away from writing sql statements in the code. Is there is a way I can pass the data result set to rlib without giving information about my database ? From example.py librlib.rlib_add_datasource_mysql(rlib, "local_mysql", "localhost", "rlib", "rlib", "rlib"); librlib.rlib_add_query_as(rlib, "local_mysql", "select * FROM products", "products"); librlib.rlib_add_report(rlib, "products.xml", ""); I want to know if it is possible to remove line 1 and 2 and just set rlib manually with the dataset. rlib = [ [col1, col2, col3], [col1, col2, col3] ,...] librlib.rlib_add_report(rlib, "products.xml", ""); Now, what is rlib suppose to be Will it be a list of sublists representing the colums ? { [col1, col2, col3], [col1, col2, col3] ,...] Or is it some type of dictionary ? Best regards Farry |
From: Farryp <fa...@co...> - 2004-06-28 15:52:05
|
Okay, 1- is fixed 2- make needed root access fixed (there was no files with root permission) 3- I still need to set prefix to /usr. I'm using fedora core 1.0. Python.h is in /usr. Best regards Farry Bob Doan (bd...@si...) wrote: > > Hi, > > Ok.. try again pdf.c should be in there > > As for the root when running make: > > Can you untar it clean somewhere can > > cd rlib-1.1.9 > > ls -alR | grep root > > and see if there is anything? > > As for #2) What distro are you using? I use the autoconf 1.8 M4 macros > to try to find where python is because python does not use pkg-config > > - bob > > > On Mon, 2004-06-28 at 15:24 +0000, Farryp Philippe-Auguste wrote: > > Hey All, > > > > I just tested the install on fedora core 1.0. > > > > I found 2 little problems. > > > > 1- pdf.c was missing from the librc directory. (I got it from the 1.1.8 > > version and it compiled) > > 2- I still had to use --prefix=/usr/ I was trying to have it installed > > into /usr/local/rlib but it still had problems finding python.h. Is there is > > some flag I can pass to ./configure to let it know where to find pythin.h ? > > 3- I nedd to have root permission when running make. After running > > ./configure --prefix=/usr, I got the following error message. (sudo fixed the > > problem ) > > > > FATAL: can't create .libs/python.o: Permission denied (look bellow for more > > detail) > > > > .... > > Making all in bindings > > make[2]: Entering directory `/home/farryp/rlib-1.1.9/bindings' > > Making all in php > > make[3]: Entering directory `/home/farryp/rlib-1.1.9/bindings/php' > > make[3]: Nothing to be done for `all'. > > make[3]: Leaving directory `/home/farryp/rlib-1.1.9/bindings/php' > > Making all in python > > make[3]: Entering directory `/home/farryp/rlib-1.1.9/bindings/python' > > source='python.c' object='python.lo' libtool=yes > > depfile='.deps/python.Plo' tmpdepfile='.deps/python.TPlo' > > depmode=gcc3 /bin/sh ../../depcomp > > /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. > > -I../../libsrc/ -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/include > > -I/usr/include -I/usr/include/php -I/usr/include/php/main > > -I/usr/include/php/Zend -I/usr/include/php/TSRM -I /usr/include/python2.2 > > -fno-strict-aliasing -g -O2 -c -o python.lo `test -f 'python.c' || echo > > './'`python.c > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc/ -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/include > > -I/usr/include -I/usr/include/php -I/usr/include/php/main > > -I/usr/include/php/Zend -I/usr/include/php/TSRM -I /usr/include/python2.2 > > -fno-strict-aliasing -g -O2 -c python.c -MT python.lo -MD -MP -MF > > .deps/python.TPlo -fPIC -DPIC -o .libs/python.o > > Assembler messages: > > FATAL: can't create .libs/python.o: Permission denied > > make[3]: *** [python.lo] Error 1 > > make[3]: Leaving directory `/home/farryp/rlib-1.1.9/bindings/python' > > make[2]: *** [all-recursive] Error 1 > > make[2]: Leaving directory `/home/farryp/rlib-1.1.9/bindings' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/farryp/rlib-1.1.9' > > make: *** [all] Error 2 > > > > > > Thanks > > > > Farry > > > > Bob Doan (bd...@si...) wrote: > > > > > > Hey All, > > > > > > http://www.sicompos.com/~bdoan/rlib-1.1.9.tar.gz > > > > > > It has some bug fixes, ability to disable cpdf, non utf8 works > > > > > > Everton: > > > > > > What garbage is still coming out? > > > > > > - bob > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by Black Hat Briefings & Training. > > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > > digital self defense, top technical experts, no vendor pitches, > > > unmatched networking opportunities. Visit www.blackhat.com > > > _______________________________________________ > > > Rlib-users mailing list > > > Rli...@li... > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > |
From: Bernardo A. <ber...@vi...> - 2004-06-28 15:47:38
|
Hi, I had problems with 1.1.8 (see my last post). Now I was just able to compile and succesfully install 1.1.9. I had to manually copy pdf.c from rlib1.1.8 though. I haven't tried using it yet, I'll let you know in a couple of hours. thx in advance > Hi, > > Ok.. try again pdf.c should be in there > > As for the root when running make: > > Can you untar it clean somewhere can > > cd rlib-1.1.9 > > ls -alR | grep root > > and see if there is anything? > > As for #2) What distro are you using? I use the autoconf 1.8 M4 macros > to try to find where python is because python does not use pkg-config > > - bob > > > On Mon, 2004-06-28 at 15:24 +0000, Farryp Philippe-Auguste wrote: >> Hey All, >> >> I just tested the install on fedora core 1.0. >> >> I found 2 little problems. >> >> 1- pdf.c was missing from the librc directory. (I got it from the >> 1.1.8 >> version and it compiled) >> 2- I still had to use --prefix=/usr/ I was trying to have it >> installed >> into /usr/local/rlib but it still had problems finding python.h. Is >> there is >> some flag I can pass to ./configure to let it know where to find >> pythin.h ? >> 3- I nedd to have root permission when running make. After running >> ./configure --prefix=/usr, I got the following error message. (sudo >> fixed the >> problem ) >> >> FATAL: can't create .libs/python.o: Permission denied (look bellow for >> more >> detail) >> >> .... >> Making all in bindings >> make[2]: Entering directory `/home/farryp/rlib-1.1.9/bindings' >> Making all in php >> make[3]: Entering directory `/home/farryp/rlib-1.1.9/bindings/php' >> make[3]: Nothing to be done for `all'. >> make[3]: Leaving directory `/home/farryp/rlib-1.1.9/bindings/php' >> Making all in python >> make[3]: Entering directory `/home/farryp/rlib-1.1.9/bindings/python' >> source='python.c' object='python.lo' libtool=yes \ >> depfile='.deps/python.Plo' tmpdepfile='.deps/python.TPlo' \ >> depmode=gcc3 /bin/sh ../../depcomp \ >> /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >> -I../../libsrc/ -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/include >> -I/usr/include -I/usr/include/php -I/usr/include/php/main >> -I/usr/include/php/Zend -I/usr/include/php/TSRM -I >> /usr/include/python2.2 >> -fno-strict-aliasing -g -O2 -c -o python.lo `test -f 'python.c' || >> echo >> './'`python.c >> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc/ >> -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/include >> -I/usr/include -I/usr/include/php -I/usr/include/php/main >> -I/usr/include/php/Zend -I/usr/include/php/TSRM -I >> /usr/include/python2.2 >> -fno-strict-aliasing -g -O2 -c python.c -MT python.lo -MD -MP -MF >> .deps/python.TPlo -fPIC -DPIC -o .libs/python.o >> Assembler messages: >> FATAL: can't create .libs/python.o: Permission denied >> make[3]: *** [python.lo] Error 1 >> make[3]: Leaving directory `/home/farryp/rlib-1.1.9/bindings/python' >> make[2]: *** [all-recursive] Error 1 >> make[2]: Leaving directory `/home/farryp/rlib-1.1.9/bindings' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/home/farryp/rlib-1.1.9' >> make: *** [all] Error 2 >> >> >> Thanks >> >> Farry >> >> Bob Doan (bd...@si...) wrote: >> > >> > Hey All, >> > >> > http://www.sicompos.com/~bdoan/rlib-1.1.9.tar.gz >> > >> > It has some bug fixes, ability to disable cpdf, non utf8 works >> > >> > Everton: >> > >> > What garbage is still coming out? >> > >> > - bob >> > >> > >> > >> > ------------------------------------------------------- >> > This SF.Net email sponsored by Black Hat Briefings & Training. >> > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >> > digital self defense, top technical experts, no vendor pitches, >> > unmatched networking opportunities. Visit www.blackhat.com >> > _______________________________________________ >> > Rlib-users mailing list >> > Rli...@li... >> > https://lists.sourceforge.net/lists/listinfo/rlib-users >> > >> >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by Black Hat Briefings & Training. >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >> digital self defense, top technical experts, no vendor pitches, >> unmatched networking opportunities. Visit www.blackhat.com >> _______________________________________________ >> Rlib-users mailing list >> Rli...@li... >> https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |
From: Bob D. <bd...@si...> - 2004-06-28 15:32:35
|
Hi, Ok.. try again pdf.c should be in there As for the root when running make: Can you untar it clean somewhere can cd rlib-1.1.9 ls -alR | grep root and see if there is anything? As for #2) What distro are you using? I use the autoconf 1.8 M4 macros to try to find where python is because python does not use pkg-config - bob On Mon, 2004-06-28 at 15:24 +0000, Farryp Philippe-Auguste wrote: > Hey All, > > I just tested the install on fedora core 1.0. > > I found 2 little problems. > > 1- pdf.c was missing from the librc directory. (I got it from the 1.1.8 > version and it compiled) > 2- I still had to use --prefix=/usr/ I was trying to have it installed > into /usr/local/rlib but it still had problems finding python.h. Is there is > some flag I can pass to ./configure to let it know where to find pythin.h ? > 3- I nedd to have root permission when running make. After running > ./configure --prefix=/usr, I got the following error message. (sudo fixed the > problem ) > > FATAL: can't create .libs/python.o: Permission denied (look bellow for more > detail) > > .... > Making all in bindings > make[2]: Entering directory `/home/farryp/rlib-1.1.9/bindings' > Making all in php > make[3]: Entering directory `/home/farryp/rlib-1.1.9/bindings/php' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/home/farryp/rlib-1.1.9/bindings/php' > Making all in python > make[3]: Entering directory `/home/farryp/rlib-1.1.9/bindings/python' > source='python.c' object='python.lo' libtool=yes \ > depfile='.deps/python.Plo' tmpdepfile='.deps/python.TPlo' \ > depmode=gcc3 /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. > -I../../libsrc/ -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/include > -I/usr/include -I/usr/include/php -I/usr/include/php/main > -I/usr/include/php/Zend -I/usr/include/php/TSRM -I /usr/include/python2.2 > -fno-strict-aliasing -g -O2 -c -o python.lo `test -f 'python.c' || echo > './'`python.c > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc/ -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/include > -I/usr/include -I/usr/include/php -I/usr/include/php/main > -I/usr/include/php/Zend -I/usr/include/php/TSRM -I /usr/include/python2.2 > -fno-strict-aliasing -g -O2 -c python.c -MT python.lo -MD -MP -MF > .deps/python.TPlo -fPIC -DPIC -o .libs/python.o > Assembler messages: > FATAL: can't create .libs/python.o: Permission denied > make[3]: *** [python.lo] Error 1 > make[3]: Leaving directory `/home/farryp/rlib-1.1.9/bindings/python' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/farryp/rlib-1.1.9/bindings' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/farryp/rlib-1.1.9' > make: *** [all] Error 2 > > > Thanks > > Farry > > Bob Doan (bd...@si...) wrote: > > > > Hey All, > > > > http://www.sicompos.com/~bdoan/rlib-1.1.9.tar.gz > > > > It has some bug fixes, ability to disable cpdf, non utf8 works > > > > Everton: > > > > What garbage is still coming out? > > > > - bob > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Farryp <fa...@co...> - 2004-06-28 15:18:57
|
Hey All, I just tested the install on fedora core 1.0. I found 2 little problems. 1- pdf.c was missing from the librc directory. (I got it from the 1.1.8 version and it compiled) 2- I still had to use --prefix=/usr/ I was trying to have it installed into /usr/local/rlib but it still had problems finding python.h. Is there is some flag I can pass to ./configure to let it know where to find pythin.h ? 3- I nedd to have root permission when running make. After running ./configure --prefix=/usr, I got the following error message. (sudo fixed the problem ) FATAL: can't create .libs/python.o: Permission denied (look bellow for more detail) .... Making all in bindings make[2]: Entering directory `/home/farryp/rlib-1.1.9/bindings' Making all in php make[3]: Entering directory `/home/farryp/rlib-1.1.9/bindings/php' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/farryp/rlib-1.1.9/bindings/php' Making all in python make[3]: Entering directory `/home/farryp/rlib-1.1.9/bindings/python' source='python.c' object='python.lo' libtool=yes \ depfile='.deps/python.Plo' tmpdepfile='.deps/python.TPlo' \ depmode=gcc3 /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc/ -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/include -I/usr/include -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM -I /usr/include/python2.2 -fno-strict-aliasing -g -O2 -c -o python.lo `test -f 'python.c' || echo './'`python.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc/ -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/include -I/usr/include -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM -I /usr/include/python2.2 -fno-strict-aliasing -g -O2 -c python.c -MT python.lo -MD -MP -MF .deps/python.TPlo -fPIC -DPIC -o .libs/python.o Assembler messages: FATAL: can't create .libs/python.o: Permission denied make[3]: *** [python.lo] Error 1 make[3]: Leaving directory `/home/farryp/rlib-1.1.9/bindings/python' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/farryp/rlib-1.1.9/bindings' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/farryp/rlib-1.1.9' make: *** [all] Error 2 Thanks Farry Bob Doan (bd...@si...) wrote: > > Hey All, > > http://www.sicompos.com/~bdoan/rlib-1.1.9.tar.gz > > It has some bug fixes, ability to disable cpdf, non utf8 works > > Everton: > > What garbage is still coming out? > > - bob > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |
From: Bob D. <bd...@si...> - 2004-06-28 14:09:02
|
Hey All, http://www.sicompos.com/~bdoan/rlib-1.1.9.tar.gz It has some bug fixes, ability to disable cpdf, non utf8 works Everton: What garbage is still coming out? - bob |
From: Farryp <fa...@co...> - 2004-06-25 23:30:15
|
When is rlib 1.1.9 comming out. I'm having building problems building rlib and from what I understand it is a Makefile problem theat should be fixed in the next release When is this release schedule to be ready ? Best regards Farry |
From: Farryp <fa...@co...> - 2004-06-25 19:49:55
|
Hi Group, I tried to install RLIB about 1 month ago but I was having some library problems. It looked like there was some issues with fedora core 1. I was out for about 3 weeks and I tried again today. Thise are the steps I too to install RLIB 1- Installed libxml 2- Installed FastIO for cpdflib ./configure --prefix=/usr --disable-mysql --disable-odbc make sudo make install This is the error message I get when running make install Can someone send me some plointers ? Making install in libsrc make[1]: Entering directory `/home/farryp/rlib-1.1.8/libsrc' make[2]: Entering directory `/home/farryp/rlib-1.1.8/libsrc' /bin/sh ../mkinstalldirs /usr/lib /bin/sh ../libtool --mode=install /usr/bin/install -c libr.la /usr/lib/libr.la /usr/bin/install -c .libs/libr-1.1.8 /usr/lib/libr-1.1.8 (cd /usr/lib && rm -f libr && ln -s libr-1.1.8 libr) /usr/bin/install -c .libs/libr.lai /usr/lib/libr.la PATH="$PATH:/sbin" ldconfig -n /usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../mkinstalldirs /usr/include/rlib /usr/bin/install -c -m 644 rlib.h /usr/include/rlib/rlib.h /usr/bin/install -c -m 644 rlib_input.h /usr/include/rlib/rlib_input.h /usr/bin/install -c -m 644 containers.h /usr/include/rlib/containers.h /usr/bin/install -c -m 644 charencoder.h /usr/include/rlib/charencoder.h /usr/bin/install -c -m 644 datetime.h /usr/include/rlib/datetime.h /usr/bin/install -c -m 644 util.h /usr/include/rlib/util.h /usr/bin/install -c -m 644 value.h /usr/include/rlib/value.h make[2]: Leaving directory `/home/farryp/rlib-1.1.8/libsrc' make[1]: Leaving directory `/home/farryp/rlib-1.1.8/libsrc' Making install in inputs make[1]: Entering directory `/home/farryp/rlib-1.1.8/inputs' Making install in odbc make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs/odbc' make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs/odbc' /bin/sh ../../mkinstalldirs /usr/lib /bin/sh ../../libtool --mode=install /usr/bin/install -c libr-odbc.la /usr/lib/libr-odbc.la /usr/bin/install -c .libs/libr-odbc-1.1.8 /usr/lib/libr-odbc-1.1.8 (cd /usr/lib && rm -f libr-odbc && ln -s libr-odbc-1.1.8 libr-odbc) /usr/bin/install -c .libs/libr-odbc.lai /usr/lib/libr-odbc.la PATH="$PATH:/sbin" ldconfig -n /usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/odbc' make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/odbc' Making install in postgre make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs/postgre' make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs/postgre' /bin/sh ../../mkinstalldirs /usr/lib /bin/sh ../../libtool --mode=install /usr/bin/install -c libr-postgre.la /usr/lib/libr-postgre.la /usr/bin/install -c .libs/libr-postgre-1.1.8 /usr/lib/libr-postgre-1.1.8 (cd /usr/lib && rm -f libr-postgre && ln -s libr-postgre-1.1.8 libr-postgre) /usr/bin/install -c .libs/libr-postgre.lai /usr/lib/libr-postgre.la PATH="$PATH:/sbin" ldconfig -n /usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/postgre' make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/postgre' make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs' make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' make[1]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' Making install in bindings make[1]: Entering directory `/home/farryp/rlib-1.1.8/bindings' Making install in php make[2]: Entering directory `/home/farryp/rlib-1.1.8/bindings/php' make[3]: Entering directory `/home/farryp/rlib-1.1.8/bindings/php' /bin/sh ../../mkinstalldirs /usr/lib/php4 /bin/sh ../../libtool --mode=install /usr/bin/install -c librlib.la /usr/lib/php4/librlib.la libtool: install: warning: relinking `librlib.la' (cd /home/farryp/rlib-1.1.8/bindings/php; /bin/sh ../../libtool --mode=relink gcc -g -O2 -o librlib.la -rpath /usr/lib/php4 -release 1.1.8 environment.lo php.lo -L../../libsrc/ -lr -lxml2 -lpthread -lz -lm -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib -lpq -L/usr/lib -lodbc -lcpdf -lcpdf -lm -lc ) mv: cannot stat `librlib-1.1.8': No such file or directory libtool: install: error: relink `librlib.la' with the above command before installing it make[3]: *** [install-libLTLIBRARIES] Error 1 make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/php' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/php' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' make: *** [install-recursive] Error 1 |