General :: Can't Build RRDTool On RHEL4 - 'make' Command Give Error Message

Mar 19, 2010

I'm new to LinuxQuestions and this is my first post. I'm trying to build rrdtool to install Cacti and encountered the following problem: 'make' step returns an error messages:

Code:
./.libs/librrd.so: undefined reference to `xmlTextReaderGetParserLineNumber'
collect2: ld returned 1 exit status
What I have doneDownload and build the latest version of pkg-config, glib, pixman, cairo, pango, atk, gtk+ from official sites.
Download rrdtool source
Set PKG_CONFIG_PATH correctly

[Code]...

There is actually another problem with the computer which is "The Nautilus application has quit unexpectedly" everytime I open File Browser application or right-click>Properties a file/directory. This happen only after installing cairo and pango and I don't know how to revert to old version. Since there are a lot of log files so I'm very confused. Can someone give me a direction on how to resolve this?

View 3 Replies


ADVERTISEMENT

General :: Send A Message In RHEL4 ES Thru Command Prompt?

Mar 18, 2010

I am working on RHEL4 ES server. In our system Talk is not activated(i did not find it in services). To send a mail thru web based mail it is time taking process. I want to send a message(or a mail) to other server. How can I do this? Example: my server IP is 10.xx.xx.xx and the other is 10.xx.xx.xx

View 1 Replies View Related

General :: Error Message When Run The "make" Command While Configuring The NIS Server?

Jul 27, 2011

I am getting this error message when run the "make" command while configuring the NIS server

View 1 Replies View Related

Software :: MadWiFi Installation - Error Message With Make Command

Feb 7, 2010

When I go to try to install madwifi in the terminal I get the following error message after typing the make command.

Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.26.8.tex3/build SUBDIRS=/usr/src/madwifi-0.9.4-9pclos2007 modules
make[1]: Entering directory `/usr/src/linux-2.6.26.8.tex3'
Building modules, stage 2.
MODPOST 14 modules
make[1]: Leaving directory `/usr/src/linux-2.6.26.8.tex3'
make -C ./tools all || exit 1
make: *** ./tools: No such file or directory. Stop.
make: *** [tools] Error 1

I am running pclos 2009.

View 6 Replies View Related

Security :: How To Make PAM Give Message When Denying Ssh Access?

Oct 23, 2009

We use PAM to control access to our RHEL4 servers. We would like PAM to give a message, of our choice, when users who are not allowed to login try to login. PAM's default is to let the user try 3 times without any explanation.

View 7 Replies View Related

General :: Find Command Give Error File Not Found?

May 27, 2011

find /var/spool/mqueue -group abc -exec rm -rf {} ;Using above command , I delete all the files belong to group abc.Now the problem i face is that the this command gives error that some files are missing . And this error occur because after creating list of files, it pass that list to rm -rf but till that time sendmail process queue and some of files disapper from /var/spool/mqueue.

View 5 Replies View Related

General :: Getting Error : Make: *** /lib/modules/2.6.31-20-generic/build: No Such File Or Directory On 9.1?

May 9, 2010

When trying to install my WiFi card's driver on Ubuntu 9.1, I run the make command and get the following error:make: *** /lib/modules/2.6.31-20-generic/build: No such file or directory

View 1 Replies View Related

General :: Make - Install Zaptel - Error Message

May 7, 2010

When i try to install zaptel i have received the following error message:

I have already installed kernel-devel.

View 11 Replies View Related

General :: Rsync Error Message For Command - Files Could Not Be Transferred

Aug 10, 2010

I have rsync error message for this command,

Quote:
rsync -avr --delete --exclude lampp/tmp/* /opt/* /backup/opt/
rsync -avr --delete --exclude data/session/* /var/www/html/dmcatholic/* /backup/dmcatholic/

The error message is here.

[code]....

sent 1917154 bytes received 384128 bytes 5731.71 bytes/sec total size is 12220966785 speedup is 5310.50 rsync error: some files could not be transferred (code 23) at main.c(892) [sender=2.6.8]

View 8 Replies View Related

Ubuntu Installation :: Build Essential But Make Command Not Working

Dec 14, 2010

I have build-essential, but make command not working I have build-essential package, but there is still a problem with make command. When I run it in a directory, it shows following message: mudassar@javaDev-1:~/Desktop/gwget-0.99$ make make: *** No targets specified and no makefile found. Stop. When I explicitly specify a make file, the following message appears:

[Code].....

View 1 Replies View Related

General :: VI Command Mode - Aliases Only Work In RHEL4

Jul 1, 2009

When in command mode one can come out of the file temporarily by Code: :sh in command mode. When I find myself on the shell on RH 9 the aliases dont work but in RHEL 4 all aliases work like charm. Does anyone know why is it so?

View 4 Replies View Related

Debian :: Installing Kernel Sources - Make Command To Build Package Fails

Jul 22, 2010

I'm trying to build the package zaptel on debian, but I'm encountering two errors:
1- When I try to run the "make menuselect" command, I get an error stating that I need ncurses which is missing. I tried to get it installed but didn't get to do it yet.
2- After that, there's the command "make" I think it's to build the package. Yet again this fails, and the error I get is "you do not appear to have the sources for the 2.6.26-2-686 kernel installed".

View 3 Replies View Related

General :: Installing RRDTool On Centos - Error "dependencies Cairo-devel And Pangocairo"

Oct 1, 2010

I have a problem installing RRDTool on Centos 5.4 and it will always come up error dependencies cairo-devel and pangocairo but I already installed this packages.

View 2 Replies View Related

Debian Multimedia :: Gnome 2.30 Build - LibIDL Make Error

Apr 7, 2010

Did not find much here regarding building Gnome 2.30 from source. I'm using jhbuild to build the gnome 2.30 desktop. I have everything, to my knowledge, installed to build gnome. I get an error when trying to build the libIDL library. Anyone have any clue as to what I need installed or changed in the configuration file to build libIDL?

View 1 Replies View Related

General :: Make: Ifort: Command Not Found ERROR 127

Feb 26, 2010

I am completely new to linux and am trying to run a Fortran program for class. I typed in "make C=R" and it ran through a long list of things and then came up with that error.

View 1 Replies View Related

General :: Error Pear Install Packages On RHEL4

May 17, 2010

I am facing issue when trying to install php-pear packages on RHEL 4,

Troubleshoot error.

My php and pear version as below.

View 4 Replies View Related

General :: Using One Command "make UImage" Getting Error 127 Command Not Found?

Feb 23, 2010

I am doing some embeded linux work in ARM 9263.So I need to make a image for that board.But when I using one command "make uImage" I am getting the following error.

make: arm-linux-gcc: Command not found
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
HOSTCC scripts/basic/fixdep
code....

View 4 Replies View Related

Ubuntu :: Installing Emacs 23.1 - Error "makeinfo Is Missing - Cannot Build Manuals Make: *** [info] Error 1 **** Installation Failed"

Feb 6, 2010

I've been trying to install the latest version of Emacs from source but I'm running into a trouble. The commands "./configure" and "make" work just fine. However, when I run "sudo checkinstall" I get a message saying that makeinfo is missing:

Code: makeinfo is missing - cannot build manuals make: *** [info] Error 1 **** Installation failed. Aborting package creation. Cleaning up...OK Bye. What is Error 1

View 4 Replies View Related

OpenSUSE :: Error:make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No Such File Or Directory?

Oct 6, 2010

I've downloaded a linux driver for my wireless card (Realtek 8191SE), and whenever I try to make it it gives me the following error:make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2I have installed make, pattern devel_basis devel_C_C++, kernel-source, linux-kernel-headers, gcc43, etc.I also tried linking them:# ln -s /usr/src/kernel-headers-2.6.31.5-0.1-desktop /lib/modules/2.6.31.5-0.1-desktop/buildln: creating symbolic link `./build': File existslinux-ynct:/lib/modules # ls2.6.31.14-0.1-debug 2.6.31.14-0.1-desktop 2.6.31.5-0.1-desktop2.6.31.14-0.1-default 2.6.31.14-0.1-xen

