Re: configure won't configure

2002-07-02 Thread Michael Matthews
Thanks for the response. I set LDFLAGS and CCFLAGS for compiles and then it configured OK, I am out of practice porting compiled software. ./configure --prefix=/export/home/mysql --with-unix-socket-path=/var/tmp/mysql.sock --enable-thread-safe-client --with-berkeley-db --enable-local-infile --w

Re: configure won't configure

2002-06-27 Thread Gerald Clark
With linux you would: Add /usr/local/lib to your /etc/ld.so.conf file and run ldconfig. Sun should have something similar. [EMAIL PROTECTED] wrote: >>Description: >> > what do I have to do to get configure to use correct gcc options like: >-I/usr/local/include -R/usr/local/lib ??? > >I u

Re: configure won't configure

2002-06-27 Thread Jocelyn Fournier
Hi, It seems you have to install zlib-1.1.4 on your system. Regards, Jocelyn - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 5:40 PM Subject: configure won't configure > >Description: > what do I have to do to get configure to use