TIA ~~~~~~~~~~~~~~~~~~~ Paul
Response ********** This is an automated reply to your message to Email Abuse. ********** Your message has been delivered to our email abuse department. This department handles complaints from users that are receiving unwanted email. We try our best to investigate all reports of abuse. If we determine that the email you reported was in fact sent from an email address at one of our domains, or by way of computers operated by us, we will take the appropriate action. If you did not include the original "message headers" along with your message, please do so by replying to this message, leaving the subject line intact (which contains our tracking identification), and including all email headers. Email headers show specific details regarding the source provider, path, originating program, and destination of the message which is not shown within the TO: and FROM: address fields of the email. Unfortunately, "spammers" use a variety of techniques to mask an email's actual point of origin, such as by forging information to make it appear as though the email originated from a domain that is well recognized across the Internet. Accordingly, the information in the header is very helpful in assisting us in our investigation. We regret any inconvenience this may have caused and appreciate you bringing this matter to our attention. Regards, The Email Abuse Department Discussion Thread Customer (Paul Blondé) 06/25/2007 11:27 AM Looks like a missing header file, or one that does not match the rest of the package, at first glance. -----Original Message----- From: Randall Perry [mailto:[EMAIL PROTECTED] Sent: Saturday, June 23, 2007 1:54 PM To: php-install@lists.php.net Subject: [PHP-INSTALL] Make fails when building with gd on Mac OS 10.4 I've installed gd 2.0.34 via macports. Config goes ok with php 5.2.3, but make fails with these errors: /usr/bin/ld: Undefined symbols: _gdFontCacheShutdown _gdImageAlphaBlending _gdImageColorAllocateAlpha _gdImageColorClosestAlpha _gdImageColorExactAlpha _gdImageColorResolveAlpha _gdImageCopyResampled _gdImageCreateFromGif _gdImageCreateFromGifCtx _gdImageCreateTrueColor _gdImageFilledArc _gdImageFilledEllipse _gdImageGifCtx _gdImagePngCtxEx _gdImageSaveAlpha _gdImageSetThickness _gdImageStringFTEx _gdImageTrueColorToPalette _gdNewDynamicCtxEx collect2: ld returned 1 exit status make: *** [libs/libphp5.bundle] Error 1 Anyone know what the problem is? Below is my config command: ./configure \ --with-gd=/opt/local \ --with-png-dir=/opt/local \ --with-jpeg-dir=/opt/local \ --with-freetype-dir=/opt/local \ --enable-ftp \ --with-apxs=/usr/local/apache/bin/apxs \ --with-pgsql \ --with-xml \ --enable-mbstring \ --enable-mbregex \ --enable-exif \ --with-openssl \ --with-openssl-dir=/usr/local/ssl \ --with-pear --with-curl=/usr/local/lib \ --with-mysql=/usr/local/mysql \ --enable-imap \ --with-imap=/usr/local/imap-2004a \ --with-imap-ssl=/usr/local/imap-2004a \ --with-zlib \ --with-zlib-dir=/opt/local/lib -- Randall Perry