Problem installing software inside the container [message #36409] |
Tue, 16 June 2009 20:41  |
vidhya
Messages: 6 Registered: June 2009 Location: United States
|
Junior Member |
|
|
I have a software that i want to install inside a container. This is my research project and I would like to compare the performance of the software when I run in a VPS and in the Host node. I installed the OpenVZ kernel and created the containers. I also installed gcc,make,bison,flex etc needed for the software to run. However when I ran a make inside the source dir of the software I encountered the following errors. Can anyone help me figure what the problem is?
[root@rajeshr-linux src]# make
make -C abuser
make[1]: Entering directory `/home/src/abuser'
gcc -g -Wall cpu_simple.c -o ../../bin/cpu_simple
/usr/bin/ld: cannot open output file ../../bin/cpu_simple: N o such file or directory
collect2: ld returned 1 exit status
make[1]: *** [cpu_simple] Error 1
make[1]: Leaving directory `/home/src/abuser'
make: *** [abuser] Error 2
Thanks,
Vidhya
|
|
|
|