Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache + PHP + gd + Freetype for image creation

Status
Not open for further replies.

rycamor

Programmer
Jun 3, 1999
1,426
US
I need to do server-side image creation on the fly, and I figure PHP and gd is one of the best ways to do it.<br>
<br>
No matter what i try, I cannot get the above combination. I can configure, make and compile each of them until I get to the last step: Apache. I can ./configure Apache, but when I try make, I invariably get as far as:<br>
<br>
&lt;=== src/modules<br>
(etc...)<br>
-Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lpam -lmysqlclient -lttf -lgd -lm -lcrypt -lcrypt modules/php4/libphp4.a(internal_functions.o): In function `php_global_shutdown_internal_extensions': /usr/local/php-4.0b4pl1/internal_functions.c(.data+0x68): undefined reference to `gd_module_entry'<br>
*** Error code 1<br>
<br>
Stop.<br>
<br>
I am running FreeBSD 3.4, Apache 1.3.12, PHP Beta 4.4, gd 1.7.3, and Freetype 1.3.1<br>
<br>
Any ideas?<br>
<br>
Thanx much,<br>
<br>
Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top