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


ADVERTISEMENT

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 View Related

OpenSUSE :: Click On Install Get The Following Error>>Message Did Not Receive A Reply (timeout By Message Bus)?

Nov 10, 2010

Im trying to instal Sun Virtualbox but when download completes and I click on install I get the following error>>Message did not receive a reply (timeout by message bus) I wont even bother with this software if there are others out there that are as easy to use. I used it on Windows and thought it was great ! (thats how I eventually switched to Linux, by using it virtually at first)

View 5 Replies View Related

General :: Configure Asterisk Without Zaptel/dahdi Hardware

Aug 16, 2010

I am using SAMSUN R-519 laptop with 4 GB RAM and 2.1 GHz dual core CPU and I intend to configure asterisk on this machine for voice conferencing with 4 other PCs. I am unable to configure asterisk. I don't have any hardware regarding voip such as Digium card.

View 14 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

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 Install :: Installation Progress Stops In 88% / Message Error / Error Copy Live Image To Disk

Oct 12, 2010

Greetings from Greece. I tried to install opensuse 11.3 in an empty disk . Unfortunately the installation progress stops in 88% and the message error says "error copy live image to the disk". I have burn two different cd but the result is always the same.Is it a hardware problem or the cd is not correct?I had the 11.2 version in the same pc without any problem for a long time.

View 9 Replies View Related

General :: Make Install Error With Created Makefile

Jun 3, 2011

I am new to Linux and I am trying to install a C program from source using Makefile. So I 've created a "hello world" program and then a Makefile to install it. Then I logged in as root and used
make install

The following error occurs:
make: execvp: /usr/bin: Permission denied
make: *** [install] Error 127

Here is the Makefile:
CC=gcc
CFLAGS=-c -Wall
PROGS = hello
INSTDIR = $(prefix)/usr/bin/
INSTMODE = 0755
INSTOWNER = root
INSTGROUP = root

all: $(PROGS)
$(PROGS): main.o
$(CC) main.o
main.o: main.c
$(CC) $(CFLAGS) main.c
install:$(PROGS)
$(INSTALL) $(INSTDIR)
$(INSTALL) $(INSTMODE) $(INSTOWNER) -o $(INSTGROUP) $(PROGS) $(INSTDIR)
clean:
rm -rf $(PROGS) *o $(PROGS)
So, where are the errors

View 3 Replies View Related

General :: Getting Error (No Rule To Make Target Version) / Install Ns 2.31?

Mar 22, 2011

I am using Fedora 8. I tried to install ns 2.31. But error came as " No rule to make target "VERSION" needed by gen/version.c".

View 2 Replies View Related

General :: How To Make Startup Message

Jul 30, 2010

I am using Ubuntu as my os.I have read that we can change the startup message.So i go to etc directory as root, and found file called "motd" and try to open it.But it says "The Link "motd" is Broken. Move it to Trash?"This link cannot be used, because its target "/var/run/motd" doesn't exist.So how can i make startup message.why i couldnt open that file

View 1 Replies View Related

General :: Make Error - Make[2]: *** No Rule To Make Target

Oct 7, 2010

I am getting an error as below.

How do I resolve the error: make[2]: *** No rule to make target `', needed by `mpg123'.

How can I resolve this error.

View 4 Replies View Related

General :: User For Oracle,tried To Install Oracle 10g On Redhat 5 But Gettinh The Same Error Message?

Nov 27, 2010

I'm a new user for oracle,tried to install oracle 10g on redhat linux 5 but gettinh the same error message.response/ runInstaller[oracle2@localhost database_10201]$ sh runInstaller _runInstaller: line 54:/tmp/database_10201/install/.oui: Permission denied_Doany one plz help me how to give full set of permisions to an user in linux to access a folder??

View 2 Replies View Related

OpenSUSE Install :: Get An Error Message That Basically Says:kernel.desktop - Unable To Install, Exit Status 127.I?

Apr 28, 2010

I'm having an issue when I'm trying to install SuSE linux onto my desktop.I go through all the steps and everything looks okay, but when it starts to install the packages, I get an error message that basically says:kernel.desktop - unable to install, exit status 127.I have a ATI X1950 video card in the computer, as well as a AMD 64 FX CPU in the system.

