XPROBE2 RUSERS and RUP

I am using SuseStudio and am trying am building a 64 bit image and have a need to install xprobe2, rusers and rup for an application that we are using for work. I am having issue finding the OpenSuse package for with these applications. I was having a bit of trouble doing the tar install of xprobe2 (I had to install lpcap-devel to get configure working) and was getting this error:

sudo make
cd libs-external/USI++/src; make
make[1]: Entering directory `/home/test/Downloads/xprobe/libs-external/USI++/src'
g++ -g -O2 -fPIC -I/usr/include/pcap -I. -Wall -c -O2 ip.cc
ip.cc: In constructor ‘usipp::IP::IP(const char*, u_int8_t)’:
ip.cc:34:19: error: ‘srand’ was not declared in this scope
ip.cc:45:17: error: ‘rand’ was not declared in this scope
ip.cc: In constructor ‘usipp::IP::IP(u_int32_t, u_int8_t)’:
ip.cc:82:19: error: ‘srand’ was not declared in this scope
ip.cc:87:17: error: ‘rand’ was not declared in this scope
ip.cc: In member function ‘int usipp::IP::set_src(const char*)’:
ip.cc:410:27: error: ‘exit’ was not declared in this scope
ip.cc: In member function ‘int usipp::IP::set_dst(const char*)’:
ip.cc:432:27: error: ‘exit’ was not declared in this scope
ip.cc: In member function ‘virtual int usipp::IP::init_device(char*, int, size_t)’:
ip.cc:558:28: warning: deprecated conversion from string constant to ‘char*’
make[1]: *** [ip.o] Error 1
make[1]: Leaving directory `/home/test/Downloads/xprobe/libs-external/USI++/src'
make: *** [all] Error 2

I considering making an rpm for this OpenSuse 11.3 but have been running into older dependencies with rusers and xprobe2 and etc. What would be the best way to accomplish this task?

This question is associated with this post and has been resolved

SuseStudio and 64 Virtual Machine