Solaris 10 and compile of Apache

Hi

I have a new T2000 server with Solaris 10 on it. I want to run Dynamo/Java and Apache on it. The Apache I have installed is apache_1.3.37.tar. When I do a ./configure I get :

cd ..; gcc -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`-o helpers/dummy helpers/dummy.c-lsocket -lnsl -lpthread

collect2: cannot find `ld'

make: *** [dummy] Error 1

============= End of Error Report =============

I have already installed:

gcc-3.4.6-sol10-sparc-localSUNWarcSUNWluu

index.htmlSUNWarrf SUNWluzone

installSUNWastSUNWman

jdkSUNWatfsr SUNWpool

libgcc-3.4.6-sol10-sparc-localSUNWatfsu SUNWpoolr

libiconv-1.11-sol10-sparc-localSUNWbash SUNWsprot

make-3.81-sol10-sparc-localSUNWbtool SUNWsshcu

openssl-0.9.8e-sol10-sparc-local SUNWbzip SUNWsshdr

pkginfoSUNWdocSUNWsshdu

pkgmapSUNWgccSUNWsshr

relocSUNWgccruntimeSUNWsshu

SUNW5xmft SUNWgcmn SUNWzoner

SUNWaccr SUNWgzip SUNWzoneu

SUNWaccu SUNWheatop-3.6-sol10-sparc-local

SUNWadmap SUNWj5rt wget-1.10.2-sol10-sparc-local

SUNWadmc SUNWless

Any help seriously appreciated.

Best Regards,

Tariq

[1222 byte] By [TJMTVa] at [2007-11-27 2:22:05]
# 1
Is 'ld' in your path? (Usually /usr/ccs/bin/)-- Darren
Darren_Dunhama at 2007-7-12 2:25:35 > top of Java-index,General,Installation...
# 2
Hiya,I have the following in teh path:PATH=/usr/local/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/local/sbinBut I am not using the ccs solaris compiler am I?Regards,Tariq
TJMTVa at 2007-7-12 2:25:35 > top of Java-index,General,Installation...
# 3

> Hiya,

>

> I have the following in teh path:

>

> PATH=/usr/local/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/u

> sr/local/sbin

Good. But is 'ld' actually in there?

'which ld'

'ls /usr/ccs/bin/ld'

> But I am not using the ccs solaris compiler am I?

Not necessarily, but several tools necessary for compiling (as, ld, ...) are in that directory (if they were installed).

If 'ld' is there and in your path, then I have no more suggestions.

--

Darren

Darren_Dunhama at 2007-7-12 2:25:35 > top of Java-index,General,Installation...