View 7 Replies View Related

Ubuntu :: Error Message During Install Of 10.4

Jul 9, 2010

I receive an error mesage during install of ubuntu 10.4 while partitioning ext3 freezes at 5% then a black screen. I see the cursor but can't move it with the error message "process:304): Glib - warning **: getpwuid_r() : Failed due to unknown user id (0)", I have tried installing 9.10 and 5.0.5 Debian when I installed 9.10 ubuntu and debian it just froze and wouldn't do anything.

View 4 Replies View Related

Debian :: Install Ssh - Error Message - Dependency

Jul 15, 2011

During installation of ssh I get an error message regarding dependency problems.

Dependency problems prevent configuring of ssh.

View 9 Replies View Related

OpenSUSE Install :: Error Message On Booting?

Dec 7, 2010

Running 11.3 64 bit updated to kde 4.5.4I noticed when booting yesterday the following error message is shown:-

[ 17.688956] end_request: I/O error, dev sr1, sector 4294180608
[ 17.696944] end_request: I/O error, dev sr1, sector 4294180608
[ 17.702846] end_request: I/O error, dev sr1, sector 4294180784

[code]....

View 3 Replies View Related

Ubuntu :: Won't Install - Message Saying Boot Error

May 4, 2010

I download a few times and burned a few CD's but after I select install on hard disc or use the livecd the computer will hung up and then I have a message saying boot error, I download the iso image from 2 different sources but still not working. I'm installing on a Dell 500 with 256Mgs of memory (I have Ubuntu installed but its too slow).

View 1 Replies View Related

Ubuntu Installation :: Install 10.4 - Keep Getting Error Message

Sep 27, 2010

I tried many times to install Ubuntu 10.04 but I keep getting the following error message:

Can't be the CD or the CD drive because I get the same thing with a bootable USB flash drive.

HDD in SATA 1 port
DVD burner on SATA 0 port
HDD formated
Vice versa does not work neither.
Mobo: Intel D945GNT

View 2 Replies View Related

Ubuntu Installation :: OS Install - Error Message ?

Dec 29, 2010

I am just now starting to go deeper than the surface of my computer so I am very much a beginner. I have downloaded Ubuntu 10.10 and have tried to install it by mounting the image and installing "inside windows." Next, upon reboot and selecting Ubuntu from the windows loader it eventually went to a colorful screen but stayed there... the first time I let it sit there for 20 minutes or so then restarted, uninstalled/reinstalled tried again... then I let it sit there for 3 hours, nothing. Next I tried to mount image and install "demo and full installation." This time upon reboot I choose Ubuntu from the windows loader menu and an error message came up. I will type it out below exactly as I see it because this is the same message that came up when a friend suggested I boot from a USB drive.

Busybox v1.15.3 (Ubuntu 1:1.15.3-1ubuntu5) built-in shell (ash)

Enter 'help' for a list of built-in commands.

(initramfs) unable to find a medium containing a live file system

View 8 Replies View Related

Applications :: Error Message While Attempting RPM Install

Dec 15, 2010

I was trying to install a newer version of Firefox and thought I would just try to install the newer RPM for Fedora without doing anything else and this dialog message appeared.
Could not do simulate: Can't install /home/kbs/Downloads/firefox-3.6.4-0.4.build6.fc13.remi.i586.rpm as no transaction

View 2 Replies View Related

Fedora :: Cryptic Error Message When Trying To Install Flash

Jul 9, 2010

I'm new to Fedora 13, although 10 years ago I fooled around a little with Red Hat 4.2 and Mandrake 7. I'm trying to install flash on my desktop. The install went as smooth as can be on my laptop, but the desktop isn't going well. First of all, My system is an AMD Phenom 9950 Quad Core in an Asus M4N78 PRO motherboard with 4 Gb of RAM, although Gnome reports it as 3.8 Gb. Video is Invidia GeForce 5500.

