On Mon, Aug 27, 2001 at 03:42:44PM -0400, Andrew Gideon wrote:
> 
> I'd this problem too (and I didn't note lines to be removed in the
> documentation).  It turns out that there is in the configure script
> an assumption that the inability to produce a working executable
> implies that cross compilation is occurring.
> 
> This is the case even if the executable fails because a library
> isn't where it is expected, or some such.
> 
> For me, the problem disappeared when I gave configure precise
> instructions for some libraries, such as:
> 
>       -with-libwrap="/opt/tcp_wrappers/lib/libwrap.a -lnsl -lsocket"

Ahh...  That set me looking in the right direction, thanks!

The problem was my LD_LIBRARY_PATH.  I had to toss /usr/local/lib into
the mix so that it could find libstdc++.so.2.10.0.  I wish I could
just put /usr/local/lib in /etc/ld.so.conf and re-run ldconfig like I
can in Linux.

Jeremy (happy running a Solaris client now)
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936

MySQL 3.23.41-max: up 10 days, processed 126,058,607 queries (137/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to