473,480 Members | 1,932 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

compile php with gd and freetype support for jpgraph

3 New Member
I have php (5.2.4) compiled on redhat 4.0 as followed :
Expand|Select|Wrap|Line Numbers
  1. ./configure \
  2.  --with-oci8=$ORACLE_HOME
  3.  --with-apxs=/usr/local/apache/bin/apxs \
  4.  --with-config-file-path=/usr/local/apache/conf \
  5.  --enable-sigchild \
  6.  --with-gd \
  7.  --with-ttf=/usr/include/freetype2 \
  8.  --with-freetype-dir=/usr/include/freetype2 \
  9.  --with-gd-native-ttf \
  10.  --enable-shared
  11.  
the make & make install runs without errors

But when using the jpgraph, I get an error png image that there is no TTF-support and says to compile php with FreeType support.

What I doing wrong?
testjpgraph.php
Expand|Select|Wrap|Line Numbers
  1. <?php
  2. include ("/install_apache_standalone/jpgraph-1.21b/src/jpgraph.php");
  3. include ("/install_apache_standalone/jpgraph-1.21b/src/jpgraph_bar.php");
  4.  
  5. $db_conn = ocilogon("****","****","***");
  6. $cmdstr = "select * from test";
  7. $parsed = ociparse($db_conn,$cmdstr);
  8. ociexecute($parsed);
  9. $nrows = ocifetchstatement($parsed, $results);
  10. for ($i = 0; $i < $nrows; $i++)
  11. {
  12.   $data[] = $results["MARKS"][$i];
  13.   $leg[] = $results["NAME"][$i];
  14. }
  15.  
  16. $graph = new Graph(250,150,"auto");
  17. $graph->SetScale("textint");
  18. $graph->img->SetMargin(50,30,50,50);
  19. //$graph->AdjBackgroundImage(0.4,0.7,-1); //setting BG type
  20. //$graph->SetBackgroundImage("linux_pez.png",BGIMG_FILLFRAME); //adding image
  21. $graph->SetShadow();
  22.  
  23. $graph->xaxis->SetTickLabels($leg);
  24.  
  25. $bplot = new BarPlot($data);
  26. $bplot->SetFillColor("lightgreen"); // Fill color
  27. $bplot->value->Show();
  28. $bplot->value->SetFont(FF_ARIAL,FS_BOLD);
  29. $bplot->value->SetAngle(45);
  30. $bplot->value->SetColor("black","navy");
  31.  
  32. $graph->Add($bplot);
  33. $graph->Stroke();
  34.  ?>
  35.  
  36.  
Nov 7 '07 #1
0 4206

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1849
by: awaegel | last post by:
Hello, I've been running php/apache/etc locally on my powerbook for a long time, but am having problems activating freetype with a new version of php. I'm using: php 4.4.0 freetype 2.1.10...
1
1709
by: francescomoi | last post by:
Hi. I compiled PHP by using: -------------- './configure' '--prefix=/usr/local/php' '--with-apxs2=/usr/local/httpd/bin/apxs' '--with-mysql=/usr/local/mysql'...
0
1221
by: mchristopher | last post by:
I'm having trouble compiling DOM XML support into PHP 4.4.2 on CentOS 4.3. Everytime I attempt to compile, it spits back this: .... chmod 755 /usr/lib/apache/libphp4.so Installing PHP CLI...
7
2717
by: Glich | last post by:
Hi, where can I download freetype (>= 2.1.7)? I need it to use matplotlib. I have search a lot but still can not find it. Thanks!
2
2803
by: Lorenzo Thurman | last post by:
I keep getting this error when trying to use fonts with Image_Graph: PHP Fatal error: Call to undefined function: imagettfbbox() in /usr/local/lib/php/Image/Canvas/GD.php on line 1240 After...
3
20958
by: rahmawaktu | last post by:
Dear list, i am new to this forum and to JPGraph too. I just install jpgraph to create a graphic to my website. But i got error. Here is the complete code : First is MySQL Database : ( 2...
2
3950
by: luckyG | last post by:
I have php (5.2.4) compiled on redhat 4.0 as followed : ./configure \ --with-oci8=$ORACLE_HOME --with-apxs=/usr/local/apache/bin/apxs \ --with-config-file-path=/usr/local/apache/conf \ ...
2
2413
by: paeh | last post by:
what's wrong for this php code. when I run did not display anything in browser.. this is code: <?php include ("C:/Program Files/Apache Software...
0
3456
by: eureka2050 | last post by:
Hi all, I am creating a radar chart containing 2 plots using jpgraph. My code is as follows:- include ("./jpgraph/src/jpgraph.php"); include ("./jpgraph/src/jpgraph_radar.php"); //...
0
7033
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6903
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7027
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7071
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6726
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6861
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4468
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2987
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2974
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.