Okay, just found this link which will help all of us! (who don't want the experimental version)
http://www.omnigroup.com/mailman/arc...er/004204.html
It has detailed a way to com…
I just got this in the Darwin dev list.
Date: Tue, 26 Sep 2000 15:02:41 -0700
From: Chris Meyer <cmeyer@gatan.com>
Subject: mysql on Darwin/OSX PB
I put together a …
I got mysql to compile and install (with the server mysqld) but when I run it I get the same 'bus error' as with the OS X Server binary.
------------------
-Eric Schneider (SonicB…
There's a thread in the Developer section on MySQL
http://forums.macnn.com/cgi-bin/Foru...ML/000041.html
I'm going to move this over to the Mac OS X Developer forum. Click thr…
Okay, I can compile MySQL up to a certian point where configure checks for termcap (tgetent stuff). It bombs out after this.
I have exactly the same problem with bitchx when i go …
somehow i got mysql to compile alot further, but then came up with this error.
/var/tmp/cc010619.s:unknown:Can't emit reloc {- symbol "L17$pic_base"} @ file address 12844.
make[2]…
Check out www.stepwise.com They're big developers of OS X and there's a link if you search for packages
http://www.stepwise.com/Articles/Technical/Packages/
The PackageMaker application included with the Developer CD is the correct application for creating Installer packages. The interface is a bit rough, but I have used it to make pac…
Unfortunately, I'm not a Java developer, so I can't give you an exact answer. However, there's an app called MRJAppBuilder.app in the developer tools that looks like it may be able…
Quote:
Originally posted by Indy:
They suggest:
/usr/bin/java setup
but that won't work here.
The problem most likely is that setup.class is not in your class pa…
Success, sort off...
Well, I still don't know how to extract the setup.call on Mac OS X, so I used a Windows machine and used:
CWindows\jview.exe setup
Once I have the .jar file…
ooo, thanks for pointing that out! i was just discussing this with a co-worker last night. Now all Apple needs to do is get rid of that Telnet button in the File Sharing control …
I'm just getting started here with SSH, I'm going to read the man pages now, but figured ask anyways.
When I ran the SSH script included, it said
"error: Could not load DSA host …
change the /System/Library/StatupItems/SSH/SSH file so it looks like this:
#!/bin/sh
. /etc/rc.common
##
# Start up secure login server
##
if [ "${SSHSERVER:=-NO-}" = "-YES-" ];…
Thanks for the help on the MacNN forum. I'm still having a little trouble getting my client terminal (SecureCRT 3.0.3 for Windows NT) to connect, but I'm still working on it. I thi…
I tried this and got the following error:
Starting Secure Login Server
Generating ssh host key...
Generating DSA parameter and key.
Your identification has been saved in /etc/ssh_…
wyzeguy,
Your /System/Library/StartupItems/SSH/SSH file only works if the user has failed by running the first version. A *complete* SSH file would generate both keys and spare us…
Thanks for the fix. I never recieved that error but it's probably 'cause I ran it without modification first so the ssh_host_key was already there.
------------------
Life is wha…