MkLinux, almost done


 
Thread Tools Search this Thread
Operating Systems Linux MkLinux, almost done
# 1  
Old 09-07-2003
MkLinux, almost done

I wouldn't say I'm a unix dummy, or a unix expert, but I have few other options. So I installed MkLinux on an old powermac 6100 I had around. I got it up and running too, its on my network, its apache web server works (though I need to install PHP) I downloaded the RC5-72 client and it runs great. There are a few things I need help with though. It has an FTP server running, but I can't figure out how to configure it so that I can upload. WIth upload ability, I can connect to the computer in the finder and edit the pages its going to host directly in GoLive. The other problem is SSH. I want SSH, so I tried to install OpenSSH. When I compile, it complains about libcrypto and SSL, so I installed OpenSSL. That seemed to go fine, except that OpenSSH, when I try to compile, is still unhappy. Thats really just about it. This machine isn't going to do much. There is an alternative though, referring back to ftp. Is there an Apple File-sharing Protocol server for unix? I know someone makes a samba server for unix. That would be even better, but FTP will do if it needs to.
# 2  
Old 09-07-2003
SSH

My suggestion is to be patient and get SSH up and running. Please feel free to post your exact error messages and we will guide you.

Neo
# 3  
Old 09-07-2003
OK

When i "./configure" OpenSSH, it runs through many many checks, then finally tells me the following,
"configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***"
(of coarse the log just said the same thing over again)
Then I downloaded, configured, make'd, and installed OpenSSL. And It seemed to go through fine, no errors or anything, but OpenSSH still tells me the same thing when I try to compile it.
# 4  
Old 09-07-2003
Type:

ldconfig -p

and you will see a list of of directories and candidate libraries stored in the current cache.

Do your crypto libs show up in the library cache?

If not, you might need to explicitly add your runtime libs by name in:

/etc/ld.so.conf

After you do, you will need to run ldconfig again to update the cache. Suggest you take a look at the ldconfig manpage. for more info and clues.

That should do the trick. Let us know what you find out.
# 5  
Old 09-07-2003
ldconfig: command not found

Smilie
# 6  
Old 09-07-2003
/sbin/ldconfig

Try:

/sbin/ldconfig -p
# 7  
Old 09-08-2003
jesus!! that worked but it scrolls its output for about 5 seconds on the screen. How can i get it to output in a way that i can scroll through?
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

MkLinux on a Performa 6320?

Has anyone ever done this before? It says its supported, but whenever I try to boot off the installation CD, it freezes. To be more specific, it starts to boot Mac OS, then it gets to the "choose your OS" window where you can choose to fully boot Mac or dissolve Mac OS and enter into Linux. When... (0 Replies)
Discussion started by: l008com
0 Replies
Login or Register to Ask a Question