Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 11 of 11
  1. #1
    Member kran's Avatar
    Join Date
    Jul 2003
    Location
    Colombia
    Posts
    75

    Question I get this errors after security easyapache upgrade

    make ming-0.3beta1...(install).... Done
    gifdbl.c:31: syntax error before '*' token
    gifdbl.c: In function `getTransparentColor':
    gifdbl.c:34: `ExtensionBlock' undeclared (first use in this function)
    gifdbl.c:34: (Each undeclared identifier is reported only once
    gifdbl.c:34: for each function it appears in.)
    gifdbl.c:34: `ext' undeclared (first use in this function)
    gifdbl.c:34: `file' undeclared (first use in this function)
    gifdbl.c:38: `GRAPHICS_EXT_FUNC_CODE' undeclared (first use in this function)
    gifdbl.c:36: warning: value computed is not used
    gifdbl.c: At top level:
    gifdbl.c:49: syntax error before '*' token
    gifdbl.c: In function `readGif':
    gifdbl.c:51: `ColorMapObject' undeclared (first use in this function)
    gifdbl.c:51: `colorMap' undeclared (first use in this function)
    gifdbl.c:58: warning: implicit declaration of function `DGifSlurp'
    gifdbl.c:58: `file' undeclared (first use in this function)
    gifdbl.c:58: `GIF_OK' undeclared (first use in this function)
    gifdbl.c:87: `result' undeclared (first use in this function)
    gifdbl.c:115: `GifColorType' undeclared (first use in this function)
    gifdbl.c:115: syntax error before "c"
    gifdbl.c:118: `c' undeclared (first use in this function)
    gifdbl.c:189: warning: implicit declaration of function `DGifCloseFile'
    gifdbl.c: In function `newSWFDBLBitmapData_fromGifFile':
    gifdbl.c:210: `GifFileType' undeclared (first use in this function)
    gifdbl.c:210: `file' undeclared (first use in this function)
    gifdbl.c:214: warning: implicit declaration of function `DGifOpenFileName'
    gifdbl.c: At top level:
    gifdbl.c:223: syntax error before '*' token
    gifdbl.c: In function `gifReadFunc':
    gifdbl.c:224: `gif' undeclared (first use in this function)
    gifdbl.c:225: `buf' undeclared (first use in this function)
    gifdbl.c:225: `len' undeclared (first use in this function)
    gifdbl.c: In function `newSWFDBLBitmapData_fromGifInput':
    gifdbl.c:229: `GifFileType' undeclared (first use in this function)
    gifdbl.c:229: `file' undeclared (first use in this function)
    gifdbl.c:233: warning: implicit declaration of function `DGifOpen'
    gifdbl.c:233: `InputFunc' undeclared (first use in this function)
    gifdbl.c:233: syntax error before "gifReadFunc"

    /usr/include/bits/mathinline.h: At top level:
    gifdbl.c:224: warning: `gifReadFunc' defined but not used
    make[2]: *** [gifdbl.o] Error 1
    make[1]: *** [dynamic] Error 2
    make: *** [dynamic] Error 2

    Untarring imap....imap-devel is installed!
    Untarring php....Done
    Applying CURL curl_formfree patch
    patching file ext/curl/curl.c
    Hunk #1 succeeded at 563 (offset 18 lines).
    Hunk #2 succeeded at 891 (offset 6 lines).

    configure php-4.3.9...(--with-apxs=/usr/local/apache/bin/apxs --with-xml --enable-bcmath --enable-calendar --with-curl --with-dom --with-dom-xslt --with-dom-exslt --enable-exif --with-swf=/usr/local/flash --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-gettext --with-imap --with-imap-ssl --with-kerberos --with-mcrypt --with-mhash --with-ming=../ming-0.2a --enable-magic-quotes --with-mysql --enable-discard-path --with-pear --enable-safe-mode --enable-sockets --enable-track-vars --with-ttf --with-freetype-dir=/usr --enable-gd-native-ttf --enable-versioning --enable-wddx --with-xmlrpc --with-zip --with-zlib).... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Done

    make php-4.3.9...(clean).... Done

    make php-4.3.9....... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Done
    make: *** [sapi/cli/php] Error 1

    make php-4.3.9...(install).... . . Done
    make: *** [sapi/cli/php] Error 1

    ANY IDEAS WHATS CAUSING IT?

  2. #2
    Secret Agent
    Guest

    Default

    Me too. Strange because it happened on my Fedora Core 2 box but not my RHE

  3. #3
    Member kran's Avatar
    Join Date
    Jul 2003
    Location
    Colombia
    Posts
    75

    Default It happened with RHE

    I belive is with ming any one knows how to solve this issue?

  4. #4
    Member
    Join Date
    Apr 2003
    Posts
    277

    Default

    I'm having these issues also - RHEL 3

  5. #5
    Member
    Join Date
    Nov 2003
    Posts
    521

    Default

    Was about to run easyapache, glad i read this post first lol.

  6. #6
    Member manokiss's Avatar
    Join Date
    Mar 2002
    Posts
    536

    Default

    Same error here

  7. #7
    Member
    Join Date
    Feb 2003
    Posts
    311

    Default

    Anyone file a trouble ticket with cPanel?

  8. #8
    Member manokiss's Avatar
    Join Date
    Mar 2002
    Posts
    536

    Default

    I just opened a ticket, hope they fix it soon.

  9. #9
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,597

    Default

    Make sure you have libungif-devel installed

  10. #10
    Member
    Join Date
    Nov 2003
    Posts
    521

    Default

    Quote Originally Posted by bdraco
    Make sure you have libungif-devel installed
    According to WHM i have libungif installed but not libungif-devel. Is it necessary to have both?

    Just to make sure, the RPM's that appear in the list with "(reinstall)" beside them are RPMS that are currently installed right?

  11. #11
    Member manokiss's Avatar
    Join Date
    Mar 2002
    Posts
    536

    Default

    Thank you Nick, that fixed the problem.

    damainman, install the devel too.

Similar Threads & Tags
Similar threads

  1. Errors with EasyApache - won't compile
    By kortezubi in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 06-23-2010, 07:21 AM
  2. /scripts/easyapache errors.
    By poni1111 in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 02-22-2010, 02:59 AM
  3. Replies: 9
    Last Post: 01-23-2008, 08:20 PM
  4. easyapache errors
    By jackie46 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 09-10-2005, 10:46 AM
  5. PHP errors since easyapache
    By purplepaws in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 07-16-2003, 01:45 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube