[openvps-dev] openvps buildref error

Gregory (Grisha) Trubetskoy grisha at ispol.com
Thu Feb 3 10:02:55 EST 2005


On Thu, 3 Feb 2005, Abdrashitov Dmitry wrote:

> Hello!
>
> Gregory (Grisha) Trubetskoy wrote:
>
>> 
>> It means _vserver.so cannot find the vc_set_iattr symbol. My guess is that 
>> you don't have libvserver installed. 
>
> I`ve got only file  /usr/local/lib/libvserver.a

May be /usr/local/lib is not in your library search path. You could 
probably add it to LD_LIBRARY_PATH.

I personally prefer installing utils as RPM, this way they end up in /usr 
instead of /usr/local and can be easily removed/upgraded. IIRC, you just 
need to run /.configure, then rpmbuild -bb util-vserver.spec and you'll 
have a bunch of RPMs in /usr/src/redhat/RPMS

Same with the openvps tools - run ./configure, then "make rpm", then 
install the rpms.

>> Also, if it's the latest openvps, it's designed for FC 3, not FC1.
>
> my server system is FC2, how can i download earlier version openvps?

That's ok, the mother system can be FC2, but when you build the references 
server, point it to FC3 rpms. There should be no problem running an FC3 
vserver on an FC2 system.

Grisha


More information about the dev mailing list