From: Derek G. <dgi...@ge...> - 2005-04-28 17:56:25
|
Bob-- This may seem like a dumb user issue, but we've changed the message, and completely rebuilt RLIB twice, and the message is the same as before. Is there something glaringly obvious that we're missing? Apache has been restarted since then. Do we need to recompile PHP? --Derek -----Original Message----- From: Bob Doan [mailto:bd...@si...] Sent: Wednesday, April 20, 2005 2:45 PM To: Al Arzaga Cc: RLIB USERS Subject: Re: [Rlib-users] Numerical overflow instr_to_long_long conversion Al, This is kinda odd. =20 Can you do me a favor so I can see what number is actually causing this? in rlib/libsrc/pcode.c around line 216 is: rlogit("Numerical overflow in str_to_long_long conversion"); can you change it to: rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", str); and make, as root make install, best to restart apache and run the report again and let me know the number causing this. thanks! - bob On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > I get this error when creating a report to a pdf file. >=20 > Any insights? >=20 >=20 > -Al >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Derek G. <dgi...@ge...> - 2005-04-28 19:15:18
|
We can't use 1.3.3 at the moment, but I've addressed this in another = thread. I started from scratch -- created a new directory. I changed pcode.c. = When I make in /libsrc, it acknowledges that pcode.c has changed, = creates the pcode.o file, then rebuilds the library. From there, I = rebuild the php library in /bindings. Nevertheless, it's as though = nothing has changed in pcode.c. Is there something subtle in the = Makefiles for /libsrc that overwrite changes to code in that directory? = I've changed odbc.c in /inputs and never had this problem. -----Original Message----- From: Bob Doan [mailto:bd...@si...] Sent: Thursday, April 28, 2005 1:27 PM To: Derek Giromini Cc: RLIB USERS Subject: RE: [Rlib-users] Numerical overflow instr_to_long_long conversion Just download this http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz It includes everything plus ODBC Fixes - bob On Thu, 2005-04-28 at 12:56 -0500, Derek Giromini wrote: > Bob-- >=20 > This may seem like a dumb user issue, but we've changed the message, = and > completely rebuilt RLIB twice, and the message is the same as before. = Is > there something glaringly obvious that we're missing? >=20 > Apache has been restarted since then. >=20 > Do we need to recompile PHP? >=20 > --Derek >=20 > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Wednesday, April 20, 2005 2:45 PM > To: Al Arzaga > Cc: RLIB USERS > Subject: Re: [Rlib-users] Numerical overflow instr_to_long_long > conversion >=20 >=20 > Al, >=20 > This is kinda odd. =20 >=20 > Can you do me a favor so I can see what number is actually causing = this? >=20 > in rlib/libsrc/pcode.c >=20 > around line 216 is: >=20 > rlogit("Numerical overflow in str_to_long_long conversion"); >=20 > can you change it to: >=20 > rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", = str); >=20 > and make, as root make install, best to restart apache >=20 > and run the report again and let me know the number causing this. >=20 > thanks! >=20 > - bob >=20 > On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > > I get this error when creating a report to a pdf file. > >=20 > > Any insights? > >=20 > >=20 > > -Al > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: New Crystal Reports XI. > > Version 11 adds new functionality designed to reduce time involved = in > > creating, integrating, and deploying reporting solutions. Free = runtime > info, > > new features, or free trial, at: > http://www.businessobjects.com/devxi/728 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime > info, > new features, or free trial, at: > http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2005-04-28 19:21:48
|
Where are you doing the make install from? On Thu, 2005-04-28 at 14:15 -0500, Derek Giromini wrote: > We can't use 1.3.3 at the moment, but I've addressed this in another thread. > > I started from scratch -- created a new directory. I changed pcode.c. When I make in /libsrc, it acknowledges that pcode.c has changed, creates the pcode.o file, then rebuilds the library. From there, I rebuild the php library in /bindings. Nevertheless, it's as though nothing has changed in pcode.c. Is there something subtle in the Makefiles for /libsrc that overwrite changes to code in that directory? I've changed odbc.c in /inputs and never had this problem. > > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Thursday, April 28, 2005 1:27 PM > To: Derek Giromini > Cc: RLIB USERS > Subject: RE: [Rlib-users] Numerical overflow instr_to_long_long > conversion > > > Just download this http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz > > It includes everything plus ODBC Fixes > > - bob > > > > On Thu, 2005-04-28 at 12:56 -0500, Derek Giromini wrote: > > Bob-- > > > > This may seem like a dumb user issue, but we've changed the message, and > > completely rebuilt RLIB twice, and the message is the same as before. Is > > there something glaringly obvious that we're missing? > > > > Apache has been restarted since then. > > > > Do we need to recompile PHP? > > > > --Derek > > > > -----Original Message----- > > From: Bob Doan [mailto:bd...@si...] > > Sent: Wednesday, April 20, 2005 2:45 PM > > To: Al Arzaga > > Cc: RLIB USERS > > Subject: Re: [Rlib-users] Numerical overflow instr_to_long_long > > conversion > > > > > > Al, > > > > This is kinda odd. > > > > Can you do me a favor so I can see what number is actually causing this? > > > > in rlib/libsrc/pcode.c > > > > around line 216 is: > > > > rlogit("Numerical overflow in str_to_long_long conversion"); > > > > can you change it to: > > > > rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", str); > > > > and make, as root make install, best to restart apache > > > > and run the report again and let me know the number causing this. > > > > thanks! > > > > - bob > > > > On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > > > I get this error when creating a report to a pdf file. > > > > > > Any insights? > > > > > > > > > -Al > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: New Crystal Reports XI. > > > Version 11 adds new functionality designed to reduce time involved in > > > creating, integrating, and deploying reporting solutions. Free runtime > > info, > > > new features, or free trial, at: > > http://www.businessobjects.com/devxi/728 > > > _______________________________________________ > > > Rlib-users mailing list > > > Rli...@li... > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: New Crystal Reports XI. > > Version 11 adds new functionality designed to reduce time involved in > > creating, integrating, and deploying reporting solutions. Free runtime > > info, > > new features, or free trial, at: > > http://www.businessobjects.com/devxi/728 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Tell us your software development plans! > > Take this survey and enter to win a one-year sub to SourceForge.net > > Plus IDC's 2005 look-ahead and a copy of this survey > > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id5hix > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id5hix > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Derek G. <dgi...@ge...> - 2005-04-28 19:50:47
|
From the main directory. -----Original Message----- From: Bob Doan [mailto:bd...@si...] Sent: Thursday, April 28, 2005 2:22 PM To: Derek Giromini Cc: RLIB USERS Subject: RE: [Rlib-users] Numerical overflow instr_to_long_long conversion Where are you doing the make install from? On Thu, 2005-04-28 at 14:15 -0500, Derek Giromini wrote: > We can't use 1.3.3 at the moment, but I've addressed this in another = thread. >=20 > I started from scratch -- created a new directory. I changed pcode.c. = When I make in /libsrc, it acknowledges that pcode.c has changed, = creates the pcode.o file, then rebuilds the library. From there, I = rebuild the php library in /bindings. Nevertheless, it's as though = nothing has changed in pcode.c. Is there something subtle in the = Makefiles for /libsrc that overwrite changes to code in that directory? = I've changed odbc.c in /inputs and never had this problem. >=20 > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Thursday, April 28, 2005 1:27 PM > To: Derek Giromini > Cc: RLIB USERS > Subject: RE: [Rlib-users] Numerical overflow instr_to_long_long > conversion >=20 >=20 > Just download this http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz >=20 > It includes everything plus ODBC Fixes >=20 > - bob >=20 >=20 >=20 > On Thu, 2005-04-28 at 12:56 -0500, Derek Giromini wrote: > > Bob-- > >=20 > > This may seem like a dumb user issue, but we've changed the message, = and > > completely rebuilt RLIB twice, and the message is the same as = before. Is > > there something glaringly obvious that we're missing? > >=20 > > Apache has been restarted since then. > >=20 > > Do we need to recompile PHP? > >=20 > > --Derek > >=20 > > -----Original Message----- > > From: Bob Doan [mailto:bd...@si...] > > Sent: Wednesday, April 20, 2005 2:45 PM > > To: Al Arzaga > > Cc: RLIB USERS > > Subject: Re: [Rlib-users] Numerical overflow instr_to_long_long > > conversion > >=20 > >=20 > > Al, > >=20 > > This is kinda odd. =20 > >=20 > > Can you do me a favor so I can see what number is actually causing = this? > >=20 > > in rlib/libsrc/pcode.c > >=20 > > around line 216 is: > >=20 > > rlogit("Numerical overflow in str_to_long_long conversion"); > >=20 > > can you change it to: > >=20 > > rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", = str); > >=20 > > and make, as root make install, best to restart apache > >=20 > > and run the report again and let me know the number causing this. > >=20 > > thanks! > >=20 > > - bob > >=20 > > On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > > > I get this error when creating a report to a pdf file. > > >=20 > > > Any insights? > > >=20 > > >=20 > > > -Al > > >=20 > > >=20 > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: New Crystal Reports XI. > > > Version 11 adds new functionality designed to reduce time involved = in > > > creating, integrating, and deploying reporting solutions. Free = runtime > > info, > > > new features, or free trial, at: > > http://www.businessobjects.com/devxi/728 > > > _______________________________________________ > > > Rlib-users mailing list > > > Rli...@li... > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: New Crystal Reports XI. > > Version 11 adds new functionality designed to reduce time involved = in > > creating, integrating, and deploying reporting solutions. Free = runtime > > info, > > new features, or free trial, at: > > http://www.businessobjects.com/devxi/728 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > >=20 > >=20 > > ------------------------------------------------------- > > SF.Net email is sponsored by: Tell us your software development = plans! > > Take this survey and enter to win a one-year sub to SourceForge.net > > Plus IDC's 2005 look-ahead and a copy of this survey > > Click here to start! = http://www.idcswdc.com/cgi-bin/survey?id=105hix > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2005-04-28 18:26:57
|
Just download this http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz It includes everything plus ODBC Fixes - bob On Thu, 2005-04-28 at 12:56 -0500, Derek Giromini wrote: > Bob-- > > This may seem like a dumb user issue, but we've changed the message, and > completely rebuilt RLIB twice, and the message is the same as before. Is > there something glaringly obvious that we're missing? > > Apache has been restarted since then. > > Do we need to recompile PHP? > > --Derek > > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Wednesday, April 20, 2005 2:45 PM > To: Al Arzaga > Cc: RLIB USERS > Subject: Re: [Rlib-users] Numerical overflow instr_to_long_long > conversion > > > Al, > > This is kinda odd. > > Can you do me a favor so I can see what number is actually causing this? > > in rlib/libsrc/pcode.c > > around line 216 is: > > rlogit("Numerical overflow in str_to_long_long conversion"); > > can you change it to: > > rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", str); > > and make, as root make install, best to restart apache > > and run the report again and let me know the number causing this. > > thanks! > > - bob > > On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > > I get this error when creating a report to a pdf file. > > > > Any insights? > > > > > > -Al > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: New Crystal Reports XI. > > Version 11 adds new functionality designed to reduce time involved in > > creating, integrating, and deploying reporting solutions. Free runtime > info, > > new features, or free trial, at: > http://www.businessobjects.com/devxi/728 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime > info, > new features, or free trial, at: > http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id5hix > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |