From: Bob D. <bd...@si...> - 2004-10-15 16:52:20
|
On Fri, 2004-10-15 at 10:54 -0600, Carol Fouse wrote: > >Are you using RLIB w/ php? > > Yes. > > >Are you trying to do report from inside apache or are you doing them > from > >the command line like: php something.php 1> report.format > > I guess from inside apache, since I am trying it from a web page. > > Today (I was off yesterday - well, I may be "off" everyday, but that's > another issue), I tried adding a print statement to check the values of > variables that I am passing to rlib_add_datasource_mysql and got more > output. I even have the same output when I comment out the added > statement. I am not getting the warning about libxml, but am getting > a warning about not being able to resend headers. Thats normal php because you have print statements before the "header" function > I am connecting to > the database at the beginning of the php program to do some queries and > write data to a temporary table that is the source of the data for the > report. Is there a way to suppress this warning message? Yes.. don't call prints before the header.... > Otherwise, I > will need to split the code. I also have a bunch of output displayed > with a lot of !ERR_F_F in it. Where can I find the meanings for error > codes? It's in the manual but basically there is something wrong with your format string.. "format" make sure you have your format strings in rlib string so format="%d" IS BAD format="'%d'" IS GOOD - bob > > I think this is progress. > > - Carol > > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Wednesday, October 13, 2004 5:38 PM > To: Carol Fouse > Subject: Re: FW: FW: [Rlib-users] rlib manual > > > Are you using RLIB w/ php? > > Are you trying to do report from inside apache or are you doing them > from the command line like: php something.php 1> report.format > > - bob > > On Wed, 2004-10-13 at 15:56 -0600, Carol Fouse wrote: > > Nope. > > > > -----Original Message----- > > From: Bob Doan [mailto:bd...@si...] > > Sent: Wednesday, October 13, 2004 2:36 PM > > To: Carol Fouse > > Subject: Re: FW: [Rlib-users] rlib manual > > > > > > It's all you get??? Don't you get an actual PDF, HTML or whatever??? > > > > - bob > > > > On Wed, 2004-10-13 at 09:50 -0600, Carol Fouse wrote: > > > I need to know how to suppress it, then, beause that's all I get on > > > my > > > > > output page when I try to do a report. > > > > > > - Carol > > > > > > -----Original Message----- > > > From: Bob Doan [mailto:bd...@si...] > > > Sent: Tuesday, October 12, 2004 5:43 PM > > > To: Carol Fouse > > > Subject: RE: [Rlib-users] rlib manual > > > > > > > > > Thats probably ok.. it's a libxml thing. If you wind up using RLIB > > > in > > > > > production we can work on supressing that > > > > > > - bob > > > > > > On Tue, 2004-10-12 at 16:37 -0600, Carol Fouse wrote: > > > > I think we're making progress. (I don't know what python is). > > > > > > > > I tried to use rlib, and get this message: Warning: Warning: > > > > program compiled against libxml 206 using older 205 in ... .php on > > > > > line 278 which is the rlib_execute($rlib); statement. Is there > > > > something I need to do to get rid of the 205 version so it finds > > > > the 206 > > version? > > > > > > > > Thanks, > > > > Carol > > > > > > > > -----Original Message----- > > > > From: Bob Doan [mailto:bd...@si...] > > > > Sent: Tuesday, October 12, 2004 3:09 PM > > > > To: Carol Fouse > > > > Cc: RLIB USERS > > > > Subject: RE: [Rlib-users] rlib manual > > > > > > > > > > > > ./configure --prefix=/usr --disable-utf8 --disable-python > > > > > > > > (unless you are trying to use phython) > > > > > > > > - bob > > > > > > > > > > > > On Tue, 2004-10-12 at 15:21 -0600, Carol Fouse wrote: > > > > > I think I have it all. But when I do the make for rlib, I get a > > > > > > bunch > > > > > > > > > of python errors. I have attached a file with the results. Are > > > > > > these > > > > > > > > > OK? > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Bob Doan [mailto:bd...@si...] > > > > > Sent: Monday, October 11, 2004 6:02 PM > > > > > To: Carol Fouse > > > > > Subject: Re: FW: [Rlib-users] rlib manual > > > > > > > > > > > > > > > You will need some "devel" packages > > > > > > > > > > Like: php-devel > > > > > > > > > > Depending on what database you are going to use you might need: > > > > > > > > > > mysql-devel > > > > > > > > > > or postgresql-devel > > > > > > > > > > - bob > > > > > > > > > > On Mon, 2004-10-11 at 16:54 -0600, Carol Fouse wrote: > > > > > > I also notice in looking back a bit through the configure > > > > > > output the > > > > > > following: > > > > > > Checking for php-config... No > > > > > > *** WARNING: PHP NOT FOUND IN PATH. RLIB WILL NOT BE COMPILED > > > WITH > > > > > > SUPPORT FOR IT. > > > > > > > > > > > > I am running php and need support for it, but I have no > > > > > > php-config > > > > > > > > > file. I have a /etc/php.ini file. Php was installed in the > > > > > > redhat > > > > > > > > > installation. How do I get a php-config file? > > > > > > > > > > > > -----Original Message----- > > > > > > From: Carol Fouse [mailto:cf...@eh...] > > > > > > Sent: Monday, October 11, 2004 4:37 PM > > > > > > To: 'Bob Doan' > > > > > > Subject: FW: [Rlib-users] rlib manual > > > > > > > > > > > > > > > > > > I used the --prefix on this and got past that error. Now I > > > > > > have another > > > > > > error: "You must have cpdflib properly installed in order for > > rlib > > > > to > > > > > > work." How do I get this? > > > > > > > > > > > > >BTW: please keep things on list so other can learn through > > > > > > >the archives > > > > > > > > > > > > Well, I have all the emails. I can make a list of the steps > > > > > > from > > > > > > these when I am all finished with this process. > > > > > > > > > > > > -----Original Message----- > > > > > > From: Carol Fouse [mailto:cf...@eh...] > > > > > > Sent: Monday, October 11, 2004 3:50 PM > > > > > > To: 'Bob Doan' > > > > > > Subject: RE: [Rlib-users] rlib manual > > > > > > > > > > > > > > > > > > I downloaded and installed it, but have the same error. > > > > > > > > > > > > -----Original Message----- > > > > > > From: Bob Doan [mailto:bd...@si...] > > > > > > Sent: Monday, October 11, 2004 2:30 PM > > > > > > To: Carol Fouse > > > > > > Cc: RLIB USERS > > > > > > Subject: Re: FW: [Rlib-users] rlib manual > > > > > > > > > > > > > > > > > > > > > > > > ftp://ftp.gtk.org/pub/gtk/v2.4/glib-2.4.7.tar.gz > > > > > > > > > > > > BTW: please keep things on list so other can learn through the > > > > > > > archives > > > > > > > > > > > > - bob > > > > > > > > > > > > On Mon, 2004-10-11 at 14:35 -0600, Carol Fouse wrote: > > > > > > > Thanks. I did that and got past the libmxl error. Now it > > > > > > > is stopping > > > > > > > > > > > > > with a "Package glib-2.0 was not found in the pkg-config > > > > > > > search > > > > > > > path" error. What is it and how do I get it? > > > > > > > > > > > > > > Thanks, > > > > > > > Carol > > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: Bob Doan [mailto:bd...@si...] > > > > > > > Sent: Monday, October 11, 2004 1:26 PM > > > > > > > To: Carol Fouse > > > > > > > Cc: RLIB USERS > > > > > > > Subject: RE: [Rlib-users] rlib manual > > > > > > > > > > > > > > > > > > > > > When you install libxml2 you need to ./configure > > > > > > > --prefix=/usr; > > > > > > > make; (as root) make install > > > > > > > > > > > > > > - bob > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 2004-10-11 at 11:09 -0600, Carol Fouse wrote: > > > > > > > > We are using red Hat linux, so the original libxml was > > > > > > > > loaded with the > > > > > > > > > > > > > > > linux installation. I downloaded the new release from > > > > > > > > xmlsoft.org. Is this the info you need? BTW - I am not a > > > > > > > > system > > > > > > > > > > > > admin person, although to develop the database application > > > > > > > > > that > > > > I > > > > > > > > am doing, I have > > > > > > > > > > > > > > this responsibility. So I apologize if I don't know stuff > > > > > > > > > I should. > > > > > > > > > > > > > > > > Thanks. > > > > > > > > > > > > > > > > > > > > > > > |