This is a discussion on has anyone installed proftpd in AIX ? within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi Friends, i need to install proftpd 1.2 on Aix 5.2L. i have got the rpm for proftpd and ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Friends, i need to install proftpd 1.2 on Aix 5.2L. i have got the rpm for proftpd and i say, # rpm -Uvh proftpd-1.2.8-1.aix5.1.ppc.rpm error: failed dependencies: fileutils is needed by proftpd-1.2.8-1 now i have got fileutils-4.1.tar.gz downloaded. but stuckup with installing it.can someone help me doing it ? is anyone using proftpd on aix ? it would be of immense help if someone can help me . it's quite urgent. TIA. Regards, Prem. |
| ||||
| Prem Khanna J wrote: > Hi Friends, > > i need to install proftpd 1.2 on Aix 5.2L. > i have got the rpm for proftpd and i say, > > # rpm -Uvh proftpd-1.2.8-1.aix5.1.ppc.rpm > error: failed dependencies: > fileutils is needed by proftpd-1.2.8-1 > > now i have got fileutils-4.1.tar.gz downloaded. > but stuckup with installing it.can someone help > me doing it ? is anyone using proftpd on aix ? > > it would be of immense help if someone can help > me . it's quite urgent. TIA. > > Regards, > Prem. you cant mix rpm and compiling-on-your-own that easily. even if you would make it to install fileutils, rpm wont recognize it and still give this error. either - install fileutils with rpm or - compile proftpd and fileutils on your own you could also use --nodeps , but that will break your package management btw. "stuckup with installing" isnt a problem description which (at least) I can help with. |