The Flash install goes ok until I enter the command:
"yum install flash-plugin nspluginwrapper.x86_64
nspluginwrapper.i686 alsa-plugins-pulseaudio.i686
libcurl.i686"

Once that command starts running it pops out this error message:
Error: Package: glibc-2.12-2.i686 (updates)
Requires: glibc-common = 2.12-2
Installed: glibc-common-2.12-3.x86_64 (@updates-testing)
Available: glibc-common-2.12-1.x86_64 (fedora)
Available: glibc-common-2.12-2.x86_64 (updates)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

I've tried the work arounds suggested by the error message and they didn't work. I tried downloading the missing file and it seems to not exist. I also tried this command:
yum downgrade glibc-common-2.12-3.x86_64

That generated this output:
Setting up Downgrade Process
Loading mirror speeds from cached hostfile
* fedora: mirror.hiwaay.net
* livna: rpm.livna.org
* rpmfusion-free: mirror.hiwaay.net
* rpmfusion-free-updates: mirror.hiwaay.net
* rpmfusion-nonfree: mirror.hiwaay.net
* rpmfusion-nonfree-updates: mirror.hiwaay.net
* updates: mirror.hiwaay.net

View 6 Replies View Related

OpenSUSE Install :: Error Message On System Shutdown?

Dec 30, 2009

When i shutdown my SuSE 11.2 box with all current updates i have started to notice an error message.Something about failed to unmount, trying remount as read only or something like that.The trouble is its almost the very last message that appears and its not on the screen long enough to read properly.Somewhere is there a logfile that i can recover this error message from so that i can make some sort of an attempt to resolve the issue, post the whole message here in more detail?

View 3 Replies View Related

Ubuntu Installation :: Install 10.04 LTS On My Windows Xp - Error Message

Jun 13, 2010

I was trying to install Ubuntu 10.04 LTS on my windows xp. dowloaded and installed wubi. All worked well and system asked me to restart. After restart ubuntu was showing on multi boot screen, selected it. Then the system asked me to ESC installation or not, i didn't Esc. The Ubuntu screen was showing, but all of a sudden an error message saying INSTALLATION FAILED occurred.

My system
Processor: Intel pentium IV
Ram 1 GB
Harddisk:- 160 gb

View 1 Replies View Related

Ubuntu Installation :: Before Get To The Install Options - Get An Error Message

Jul 3, 2010

i'v installed ubuntu 10.04 on 3 different desktops and 1 laptop. It has gone flawlessly on all 4. i a want to install it on my hp to dual boot(the others i just wiped the drives) but when i tell it to boot from the cd at first it looks like it might work, with the purple page, but after a few minutes, before i get to the install options i get an error message. my current operating systime is windows and i have an hp pavilion. with 2.5 gigs of ram and a descent graphics card.

View 3 Replies View Related

Ubuntu Installation :: Getting Failed I / O Error Message On 10.04 Install

Sep 6, 2010

10.04 new isnstall from cd goes for a minute then I get this error message:
old p3 800 machine, will this distro work on an old machine like this:

BusyBox v1.13.3(Ubuntu 1:1.113.3-1ubuntu11) built-in shell(ash)
Enter "help for a list of built-in commands.
(initramfs) mount: mounting /dev/loop0 on //filesystem.squashfs failed: input/o-put error
Cannot mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs
(initramfs)

View 1 Replies View Related

Ubuntu :: Install 10.04 In Windows 7 But Show Error Message

Sep 6, 2010

I have install ubuntu 10.04 in windows 7 but show this error message

error.jpg

View 4 Replies View Related

Ubuntu :: Install And Uninstall Some Programs - Error Message

May 29, 2011

Been trying to install and uninstall some programs but keep getting the following error message:

View 1 Replies View Related

Red Hat / Fedora :: Install RealPlayer11GOLD.rpm But Received An Error Message?

Jun 27, 2010

I'm using Fedora 7. I'm Trying to install RealPlayer11GOLD.rpm but i received an error message.

# rpm -ivh RealPlayer11GOLD.rpm
error: Failed dependencies:
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by realplay-11.0.2.1744-1.i386

[code]....

View 9 Replies View Related







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