take a look at this thread here:
http://www.getlinuxonline.com/yabbse...;threadid=1032
Also, please don't cross post,
Does anyone know how to get wu-ftpd working from the source? I downloaded, configured and made it (make and make install), but it seems to just disappear. Has anyone had simular problems? Thanks.
Robert
P.S. I'm running SuSE 8.0 FTP Version
take a look at this thread here:
http://www.getlinuxonline.com/yabbse...;threadid=1032
Also, please don't cross post,
whatdoyougetwhenyoumultiplysixbynine??
Sorry for cross posting.
I got ProFTPD installed, but I'm having trouble trying to run it. I did a ./configure, but I dont have the executable in /sbin like I should, so I can't get it started. Any suggestions?
Most software that you compile from source is installed in /usr/local/ by default.
If you want them to be installed under /usr when you run configure use:
./configure --prefix=/usr
Jim H
Bookmarks