Thanks for the quick reply Owen, but I found the cause of this problem not long 
after I posted to the list (isn't that always the way?)

Turned out GCC was using /usr/ccs/bin/ld which was a symlink to GNU ld. 
Removing the symlink and copying the Sun ld binary (which I have previously 
backed up) back into /usr/ccs/bin seems to have fixed this compile problem.

Thanks again,

Dan


> ----- Original Message -----
> From: "Boyle Owen" <[EMAIL PROTECTED]>
> To: [email protected]
> Subject: RE: [EMAIL PROTECTED] Possible bug? Httpd Make error on Solaris 10
> Date: Wed, 19 Jul 2006 15:47:39 +0200
> 
> 
> > -----Original Message-----
> > From: Dan Richardson [mailto:[EMAIL PROTECTED] Sent: 
> > Wednesday, July 19, 2006 3:37 PM
> > To: [email protected]
> > Subject: [EMAIL PROTECTED] Possible bug? Httpd Make error on Solaris 10
> >
> > Hello,
> >
> > I am compiling httpd-2.2.2 on Solaris 10 (Sparc), using gcc 3.3.2 
> > and GNU make 3.80 and I'm hitting some problems.
> >
> > ./configure --prefix=/www/httpd/test-vr --enable-so 
> > --enable-rewrite --enable-headers --enable-shared=max seems to 
> > run fine, then I run Make and it bails out with this error:
> >
> > Making all in support
> > make[1]: Entering directory `/usr/local/src/httpd-2.2.2/support'
> > make[2]: Entering directory `/usr/local/src/httpd-2.2.2/support'
> > /usr/local/src/httpd-2.2.2/srclib/apr/libtool --silent 
> > --mode=link gcc -g -O2     
> > -L/usr/local/src/httpd-2.2.2/srclib/apr-util/xml/expat/lib   -o 
> > htpasswd  htpasswd.lo   -lm 
> > /usr/local/src/httpd-2.2.2/srclib/pcre/libpcre.la 
> > /usr/local/src/httpd-2.2.2/srclib/apr-util/libaprutil-1.la 
> > /usr/local/src/httpd-2.2.2/srclib/apr-util/xml/expat/lib/libex
> pat.la -liconv /usr/local/src/httpd-2.2.2/srclib/apr/libapr-1.la >
> -luuid -lsendfile -lrt -lsocket -lnsl -lpthread
> 
> Could be you need to install the apr package that comes with the apache
> distro. This is what I did the last time I compiled 2.2.2 on solaris:
> 
> 
> # Build and install apr 1.2
> cd srclib/apr
> ./configure --prefix=${INSTALL_PREFIX}/apr-httpd
> make || exit;
> make install || exit;
> 
> # Build and install apr-util 1.2
> cd ../apr-util
> ./configure --prefix=${INSTALL_PREFIX}/apr-util-httpd
> --with-apr=${INSTALL_PREFIX}/apr-httpd
> make || exit;
> make install || exit;
> 
> # continue with configuration (ie, your line above)
> 
> > ./configure --prefix=/www/httpd/test-vr --enable-so 
> > --enable-rewrite --enable-headers --enable-shared=max
> 
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may be ignored.
> 
> c> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: 
> > undefined reference to [EMAIL PROTECTED]'
> > collect2: ld returned 1 exit status
> > make[2]: *** [htpasswd] Error 1
> > make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/support'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/usr/local/src/httpd-2.2.2/support'
> > make: *** [all-recursive] Error 1
> >
> > Anyone run into this before? It's driving me nuts and Google 
> > isn't throwing up anything too helpful.
> >
> > Any help greatly appreciated.
> >
> > Cheers,
> >
> > Dan -- _______________________________________________
> > Check out the latest SMS services @ http://www.linuxmail.org
> > This allows you to send and receive SMS through your mailbox.
> >
> > Powered by Outblaze
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >    "   from the digest: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> This message is for the named person's use only. It may contain 
> confidential, proprietary or legally privileged information. No 
> confidentiality or privilege is waived or lost by any 
> mistransmission. If you receive this message in error, please 
> notify the sender urgently and then immediately delete the message 
> and any copies of it from your system. Please also immediately 
> destroy any hardcopies of the message. You must not, directly or 
> indirectly, use, disclose, distribute, print, or copy any part of 
> this message if you are not the intended recipient. The sender's 
> company reserves the right to monitor all e-mail communications 
> through their networks. Any views expressed in this message are 
> those of the individual sender, except where the message states 
> otherwise and the sender is authorised to state them to be the 
> views of the sender's company.
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>     "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

>


-- 
_______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.

Powered by Outblaze

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to