From: JRough on 18 Dec 2009 19:21 On Dec 18, 4:03 pm, "Greg Russell" <gruss...(a)invalid.com> wrote: > Innews:d70c15c3-8d7b-4c33-b66d-c6e2279a073a(a)15g2000prz.googlegroups.com, > JRough <jlro...(a)yahoo.com> typed: > > > I'm just going to ignore these instructions and try it again just > > using MySQL instructions but it would be nice to have some > > instructions for the Mac. > > Have you read the README and INSTALL files that are a normal part of almost > any recent tarball? Okay, I skipped this hivelogic that doesn't work. I went straight to the Mysql instructions and they don't work either which is why I tried the hivelogic. I even read the Apple dEveloper page http://developer.apple.com/internet/opensource/osdb.html the quick install instructions I'm having problems with already: http://dev.mysql.com/doc/refman/5.0/en/quick-install.html First two things it says to do doesn't work on my setup. groupadd mysql useradd -g mysql mysql It doens't have a groupadd or a useradd command. Are we setting the permissions? I downloaded a fresh gz into a mysql /usr/loca/mysql directory. Now I think what they want is to add a mysql group on this directory and a mysql user. This is a ls command: sh-3.2# ls data_copy dyndns mysql prepended.php restricted sh-3.2# ls -la mysql total 140320 drwxr-xr-x 3 root wheel 102 Dec 18 16:10 . drwxr-xr-x 7 root wheel 238 Dec 18 16:10 .. -rw-r--r--@ 1 root wheel 71841466 Dec 18 16:12 mysql-5.1.40-osx10.5- powerpc.tar.gz thanks hopefully once I get through it I will have it with the command line and I would like debug also.
From: Greg Russell on 18 Dec 2009 22:10 In news:16da8d14-49e4-4f3a-a02c-f8f0ff179b37(a)b36g2000prf.googlegroups.com, JRough <jlrough(a)yahoo.com> typed: >> Have you read the README and INSTALL files that are a normal part of >> almost any recent tarball? .... > This is a ls command: > sh-3.2# ls > data_copy dyndns mysql prepended.php restricted > > sh-3.2# ls -la mysql > total 140320 > drwxr-xr-x 3 root wheel 102 Dec 18 16:10 . > drwxr-xr-x 7 root wheel 238 Dec 18 16:10 .. > -rw-r--r--@ 1 root wheel 71841466 Dec 18 16:12 mysql-5.1.40-osx10.5- > powerpc.tar.gz So where is the "newly created directory /usr/local/src/mysql-5.1.40-osx10.5-powerpc" that you cd'd to after you "extracted it from the tarball" ?
From: Greg Russell on 19 Dec 2009 04:28 In news:8e139e86-5ca8-4f42-b41b-6e56a4ea1e91(a)b36g2000prf.googlegroups.com, JRough <jlrough(a)yahoo.com> typed: > Okay, I'm following some old instructions for the Mac to compile MySQL > because the guy who made an installer doesn't do it anymore. the > instructions are on http://.... 2-year old instructions for something other than what you have. > The cURL download didn't work so I downloaded 5.1.40 directly from > MySQl while following these instructions. Maybe this one is pre- > configured. Before you do the make don't you have to configure it? > You are right there is no ./configure in fact the make command didn't > work either. How do I get the the file that I can compile? these > instructions say to use a cURL download which didn't work but it > mentions Xcode. Am I supposed to download the file using XCode? I > don't understand why it said you have to use Xcode. that might > explain everything. You're sure making things difficult for yourself. Read and follow the instructions in the INSTALL-BINARY text file that is included in the tar.gz you downloaded.
From: JRough on 19 Dec 2009 20:30 On Dec 19, 1:28 am, "Greg Russell" <gruss...(a)invalid.com> wrote: > Innews:8e139e86-5ca8-4f42-b41b-6e56a4ea1e91(a)b36g2000prf.googlegroups.com, > JRough <jlro...(a)yahoo.com> typed: > > > Okay, I'm following some old instructions for the Mac to compile MySQL > > because the guy who made an installer doesn't do it anymore. the > > instructions are on http://.... > > 2-year old instructions for something other than what you have. > > > The cURL download didn't work so I downloaded 5.1.40 directly from > > MySQl while following these instructions. Maybe this one is pre- > > configured. Before you do the make don't you have to configure it? > > You are right there is no ./configure in fact the make command didn't > > work either. How do I get the the file that I can compile? these > > instructions say to use a cURL download which didn't work but it > > mentions Xcode. Am I supposed to download the file using XCode? I > > don't understand why it said you have to use Xcode. that might > > explain everything. > > You're sure making things difficult for yourself. Read and follow the > instructions in the INSTALL-BINARY text file that is included in the tar.gz > you downloaded. I created a mysql group but can't figure out how to create a mysql user? It says niutil not found sh-3.2# sudo niutil -create / /users/mysql sudo: niutil: command not found Can I edit the passwd database directly? I guess that is a no-no but theses instructions are the only ones I can find. http://lists.apple.com/archives/darwinos-users/2004/Jul/msg00022.html thanks,
From: Greg Russell on 19 Dec 2009 21:34 In news:7e339678-40bc-460a-a517-e48cd9904d43(a)f18g2000prf.googlegroups.com, JRough <jlrough(a)yahoo.com> typed: >> You're sure making things difficult for yourself. Read and follow the >> instructions in the INSTALL-BINARY text file that is included in the >> tar.gz you downloaded. > > I created a mysql group but can't figure out how to create a mysql > user? It says niutil not found > sh-3.2# sudo niutil -create / /users/mysql > sudo: niutil: command not found If you're unable to follow the straight-forward instructions in the INSTALL-BINARY text file, then there's no further help that anyone can provide for you. Where the hell does it ever say anything in the text file even remotely related to the junk you've stated?
First
|
Prev
|
Pages: 1 2 Prev: replace unknown numeric values in a file Next: list remote ftp/web dir with curl? |