- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Install GD problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2008 06:58 AM
тАО06-12-2008 06:58 AM
Install GD problem
Note (probably harmless): No library found for -lgd
Writing Makefile for GD
then I tried to download gd-2.0.35.tar.gz and tried to install it (./configure '--with-gd' '--with-png-dir=/usr' '--with-jpeg-di=/usr' '--with-freetype-dir=/usr' '--with-zlib-dir=/usr' ) , it is no error , then I use the command "make" to install it , it pop the below message , can advise what is wrong ? is there any step incorrect ?
thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2008 02:54 PM
тАО06-12-2008 02:54 PM
Re: Install GD problem
Okay...
>>> Writing Makefile for GD
Good!
>>> then I use the command "make" to install it
After the make, you should run "make install", what do you get?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2008 04:57 PM
тАО06-12-2008 04:57 PM
Re: Install GD problem
GD.c:3775: error: syntax error before "RETVAL"
GD.xs:2205: error: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Font_nchars':
GD.c:3800: error: syntax error before "font"
GD.c:3806: error: `font' undeclared (first use in this function)
GD.c:3806: error: called object is not a function
GD.c: In function `XS_GD__Font_offset':
GD.c:3827: error: syntax error before "font"
GD.c:3833: error: `font' undeclared (first use in this function)
GD.c:3833: error: called object is not a function
GD.c: In function `XS_GD__Font_width':
GD.c:3854: error: syntax error before "font"
GD.c:3860: error: `font' undeclared (first use in this function)
GD.c:3860: error: called object is not a function
GD.c: In function `XS_GD__Font_height':
GD.c:3881: error: syntax error before "font"
GD.c:3887: error: `font' undeclared (first use in this function)
GD.c:3887: error: called object is not a function
make: *** [GD.o] Error 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2008 10:13 PM
тАО06-12-2008 10:13 PM
Re: Install GD problem
the below is the message when run "make" to install gd-2.0.35 , can advise what is wrong ?
make[2]: Entering directory `/usr/local/gd-2.0.35'
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o gdpartto
png gdparttopng.o ./libgd.la -lm
gcc -g -O2 -o .libs/gdparttopng gdparttopng.o -L/usr/local/lib ./.libs/libgd.so
-lm -Wl,--rpath -Wl,/usr/local/lib
gdparttopng.o(.text+0x106): In function `main':
/usr/local/gd-2.0.35/gdparttopng.c:42: undefined reference to `gdImageCreateFrom
Gd2Part'
collect2: ld returned 1 exit status
make[2]: *** [gdparttopng] Error 1
make[2]: Leaving directory `/usr/local/gd-2.0.35'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/gd-2.0.35'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2008 08:17 PM
тАО06-16-2008 08:17 PM
Re: Install GD problem
what I want is to have a gallery tools using PHP , do I need to install php-gd ? if yes , where can I have this source ? ( I would like to compile it myself ) thx