Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi guys,
I have installed many requirement packages on Centos7 since I want to install Rasdaman software. when I run './configure' command, it says that "Rasdaman successfully configured". but when I run 'make' command I receive this error message:
"dbtile.cc:344:1: fatal error: opening dependency file .deps/dbtile.Tpo: No space left on device"
I didn't have this problem before. and also I have deleted many folders but still problem exists.
That part where is says 100%? That would be full where "no space is left on device". So in spite of the fact that your /home partition shows only 51% full, this installation needs to also place stuff into /root. I would say that you don't have very much space overall too. Looks like 54M for /root, and /home is not much larger. These days I think in GB versus less than that, unless it's an embedded system.
in general you must not use root to build anything, you ought to do it as a regular user. Also you should not do it in /, but somewhere inside a user's home. So please move your files into /home/<something> That will free your root partition. Also try to add more disks, probably /home is too small (as it was already mentioned).
thank you so much, so now where should I move whole of my Rasdaman files?? Also, if I use sudo mv Rasdaman "destination directory", will work here or any specifi command does it need??
They should be in your /home area however the installation of it may require some files to be placed in /root, where my guess things like /bin /usr and /sbin are located. You need to free up some space in /root just for the system to operate properly.
Some recommendations would be to get another drive, move /home entirely over to the newer drive, and then use gparted to expand /root to take up the space newly freed when you move /home away. You really do not have a lot of space here. What are you doing with this system? Using it as a desktop?
It is recommended to have at least 2 GHz processor frequency and 1 GB
main memory. Disk space depends on the size of the databases, as well
as the requirements of the base DBMS of rasdaman chosen.
And next it says:
Quote:
The recommended installation place for rasdaman is /opt
Other locations are well possible (such as /usr/local or – not recommended - /home), and rasdaman works well provided the $RMANHOME variable is set properly.
The file system in which this directory resides should have at least 100MB free space available.
My read is you barely do have 100MB of free space even in your /home partition.
Not sure this software should be run on this system the way the system is presently constituted.
you missed a very important point: the build environment can be put into /home, that is not a problem. You will need to install it into /opt - but first you need to build it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.