Re: Mysql command not found

2002-12-17 Thread Gary Hostetler
Success. Thanks. I could have sworn I installed the package before but I was
filing to give the whole path to mysql in the command line. So I deinstalled
it and installed the one off of the Golive CD. I'm glad you were familiar
with mac os x. I'm running this on the dual 1.25 G4.


On 12/18/02 12:43 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote:

> At 0:35 -0500 12/18/02, Gary Hostetler wrote:
>> You're good. It is mac osx, which I was afraid would get me more errors than
>> straight linux.
> 
> I had this problem running a version of MySQL compiled for Mac OS X 10.1.5
> after I upgraded to Jaguar (10.2), so perhaps you've simply installed a
> distribution that was not compiled for the version that you have.
> 
> This page has versions for both, maybe it can help get you going:
> 
> http://www.entropy.ch/software/macosx/mysql/
> 
> Alternatively, you can compile it yourself.
> 
>> 
>> On 12/18/02 12:33 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote:
>> 
>>>  At 0:32 -0500 12/18/02, Gary Hostetler wrote:
  When I type ./mysql I get the following:
 
  dyld: ./mysql Undefined symbols:
  ./mysql undefined reference to _BC expected to be defined in
  /usr/lib/libSystem.B.dylib
  ./mysql undefined reference to _PC expected to be defined in
  /usr/lib/libSystem.B.dylib
  ./mysql undefined reference to _UP expected to be defined in
  /usr/lib/libSystem.B.dylib
  Trace/BPT trap
>>> 
>>>  Ugh.  That's not good.   Lemme guess: Mac OS X?
>>> 
>>> 
 
  At least I'm getting some action with it, but I'm not sure what that
 means.
  Thanks
 Gary
> 
> 


-
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




Re: Mysql command not found

2002-12-17 Thread Paul DuBois
At 0:35 -0500 12/18/02, Gary Hostetler wrote:

You're good. It is mac osx, which I was afraid would get me more errors than
straight linux.


I had this problem running a version of MySQL compiled for Mac OS X 10.1.5
after I upgraded to Jaguar (10.2), so perhaps you've simply installed a
distribution that was not compiled for the version that you have.

This page has versions for both, maybe it can help get you going:

http://www.entropy.ch/software/macosx/mysql/

Alternatively, you can compile it yourself.



On 12/18/02 12:33 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote:


 At 0:32 -0500 12/18/02, Gary Hostetler wrote:

 When I type ./mysql I get the following:

 dyld: ./mysql Undefined symbols:
 ./mysql undefined reference to _BC expected to be defined in
 /usr/lib/libSystem.B.dylib
 ./mysql undefined reference to _PC expected to be defined in
 /usr/lib/libSystem.B.dylib
 ./mysql undefined reference to _UP expected to be defined in
 /usr/lib/libSystem.B.dylib
 Trace/BPT trap


 Ugh.  That's not good.   Lemme guess: Mac OS X?




 At least I'm getting some action with it, but I'm not sure what that means.
 Thanks

 >> Gary



-
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




Re: Mysql command not found

2002-12-17 Thread Gary Hostetler
You're good. It is mac osx, which I was afraid would get me more errors than
straight linux.

On 12/18/02 12:33 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote:

> At 0:32 -0500 12/18/02, Gary Hostetler wrote:
>> When I type ./mysql I get the following:
>> 
>> dyld: ./mysql Undefined symbols:
>> ./mysql undefined reference to _BC expected to be defined in
>> /usr/lib/libSystem.B.dylib
>> ./mysql undefined reference to _PC expected to be defined in
>> /usr/lib/libSystem.B.dylib
>> ./mysql undefined reference to _UP expected to be defined in
>> /usr/lib/libSystem.B.dylib
>> Trace/BPT trap
> 
> Ugh.  That's not good.   Lemme guess: Mac OS X?
> 
> 
>> 
>> At least I'm getting some action with it, but I'm not sure what that means.
>> Thanks
>> Gary
>> 
>> 
>> 
>> On 12/18/02 12:03 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote:
>> 
>>>  At 23:33 -0500 12/17/02, Gary Hostetler wrote:
  I just installed mysql but I get the command not found when I type mysql.
 I
  am in the bin directory. Anyone know what is going on here?
>>> 
>>>  Does it work in that directory if you type:
>>> 
>>> ./mysql
>>> 
>>>  If it does, then that's your clue. :-)
>>> 
 
  Thanks
  Gary
>>> 
>>> 
> 
> 


-
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




Re: Mysql command not found

2002-12-17 Thread Paul DuBois
At 0:32 -0500 12/18/02, Gary Hostetler wrote:

When I type ./mysql I get the following:

dyld: ./mysql Undefined symbols:
./mysql undefined reference to _BC expected to be defined in
/usr/lib/libSystem.B.dylib
./mysql undefined reference to _PC expected to be defined in
/usr/lib/libSystem.B.dylib
./mysql undefined reference to _UP expected to be defined in
/usr/lib/libSystem.B.dylib
Trace/BPT trap


Ugh.  That's not good.   Lemme guess: Mac OS X?




At least I'm getting some action with it, but I'm not sure what that means.
Thanks
Gary



On 12/18/02 12:03 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote:


 At 23:33 -0500 12/17/02, Gary Hostetler wrote:

 I just installed mysql but I get the command not found when I type mysql. I
 am in the bin directory. Anyone know what is going on here?


 Does it work in that directory if you type:

./mysql

 If it does, then that's your clue. :-)



 Thanks
 Gary






-
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




Re: Mysql command not found

2002-12-17 Thread Gary Hostetler
When I type ./mysql I get the following:

dyld: ./mysql Undefined symbols:
./mysql undefined reference to _BC expected to be defined in
/usr/lib/libSystem.B.dylib
./mysql undefined reference to _PC expected to be defined in
/usr/lib/libSystem.B.dylib
./mysql undefined reference to _UP expected to be defined in
/usr/lib/libSystem.B.dylib
Trace/BPT trap

At least I'm getting some action with it, but I'm not sure what that means.
Thanks
Gary



On 12/18/02 12:03 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote:

> At 23:33 -0500 12/17/02, Gary Hostetler wrote:
>> I just installed mysql but I get the command not found when I type mysql. I
>> am in the bin directory. Anyone know what is going on here?
> 
> Does it work in that directory if you type:
> 
>./mysql
> 
> If it does, then that's your clue. :-)
> 
>> 
>> Thanks
>> Gary
> 
> 


-
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




Re: Mysql command not found

2002-12-17 Thread Paul DuBois
At 23:33 -0500 12/17/02, Gary Hostetler wrote:

I just installed mysql but I get the command not found when I type mysql. I
am in the bin directory. Anyone know what is going on here?


Does it work in that directory if you type:

./mysql

If it does, then that's your clue. :-)



Thanks
Gary



-
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




RE: Mysql command not found

2002-12-17 Thread JamesD
do this at the prompt...

echo $PATH
whereis mysql

and compare the results.

when in the bin directory type ./mysql as root... without ./ the shell
wont find it...

Jim

-Original Message-
From: Gary Hostetler [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 17, 2002 8:33 PM
To: [EMAIL PROTECTED]
Subject: Mysql command not found


I just installed mysql but I get the command not found when I type mysql. I
am in the bin directory. Anyone know what is going on here?

Thanks
Gary


-
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


-
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




Mysql command not found

2002-12-17 Thread Gary Hostetler
I just installed mysql but I get the command not found when I type mysql. I
am in the bin directory. Anyone know what is going on here?

Thanks
Gary


-
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