hm, k, sounds silly, but why don't you install the gd-libs? Think, you first tried to use them or? Might be the fast solution?! Also, you could try to patch the Makefile from hand. Open Makefile with your editor and search for -lgd. Try to remove it, and have a look if that works...
Stefan Siefert -----Ursprüngliche Nachricht----- Von: Paul [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 22. Oktober 2001 17:27 An: [EMAIL PROTECTED] Betreff: Re: [PHP-INST] Re: PHP-4.0.6 compilation error I did that, didn't make a difference. "Stefan Siefert" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > you could try the following things: make a configure with the --without-gd > switch. Also make sure, that you deleted before the config.cache file (think > there could be a bug with overwriting it). > > Hope this helps! > > Stefan Siefert > > -----Ursprüngliche Nachricht----- > Von: Paul [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 22. Oktober 2001 15:56 > An: [EMAIL PROTECTED] > Betreff: [PHP-INST] Re: PHP-4.0.6 compilation error > > > somebody, anybody, please help :( > > > "Paul" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi all, > > > > I'm trying to build php.4.0.6 from source and the first I get an error > while > > using the --with-gd switch so I took that out and it stopped complaining > > after I reconfigured. Then I did make and I get this error: > > > > /usr/bin/ld: cannot find -lgd > > collect2: ld returned 1 exit status > > make[1]: *** [libphp4.la] Error 1 > > make[1]: Leaving directory `/home/tuxpow3r/php-4.0.6' > > make: *** [all-recursive] Error 1 > > > > My debug.log file is pasted below, please anyone have a look and hopefully > > you can help me. Thanks in advance. > > > > CONFIGURE: './configure' '--with-mysql' '--with-apxs=/usr/sbin/apxs' > '--en > > able-bcmath' '--enable-trans-sid' '--with-config-file-path=/etc' > > '--enable-magic-quotes' > > '--enable-track-vars' '--enable-ftp' '--enable-calendar' '--prefix=/usr' > > '--with-exec-d > > ir=/usr/bin' > > CC: gcc > > CFLAGS: -g -O2 > > CPPFLAGS: -DLINUX=22 -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DSUPPORT_UTF8 > > CXX: > > CXXFLAGS: > > > INCLUDES: -I/var/www/include -I$(top_builddir)/Zend -I/home/tuxpow3r/php > > -4.0.6/ext/m > > ysql/libmysql > > LDFLAGS: > > LIBS: -lgd -lcrypt -lresolv -lm -ldl -lnsl -lresolv > > DLIBS: > > SAPI: apache > > PHP_RPATHS: > > uname -a: Linux thresholdev 2.4.3-20mdk #1 Sun Apr 15 23:03:10 CEST 2001 > > i586 unknown > > > > gcc -o > > > conftest -g -O2 -DLINUX=22 -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DSUPPORT_UTF8 > > con > > ftest.c -lgd -lcrypt -lresolv -lm -ldl -lnsl -lresolv 1>&5 > > /usr/bin/ld: cannot find -lgd > > collect2: ld returned 1 exit status > > > > > > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]