View 9 Replies View Related

General :: Message In Terminal After Redirecting Output And Build Completes?

Oct 9, 2010

I'm not sure about the following behavior so thought I would put it out to see if there is an error I need to resolve, or simply a process that I need explained.I'm also not sure if this is an Ubuntu issue, a Linux issue, or other... but here goes.I ran my "make build" in two different ways; one with just "make build" and one with "make build > output" (so I could review the full script).With just "make build" the process finished and returned to the command prompt.

With "make build > output", after the process had finished (script in output document identical to what was in the terminal with "make build") a new set of data was displayed in the terminal (see below).With the other examples of using "make build > output" the times it would parse something back to the terminal window was when there was an error. As I fixed the errors these breaks back to the terminal window would stop. So I'm wondering if this indicates a new error, but because the "make build" now completes successfully (at least it appears to), I'm wondering if this data in the terminal window is just a behavior related to redirecting the output script using the ">" process and something to do with returning to the terminal once a process completes

View 4 Replies View Related

Ubuntu :: Error Message With Apt-Get Update Command

Apr 21, 2011

I am unable to update apt-get and I am unable to install any software. The following message when I use the sudo apt-get update command:
W: GPG error: [URL] maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
W: Failed to fetch [URL] Hash Sum mismatch
E: Some index files failed to download, they have been ignored, or old ones used instead.

When I for example try to install the gcc I also get weird feedback:
gcc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I thought it was that they where already installed on the comp, however, the computer keeps telling me that gcc is not installed. I am not quite sure what to do. I am using the latest version of ubuntu (10.10).

View 2 Replies View Related

Fedora :: Getting Error Message - Can't Hit On Secret Mount Syntax - Make At Least To 1400x1050?

Nov 26, 2010

