CentOS 5 :: Installing Sysbench, Missing Automake Commands?

Nov 6, 2010

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.

View 3 Replies


ADVERTISEMENT

Software :: Install Sysbench On Centos 64-bit?

Jan 10, 2010

how to install sysbench on centos 64-bit?

in sysbench docs it says
./configure
make
make install

but when i run sysbench i get this error: -bash: sysbench: command not found

View 7 Replies View Related

CentOS 5 :: Missing Pygtk Package While Installing Dropbox?

Oct 8, 2010

I'm trying to install the nautilus-dropbox plugin for dropbox on my CentOS 5.5; while configuring, there is the following error message:

checking pkg-config is at least version 0.9.0... yes
checking for NAUTILUS... yes
checking for GLIB... yes
checking for python... /usr/bin/python

[code]....

But I think I have already installed pygtk2, as shown by yum:

Installed Packages
pygtk2.x86_64 2.10.1-12.el5 installed
pygtk2-codegen.x86_64 2.10.1-12.el5 installed

[code]....

So does the error message means that it requires pygtk rather than pygtk2?

View 5 Replies View Related

OpenSUSE :: Commands Not Available Missing (MAN In Particular)?

Aug 8, 2010

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

View 6 Replies View Related

Software :: Automake Error ?

Oct 4, 2010

error:

error:

Is it a automark version issue? I am using Ubuntu 10.04 for it.

View 2 Replies View Related

Programming :: Data Directory In Automake ?

May 9, 2010

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.

View 3 Replies View Related

Programming :: Autoconf And Automake - Debug And Release ?

May 6, 2010

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.

View 7 Replies View Related

Programming :: Automake Error - Cannot Open > Py/Makefile.in

Jun 25, 2011

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?

View 1 Replies View Related

CentOS 5 Networking :: Getting Start W/ Centos Networking \ Ssh Commands But Not Setting Up A System And Stuff?

Feb 19, 2010

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.

View 19 Replies View Related

CentOS 5 :: Can't Run Administrative Commands / What To Do?

Aug 10, 2010

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?

View 3 Replies View Related

CentOS 5 :: Few Commands Not Responding After Upgrade To 5.3 From 5.2?

May 15, 2009

I just updated my CentOS machine from 5.2 to 5.3. After rebooting, I found a few commands are not responding after the update.

The non-responding commands are:finger, groups,chown I did nothing after the update.

View 2 Replies View Related

CentOS 5 Server :: Can't Execute Some Commands?

May 22, 2009

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?

View 2 Replies View Related

CentOS 5 :: Most Commands Get Segmentation Fault ?

Dec 19, 2009

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.

View 3 Replies View Related

CentOS 5 Server :: Can't Run Any Bash Commands

Dec 21, 2009

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?

View 2 Replies View Related

CentOS 5 :: Get A List Of Terminal Commands?

Jun 12, 2010

I would like to find documentation on all the available terminal commands and syntax for CentOS 5.

I have googled and looked through the wiki and found nothing about the terminal to my ability.

As for what I am referencing by commands:

sudo: I get the su means super user

cd: change directory

rm: remove, I don't know how to remove folders.

General navigation and using the terminal to create files/directories/open file editor/etc..

View 3 Replies View Related

CentOS 5 :: Getting The List Of Commands For Vi Editor?

Dec 22, 2010

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.

View 6 Replies View Related

CentOS 5 :: Missing Dependencies When Trying To Install Clisp On CentOS 5.5?

Dec 17, 2010

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.

View 3 Replies View Related

General :: Centos Not Kicking Post Commands?

Feb 17, 2010

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

[Code]...

View 1 Replies View Related

CentOS 5 :: Where To Put Commands To Execute Just Before Shutdown / Logoff?

Mar 3, 2010

Where can I put commands which should be executed just before

- logoff

- shutdown

I think there must be somewhere an opposite script to

.initrc
or
.bashrc

View 5 Replies View Related

CentOS 5 :: WGet Commands - Cron Job Not Running

May 25, 2010

I have the following cron configuration in the 'crontab' file:

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=<--- REMOVED -->
HOME=/

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
20 16 * * 1-5 root wget [URL]
07 30 * * 1-5 root wget [URL]
11 30 * * 1-5 root wget [URL]

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.

View 2 Replies View Related

CentOS 5 :: Getting Illegal Instruction Error Commands Like Yum

Nov 3, 2010

I am getting Illegal instruction error commands like yum:

I have centos 5.3

View 3 Replies View Related

CentOS 5 :: Commands After Screen - Using ./hltv To Switch Directory?

Oct 7, 2009

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.

View 5 Replies View Related

CentOS 5 :: Kickstart Doesn't Run Post Install Commands

Oct 19, 2009

I am trying to copy an updated splash.xpm.gz at the end of a system build but everything in the post section is total ignored.

#--- Post-installation script
%post
#!/bin/sh
#...Mount the installation CD

[code]....

View 8 Replies View Related

Programming :: Data Directory In Automake - Data Is Always Read-only ?

May 9, 2010

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.

View 1 Replies View Related

CentOS 5 Server :: Login As Postgres User And Enter Commands?

Sep 10, 2010

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?

View 2 Replies View Related

Fedora Installation :: Missing Dependency When Installing KDE

Feb 22, 2009

When I am installing it always happen

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) .....

View 3 Replies View Related

OpenSUSE Install :: 11.2 - Bootmgr Missing While Installing?

May 30, 2010

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.

View 5 Replies View Related

Ubuntu :: Installing Windows XP - NTSRP Missing

Mar 26, 2010

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?

View 4 Replies View Related

Ubuntu :: Missing Libraries When Installing From Sources

Oct 24, 2010

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 ?

View 4 Replies View Related

General :: Installing KchmViewer / Missing Dependencies?

Dec 12, 2010

I tried
yum install kchmviewer-5.2-1.i586.rpm

then I got:

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....

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved