Quote:
Well I ran the updates and there was stuff for c++ but it didn't quite magically make everything right.
|
If I'm thinking correctly, an update will only affect packages you already have installed. In other words, if you didn't have gcc installed previously, then the update routine would probably skip downloading an updated gcc. I'm still very confident that Yast has what you need; the appropriate section/option is there, I'm sure, but it might require some digging. You could also search your install CDs. All the packages are probably stuffed into a single directory. Check to see if there are any with "gcc" in the filename. You also mentione installing apt-get. You can do that too, but it would be the long way around (installing a package manager to avoid the current one on the system). Since you don't have a compiler, you would need to download apt-get as a Suse pre-compiled package, install it, and then use it to get gcc. In either situation, you'll have to use your current package manager (directly installing gcc, or to install apt-get).
Quote:
I'm also trying to figure out how to authenticate users against server 2003 LDAP, anybody know of any good tutorials?
|
Interesting you would mention that. I tried it myself a while back, but never had all the time I needed to get it 100% functional. Here's a link to a thread I started about it:
LDAP and NIS
I posted a response that listed some interesting links. Hopefully they'll help.