I am not ready to upgrade my Fedora 13 to 14 yet, but I wanted to test some things in 14. So, using the live CD, I installed Fedora 14 under Virtualbox. But some things are not working and the Virtualbox Help files aren't helping. I have added my Fedora 13 /home/jjj/ folder as a shared folder with the name Home_jjj. The instructions say that in Fedora 14 I must mount it with "mount -t vboxsf share mount_point." So (as root in Fedora 14). I used the command "mount -t ext3 vboxsf Home_jjj /media" but I got an error message. I tried varying the command different ways, but haven't hit on the secret mount syntax. I would really just like to add it to Fedora 14's fstab file to make it auto-mount. I have an external monitor, which Fedora 13 sees, but Fedora 14 cannot see it. The main display for Fedora 13 is 1680x1050. Fedora 14 installed itself with 1024x768 as the max. I tried changing it with xrandr -s, but the only resolutions xrandr will take are 1024x788, 800x600 and 640x480. How can I make it at least, say, 1400x1050?

View 6 Replies View Related

Ubuntu Installation :: Installing Linphone-3.3.0 - Error Message Make File Is Not Found

Jun 14, 2010

I downloaded linphone 3.30 using mozila and tried installing. while giving the command ./configure it was successful and next giving the command make gives me a error message make file is not found. but makefile.am and makefile.in is already available in the current working directory.

I have given the link of the pastebin for ./configure command and make command..

View 4 Replies View Related

OpenSUSE Network :: Mount Command Gets Stuck With No Error Message?

Jun 25, 2011

I am using 11.3 on one machine and 11.2 on the other (a netbook). 11.4 won't install on either and 11.3 on the netbook fails to install as well.

I am using the same setup as I have always used when both systems ran 11.2 (details below) but now I can only mount a drive in one direction. In the other direction the mount command gets stuck with no error message until it eventually times out. I can ping and ssh the machines from each other without difficulty.

Even in the direction in which the mount apparently works (11.2 mounting a drive on the 11.3 machine) when I try to copy files across nothing actually happens.

exportfs -a was run successfully on the exporting machine, and nfsserver is running on both machines as does nfs client.

The exporting machine is 192.168.1.102 (eeelinux) and the other machine is 192.168.1.101 (nina).

Details:
The /etc/exports file on the exporting machine (192.168.1.102) looks like this:
eeelinux:/home/naima # more /etc/exports
# See the exports(5) manpage for a description of the syntax of this file.
# This file contains a list of all directories that are to be exported to
# other computers via NFS (Network File System).

[Code].....

View 9 Replies View Related

Debian Installation :: Error Message - Bash / Visudo Command Not Found

May 24, 2015

I have just installed Debian 8 with Gnome desktop and trying to add my username to sudoers list.

When I open terminal and enter visudo I get the following error message...

Code: Select allfracmo2000@debian:~$ su
Password:
root@debian:/home/fracmo2000# visudo
bash: visudo: command not found
root@debian:/home/fracmo2000#

Although I am quite new to debian, I have done this successfully in the past so not sure why this is happening?

View 7 Replies View Related

Ubuntu Installation :: Get An Error Message That Tells To Type A Command Into The Terminal?

Jun 8, 2011

I was running an update on my computer (running Ubuntu 10.04 Lucid) and something must have been transferred incorrectly as every time I open synaptic, I get an error message that tells me to type a command into the terminal:

Code:
sudo dpkg --configure -a
After doing that, it displays this:

[code]....

View 7 Replies View Related

General :: Build Kernel With 'make CONFIG_DEBUG_SECTION_MISMATCH=y' Using Ltib

Apr 29, 2010

I use ltib for mpc8272ads. How to build kernel with 'make CONFIG_DEBUG_SECTION_MISMATCH=y'?

View 3 Replies View Related

General :: OpenSuse: Build Is Installed But Not Recognized By Make?

Jul 3, 2010

I was trying to follow instructions in [URL]

There is a reference to build in my kernel (with red background), se below:

linux-om4s:/lib/modules/2.6.31.5-0.1-default # ls
build modules.alias modules.alias.temp modules.builtin.bin modules.dep.bin modules.symbols source updates
kernel modules.alias.bin modules.builtin modules.dep

[Code]....

Both make and build have been properly installed in Software Manager.

View 6 Replies View Related

Fedora :: Invoke 'skype' Using Command In Terminal Window - Error Message Set Out On Attachment

Jan 13, 2011

I am able to invoke 'skype' using the following command in a Terminal window. < export XLIB_SKIP_ARGB_VISUALS=1 && LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so && skype & >. I want to be able to enter it through the Gnome Application interface. I right click on the skype icon and went to properties and added the above code. When I click the icon I get the following error message set out on the attachment? properly enter the commands within the application Command: line?

View 2 Replies View Related

Ubuntu :: Error With "make" And "make Install" ".ko Failed To Build"

Aug 9, 2010

I have been trying to install a new driver for my wireless USB adapter, and I've been getting some "make" command problems and error messages. Specifically, I am installing the RaLink rt2570 USB Enhanced Driver to work with my Linksys WUSB100 adapter (chipset RaLink Rt2870).

I downloaded the package and used the readme from inside the package here:[url]

Here's what I have done directly after download to my desktop:

Code:

View 7 Replies View Related







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