> I did install my getty package:  rpm -ivh  mgetty-1.1.9-4.i386.rpm
> I had to add the following line to /etc/inittab:
> I) I want to  know how to compile things with mgetty.
> For exple, compiling mgetty for AUTO_PPP.

you will have to fetch either source rpm, and compile it yourself or get
.tar.gz file (much easier thing to me) add -DAUTO_PPP to CFLAGS in make
file, and do make/make install to reinstall binaries.


> As I told you, the mgetty.i386.rpm package is already installed.

yes. it is precompiled already. 

> This is what I did: rpm -ivh mgetty-1.1.9-4.src.rpm, but it failed.
> I also did rpm -bb mgetty-1.1.9-4.src.rpm and it also failed.

;-) what I would do with source rpm, is extract archive from it, extract
patches, if there are any, unpack archive, apply patches. compile it :-)


> 
> If this is what should be done to compile mgetty, sorry to tell you that I
> really didnt get it.  Is there a simpler explanation??

yes. :-)
1) to compile something you will have to have source code for it. there
usual way to have source code, is to get foo.bar.tar.gz, (knowing that it
has source in it, not binaries). issue : tar xvfz foo.bar.tar.gz
then cd foo.bar  and you're done.

if would need more hints, email privately..
 

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to