Displaying 2 results from an estimated 2 matches for "wtihin".
Did you mean:
within
2006 Dec 12
1
include libraries for C code called from R
...rary was included.
Note that this is a simpler example of my "real" problem, the details of which
would bog down discussion. I know that I could use the gsl package, or include
the Rmath.h library, to perform this particular task. My primary need is the
ability to call C libraries from wtihin my own C code.
But I would greatly appreciate any advice or suggestions on how to solve this
problem. I am a novice C programmer and Linux user, but it seems like this
should be a simple fix.
Many thanks in advance,
Michael Braun
MIT Sloan School of Management
braunm at mit.edu
2008 Mar 21
2
simple DNS question - reverse nslookup fails.
...also changed myhost's resolv.conf to reflect the following:
search lab.mycompany.com
192.168.17.2
search mycompany.com
10.100.1.2
======
PROBLEM:
1. When I am in myhost.com, I can perform:
a. nslookup hostname (to any host within 192.168.x and 10.100.x networks)
b. nslookup ip to anyhost wtihin both networks.
2. When I am in one of the hosts within 192.168.x aside from
myhost.com (for example, qaserver1 or qaserver2):
a: SUCCESS to nslookup hostname to any host within BOTH networks.
b. FAILS to nslookup ip (reverse nslookup) to anyhost within the
10.100.x network.
this is the error I...