The annoying thing with building mysql, when I get to this point: CFLAGS="-arch ppc -arch i386 -arch ppc64 -arch x86_64 -O3 -fno-omit- frame-pointer" CXXFLAGS="-arch ppc -arch i386 -arch ppc64 -arch x86_64 -O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno- rtti" ./configure --prefix=/usr/local/mysql --disable-dependency- tracking --with-extra-charsets=complex --enable-thread-safe-client -- enable-local-infile --enable-shared --with-unix-socket-path=/var/mysql/ mysql.sock --with-charset=latin1 --with-collation=latin1_general_ci -- with-mysqld-user=_mysql
./configure No such file or directory. Im guessing a script should be in one of the folders when you untar the source, but googling everywhere, it seems no one else gets the same error... I have xcode installed and all that mumbo jumbo, not sure what it is referring to On Aug 1, 12:21 am, Matthew Woodward <[email protected]> wrote: > Dozza wrote: > > My problem though is, I am not sure on Mac Leopard how to change the > > tcp-ip settings for mysql. Im guessing something to do with my.cnf, > > but not sure, tried googling but not getting something direct. I have > > tried bluedragon today on another mac machine with mysql and it worked > > without any extra configuration mind you. > > If you installed MySQL from a package other than one you downloaded > directly from mysql.com, then I'd suspect this is the problem. I don't > remember the name of it, but the person who had a problem before had > installed some pre-built package that included MySQL and PHP, and the > MySQL install was anything but standard. > > I've used macs a ton in the past and still do on occasion, so I can tell > you that if you get a plain vanilla MySQL installer from mysql.com, it > definitely works. Sounds like you discovered that as well. ;-) > > Easiest way to see what's going on is open a terminal, and type in: > telnet localhost 3306 > > And hit enter. If you get the message "connected to localhost" and some > junk characters after that, then the port is open. If you get > "connection refused" then it's not. > > If you can't connect, this likely means A) your mysql install isn't set > up to respond over TCP/IP on 3306, or B) your software firewall isn't > allowing connections on port 3306. > -- > Matthew Woodward > [email protected]http://www.mattwoodward.com/blog > > Please do not send me proprietary file formats such as Word, PowerPoint, > etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html > > smime.p7s > 4KViewDownload --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
