- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- NIS how to compile it
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 04:23 AM
10-31-2003 04:23 AM
NIS how to compile it
My programming experience is quite light, and I am trying to setup NIS on RH. I have the software downloaded, and un-tared. However the instruction I have just say now compile it, and continue, How do I compile it? I am not sure if I use â makeâ against something or what? Can someone point me in the right direction?
T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 04:49 AM
10-31-2003 04:49 AM
Re: NIS how to compile it
Just compile is
make
make test
make install
make clean.
You are done if it's correct NIS version.
Prefer NIS to OpenLDAP ?
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 04:50 AM
10-31-2003 04:50 AM
Re: NIS how to compile it
Forgot :
before all that, run ./configure on your install directory...
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 04:54 AM
10-31-2003 04:54 AM
Re: NIS how to compile it
Normally the NIS comes with the RH itself. Check for the RPM packages ypbind, yp-tools, ypserver.
rpm -qa|grep ypserv
If you trying to compile then, run one by one
configure
make
make test
make install.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 01:01 AM
11-03-2003 01:01 AM
Re: NIS how to compile it
However, I seem to be having an issue getting it setup.