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-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-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 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 > > > |