As a premise let me say I'm a debian guy so I'm not really an expert on every aspect of how Centos work and if the following questioms seem dumb, I'm sorry :D What I have to for a school project is to use Xen. After two days of cursing I've managed to install it correctly and so I've installed a domU Centos 5.5.
Now I need to install sysbench on this domU and run some tests. I've found this guide: [URL].. But I can't find some commands. Basically this is what I have to do
# tar -xvzf sysbench-0.4.12.tar.gz
# cd sysbench-0.4.12
# libtoolize --force --copy
# ./autogen.sh
# ./configure
# make
# make install
the problem is it doens't find libtoolize. I've tried to search it with 'yum search" but with no luck.Where can I find this package? Or is it a command include in some other package? In that case how can I solve this problem? Next problem is autogen.sh. It says I don't have aclocal but automake in installed as a package.
I recently created a SUSE Linux Enterprise 11 SP1 VM at susestudio. I am a total SUSE novice...I seem to be missing several commands from the command line... in particular I do not have the ability to run man.If I try to man anything I getbash: man: command not foundI checked, and the man-pages package was not installed, so I did download and install, (and rebooted) but still no luck running man
I have some data files that should be distributed with my program. Using dist_pkgdata_DATA in Makefile.am, I get these files installed to /usr/local/data/share/package-name. The problem is that data is read-only, and my program needs to modify it. Playing with dist_sharedstate_DATA, dist_localstate_DATA, dist-data_DATA varibles, I got different installation directories, like /usr/local/com, usr/local/var, but data is always read-only.
How can I distribute modifiable data files with my package? I need some common directory for all users, or maybe local data in a user directory.
After doing make I have the following questions? How can I see that the build is with debug information? What shall I do to build the release version? Can I have the release version in one directory and the debug version in another? I mean, when I change from debug to release, make will not overwrite the debug version.
I am new to automake. When running automake command, there is an error "cannot open > py/Makefile.in: No such file or directory". How to create that file? And, what is that file for?
I just started setting up a linux box in the office...I have some experience with ssh commands but not setting up a linux system and stuff.The box is connected to our network but I have no clue how to make windows & osx talk with it. How can I go by doing that and also setting up an apache server to be able to connect through network. Right now I have apache/linux/mysql running it works when i go to localhost, but I would also like to let all the computers in office to access it. I would guess that will deal with virtual host which I know how to setup. I just need to setup an IP.
I have root access on this CentOS 5.5 machine but I am unable to run administrative commands such as service and chkconfig because it says the commands are not found.
Do I need to install additional packages or grant myself privileges that I don't have to run these commands?
I am trying to determine if I should upgrade PHP's PEAR on my server. I am trying to check the version of PEAR currently installed. I am getting the following error when I use the pear -V command:Warning: realpath(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s)(/usr/share/pear:/usr/share/php) in System.php on line 459I tried adding /tmp to my php.ini file, but then when I use the pear -V command it doesn't do anything. I do not get any errors or anything.I am also trying to install symfony and have the same situation described above when I use the following command: pear cannel-discover pear.symfony-project.comDoes anyone have any thoughts? If not the solution, does anyone have any suggestions on how to begin troubleshooting this?
I have a problem while trying to get rpm fixed I removed it then it removed yum also. I was able to get rpm installed and tried to install yum there was a bunch of depency files i had to install. After that then every command results in Segmentation fault some commands work like pwd does but not ls, rpm, vi and most other ones ive tried. server is still up and running.
Our CentOS 5 server had a weird issue last Friday. We couldn't run any bash commands, such as ls, vi. It said that it could not find /bin/ls. The only commands we can run are internal commands, such as ps, cd. After we reboot the server, everything is back.
I don't know what's wrong with it. Does anyone give me a explanation?
For example, when I want to have an identical line to the above line, I must press "yy" and then P (or p). Could somebody give me the list of such commands.
I have been trying to install clisp on one of our systems and get the error: Missing Dependency: libsigsegv.so.0()(64bit) for package: clisphowever, I have checked and the library libsigsegv-2.7-1.el5.rf.x86_64 and its associated header file package are, in fact,installed.
For some reason, when using this kickstart file the commands in the post section chroot is not executed. I used the ksvalidator to check the syntax and its correct.
Code: # Kickstart file. install cdrom key --skip lang en_US.UTF-8
My focus is on the three WGET commands. The problem is the first one works fine, runs at 4:20 p.m., but the other two never run! If I visit [URL] it works fine but cron never runs it.
I'm running a Counter Strike 1.6 Game server on my centos 5 VPS. I can get it to run by simply switching to the directory, then doing: ./hltv Now, when I do that, it obviously closes when I exit Shell. So I do the following and it gives me errors then. screen -A -m -d -S hltv ./hltv My question is, do I need all of those commands after screen? I just simply want it to not close once I exit Shell.
I have some data files that should be distributed with my program. Using dist_pkgdata_DATA in Makefile.am, I get these files installed to /usr/local/data/share/package-name. The problem is that data is read-only, and my program needs to modify it. Playing with dist_sharedstate_DATA, dist_localstate_DATA, dist-data_DATA varibles, I got different installation directories, like /usr/local/com, usr/local/var, but data is always read-only.
How can I distribute modifiable data files with my package? I need some common directory for all users, or maybe local data in a user directory.
I've had a server setup working perfectly for the last 2 years. Today we installed a newer version of postgresql and recompiled apache/php.
Postgresql will not start now.
"service postgresql start" = /var/lib/pgsql/data is missing. Use "service postgresql initdb" to initialize the cluster first. To initdb we need to be as user postgres.
"su - postgres" = "no file or directory"
In /etc/passwd = postgres:x:26:26:PostgreSQL Server:/var/lib/pgsql:/bin/bash
how i can login as postgres user and enter these commands?
7:kdegraphics-4.0.3-3.fc9.i386 from fedora has depsolving problems --> Missing Dependency: kdegraphics-libs = 7:4.0.3-3.fc9 is needed by package 7:kdegraphics-4.0.3-3.fc9.i386 (fedora) 7:kdenetwork-4.0.3-6.fc9.i386 from fedora has depsolving problems --> Missing Dependency: libkopete_oscar.so.4.0.0 is needed by package 7:kdenetwork-4.0.3-6.fc9.i386 (fedora) digikam-0.9.3-2.fc9.i386 from fedora has depsolving problems --> Missing Dependency: libkdcraw.so.2 is needed by package digikam-0.9.3-2.fc9.i386 (fedora) 7:kdegraphics-4.0.3-3.fc9.i386 from fedora has depsolving problems --> Missing Dependency: libkolourpaint4_lgpl.so.4 is needed by package 7:kdegraphics-4.0.3-3.fc9.i386 (fedora) kdeedu-4.0.3-3.fc9.i386 from fedora has depsolving problems --> Missing Dependency: libopenbabel.so.2 is needed by package kdeedu-4.0.3-3.fc9.i386 (fedora) .....
When I try to install opensuse 11.2 from my usb hdd it says Bootmgr is missing.I installed other distros before without any problem. Now I have windows7 installed on my pc.
I have run into another situation where I need windows to run a program, The software that I am trying to use is Taxact. I have used this software for many years "BUT" I guess it just doesn't like my ubuntu 9.04. I have a 500gb hard drive installed that is empty and I thought I could just load the windows program onto that drive but I am getting a message NTSRP missing? I think thats what it said. What do I need to do to load this program onto this hard drive?
Installing from sources was always complicated to me, but biggest problem is installing when some strange dependencies are "missing". Let's do it on example - I am sure it will benefit lots of users.I have a unmodified ubuntu 9.10 (Karmic) on 64 bir architecture. I download latest Grisbi sources from official web page.I didn't modify any paths to system variables...and it's usually problem with glib or gtk with all other sources I try to install.
1) Could someone help me in this particular case with missing dependencies please? 2) What every User should do when trying to install from source and some libraries are missing?How to find them? How to install them ?
Loaded plugins: rhnplugin, security This system is not registered with RHN. RHN support will be disabled. Setting up Install Process Parsing package install arguments Examining kchmviewer-5.2-1.i586.rpm: kchmviewer-5.2-1.i586 code....