Software :: Compile Zabbix But Can't Because Missing Components - With-jabber Failed

Feb 16, 2010

I am trying to compile Zabbix on Centos 5.4 and while tying to compile it with mysql and some other parameters it gets failed because missing components.

Quote:

I couldn't find any jabber-devel or jabber pckg in repo.

View 3 Replies


ADVERTISEMENT

Fedora :: Compile Some KDE Components From KDE 4.6.5 For KDE 4.6.5?

Aug 18, 2011

I tried to compile some KDE components from KDE 4.6.5 for KDE 4.6.5 but there are errors and this sucky cmake never tell me how to solve it.

Code:
CMake Error at CMakeLists.txt:7 (macro_optional_find_package):
Unknown CMake command "macro_optional_find_package".
DOLPHIN
Code:
CMake Error at src/tests/CMakeLists.txt:4 (kde4_add_unit_test): Unknown CMake command "kde4_add_unit_test". How to repair it ?

View 5 Replies View Related

Ubuntu Installation :: 9.10 Server - Load Installer Components From CD Failed

Mar 6, 2010

I recently brought home an old Compaq server from work. I was told that it works fine. When I brought it home, I tried installing Ubuntu 9.10 server from a cd. While it's trying to install, I get the message "Installation step failed. An installation step failed. You can try to run the following item again from the menu, or skip it and choose something else. The failing step is: Load installer components from CD." I turned off the computer and tried it again several times. Each time the same message appears.

View 5 Replies View Related

Ubuntu Installation :: Ubiquity.components.partman Failed Exit Code 141

Jan 7, 2010

i am trying to install ubuntu from an SD card, i can run it from the card, and everything works fine, all but the install. i get to step 3 of 6. when pressing forward i get an error message ubiquity.components.partman failed exit code 141

View 1 Replies View Related

Ubuntu Installation :: Ubiquity.components.partman Failed - Exit Code 10

Apr 11, 2010

I am re-installing Ubuntu onto my desktop PC which has Windows 7, openSUSE 11.2 and Fedora Core 12. First I tried Ubuntu 9.10. Near the end of the installation the machine reboots and the monitor shows the following message:

"Ubiquity.components.partman failed - Exit code 10. Further info in /var/log/syslog"

Tried again with Ubuntu 10.04 beta2 with same problem.

How can I view and read /var/log/syslog if Ubuntu fails to be installed and therefore I cannot access this log?

View 1 Replies View Related

Slackware :: Compile OOo Failed ?

Jun 18, 2010

Installed Slack-13.1 x86_64. Downloaded OOo_3.2.1_Linux_x86-64_install-rpm-wJRE_en-US.tar.gz and SlackBuild.

Started with:

Quote:

And ended with:

Code:

View 2 Replies View Related

Software :: Stdio.h - File Missing During GCC Compile

Mar 3, 2011

I have looked at the other threads and found nothing which pertains to my issue. I am using an older version of Debian 4.0 I cannot upgrade until I have a 2nd server running. I lost the 4.0 installation disks. During an apt-get install i did, I foolishly changed sources.list to other sources on the net which changed dependencies and removed needed packages, such as perlmagick, Crypt-SSLeay, aptitude, and possibly the glibc - ( my current glibc was changed to glic6). Since I have found my original 4.0 disk. restored the sources.list. ran an update. and restored many of the packages that were removed. (a big lesson to me I will never do that again)

Here is a simple program:
#include <stdio.h>
When I run a gcc or I use cc compile
I get this message: "stdio.h": No such file or directory found.
Yes I know I missing the file stdio.h. I have looked
in /usr/include /usr/lib nothing.

Apparently during my mistake the system installed the glibc6 and removed the "stdio.h" file and other dependencies. I would like to get back to where as was in terms of the glibc version I had. Aptitude currently shows the following packages that are available to me

Code:
DEB1:/etc# aptitude search glibc
v glibc-2.3.6-2 -
v glibc-2.3.6.ds1-1 -
p glibc-doc
- GNU C Library: Documentation
v glibc-pic
p libg++2.8.1.3-glibc2.2
GNU C++ extension library - runtime version
p libstdc++2.10-glibc2.2
- The GNU stdc++ library
DEB1:/etc#

The question is which one should I install, to get my "stdio.h" back again? Would I have to uninstall glibc6 first? Uninstalling glibc6 displays a big warning. Is there a way I can download just the "stdio.h" files?

View 5 Replies View Related

Slackware :: Got A Compile Error Which Says That 'javac' Is Missing

May 7, 2011

do this slackbuild require the JDK package?

I've got a compile error which says that 'javac' is missing.. this file seems to be only in the JDK package (and not in the JRE).

Do it's correct? No problem to install the JDK ..

View 4 Replies View Related

Slackware :: Compile Gyachi On 13.1 But Failed?

Oct 13, 2010

I tried to compile Gyachi on Slackware 13.1, but I failed.

The main problem is the lib gtkhtml. The current build file is expecting the version 2, but I found only the package for version 3.

An updated slackbuild for Gyachi on Slackware 13.1 could be the perfect solution (I guess).

View 6 Replies View Related

Debian :: New Kernel Source Compile Missing Firmware

Dec 21, 2015

So I am new to linux and i upgraded my kernel to 4.3.3 and to add the bfq patch. When i enter the command make install I get the following Code:

Select allupdate-initramfs: Generating /boot/initrd.img-4.3.3
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-1.fw for module r8169

[Code] ....

Now my ethernet drivers are not working.

View 8 Replies View Related

Fedora :: Failed To Compile Module Vmmon?

Aug 30, 2011

I have some problems when i try install vmware player My log: Quote:

[root@amd-x6 Downloads]# cat /tmp/vmware-root/setup-6567.log
Aug 30 01:01:56.955: app-139919401223968| Log for VMware Workstation pid=6567 version=7.1.4 build=build-385536 option=Release

[code]....

View 1 Replies View Related

Debian :: Failed To Compile Aget On Squeeze ?

Mar 23, 2011

I'm trying to compile aget in 0.4.1 on my debian squeeze 64-bit but it failed:

Code:

It seems that this tool was abandoned since 2009. If there's any alternative to an application that can download files from network by splitting the download like aget.

View 2 Replies View Related

SUSE / Novell :: Compile Failed Due To - Out Of Memory ?

Oct 1, 2010

Quote:

Maybe increase swap space will help? How to do it? When I install suse 11 on this box, I remeber it shows the swap space is 2G, I didn't find it anywhere now...

Quote:

View 8 Replies View Related

Debian :: Using Squeeze AMD64 - Gngeo Compile Failed ?

Feb 5, 2011

I'm using Debian Squeeze AMD64 gngeo version 0.7

After i ran ./configure

I got these error messages when I ran make

Code:

View 9 Replies View Related

Debian Configuration :: Ethernet Card Missing/Compile Latest Kernel?

Dec 17, 2010

This may sound ridiculous, but after installing Debian 5 (from CD 1) in my laptop, ASUS UL80VT, it fails to detect the Ethernet device. The device is "Atheros AR8131 PCI-E Ethernet Controller". I guess the problem comes with the old kernel of version 5. I was intending to compile the latest kernel anyway. But the problem is is there any heads up i need to download the kernel and trying to compile it? Is there anyone who uses Debian on UL80VT. If there is, does it works okay?In short I want to compile the latest kernel, hoping it will fix the Ethernet device. There are installers available with the latest kernel. But I want to do it on my own.

View 4 Replies View Related

Fedora :: Failing To Build Empathy Due To Missing Glib-compile-schemas?

Nov 3, 2010

I am using Fedora 12, and I recently downloaded the source of Empathy from the git repo. When I issue a ./configure on the console, I get the following output, please look at the last line:

[root@localhost empathy]# ./configure
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for a BSD-compatible install... /usr/bin/install -c

[code]....

View 3 Replies View Related

Debian Multimedia :: Oct 15 15:02:15.614: App-3078584000| Failed To Compile Module Vmmon

Oct 15, 2010

I am thinking about alternatives for VirtualBox (which i like, but the Oracle-story is making me think). After this thread: viewtopic.php?f=10&t=56314 I downloaded the vmware-player (manual, not with the download-manager ) and installed it. Oct 15 15:02:15.614: app-3078584000| Failed to compile module vmmon!

View 13 Replies View Related

General :: Lame Compile - Failed Running ./configure - Error

Aug 1, 2010

I tried to install lame on Linux, but I failed running ./configure.

View 9 Replies View Related

Programming :: Regular Expression Compile Failed - Throwing Error

Feb 15, 2011

The following command would remove the leading astericks, spaces, slashes, tabs and is present in an awk script.

Code:
gsub(/^[/* ]*/,"")

The above code is working fine when i run in Cygwin on windows machine. But when i run in Ubuntum throws the following error.

Code:
awk: ./Format.awk: line 30: regular expression compile failed (bad class -- [], [^] or [)
^[
awk: 30: unexpected character ''
awk: ./Format.awk: line 30: runaway regular expression /,""); ...

View 2 Replies View Related

CentOS 5 :: Can't Compile Asterisk-addons Because Of Failed Mysql Dependency?

Mar 29, 2009

I'm having a hard time getting part of Asterisk (the open source PBX) called asterisk-addons to compile with mysql CDR support which I need to enable Realtime I believe. I've spent the whole day trying to fault find this one (including thinking I had ruined my box and creating a new CentOS build!) and am pretty worn outWhen I attempt to install asterisk-addons (I've tried 1.6.0.1, 1.6.0.1-patch and 1.6.1.0-rc3), I get the following line in a ./configure:

checking for mysql_config... /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient... no
Then when I do a make menuselect, MySQL is not selectable and XXX"d out:
[code]....

View 5 Replies View Related

Fedora :: Kernel Compile Error : No Rule To Make Target `missing-syscalls'?

Dec 13, 2009

I am trying to compile a kernel in the following directory:/usr/src/kernels/2.6.30.9-102.fc11.x86_64

Note I am not trying to build an rpm but just do a simple make. After configuring with make menuconfig I issue the make command and get the following error:

Code:
[root@compaq 2.6.30.9-102.fc11.x86_64]# make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
make[1]: *** No rule to make target `missing-syscalls'. Stop.
make: *** [prepare0] Error 2

how to resolve this error? It seems to be fedora-centric.

View 4 Replies View Related

OpenSUSE :: Error: Failed Dependencies - Doesn't Compile - RPM Won't Install - X86_64

Feb 27, 2010

I tried installing the RPM from tcpflow website. error: Failed dependencies: libpcap.so.0.6.2 is needed by tcpflow-0.21-1.i386 I installed libpcap1-32bit, but doesn't help. I tried added soft-link to libpcap.so.1.0.0 from libpcap.so.0.6.2 to workaround, doesn't help. hen I DLed the tarball, ./configure gives an error, even after including --with-pcap=/usr/lib64/libpcap.so.1.0.0 checking for --with-pcap option... configure: error: /usr/lib64/libpcap.so.1.0.0 does not exist I CAN'T install the rpm, I CAN't compile from source. I can't find this program on any suse repo. I need to use this prog -- what can I do?

View 14 Replies View Related

CentOS 5 :: Compile The Fakeroot 1.15 But It Always Failed To Load The Shared Library Libfakeroot?

Jun 7, 2010

I have tried to compile the fakeroot 1.15 on centos 5, but it always failed to load the shared library libfakeroot.so file. I tried compiling 32 as well as 64 bit version of library but always it failed to load the library and give the following error:

ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded: ignored.

any workaround to get this working?

View 1 Replies View Related

Debian :: Compile XMMS - Navigated To Folder Containing The Extracted Source And Ran ./configure - Failed

May 29, 2010

I'm trying to do the simplest thing. Compile XMMS. I navigated to the folder containing the extracted source and ran ./configure. That failed, so I remembered to install the build-essential package.

After that, I continued and got this output:

It said I didn't have glib installed, whatever that is. I did "apt-get install glib" and it told me it couldn't find the package called "glib". I thought, "Yeah, that seems a little too broad of a package name".

So then I went to Synaptic and did a search for "libglib" and noticed I already have libglib2.0-0 installed, as well as libglib2.0-data and libglib-perl.

How can I get this to to work correctly? I know the process should be ./configure, make, and then make-all, but I get stuck on the ./configure step.

View 14 Replies View Related

Fedora :: F11 X86_64 Eduke Compile Error: Failed Linking Executable Eduke32!

Aug 6, 2010

trying to build Eduke32 from source but I receive the following error:

Code:

[priit@T16 eduke32]$ make
Build started using "gcc -fomit-frame-pointer -funswitch-loops -O2 -fno-stack-protector -W -Wall -Wimplicit -Werror-implicit-function-declaration -funsigned-char -fno-strict-aliasing -DNO_GCC_BUILTINS -Isource -Ibuild/include -Isource/jmact -Isource/jaudiolib

[code]...

View 2 Replies View Related

Ubuntu :: Can't Get Jabber To Work With Empathy?

Jan 17, 2010

I'm using 9.10 on a laptop as a server - it is not currently connected to a router/clients

I have installed a Jabber server and created a new account online but when I try to connect using Empathy I get a "Network Error" message

I'm presuming I have to point it at my server somehow but I'm completely lost as to how

View 9 Replies View Related

Fedora :: F12 Kopete Does Not Work With Some Jabber Servers?

Nov 19, 2009

Strange problem with Kopete in Fedora 12. It works well with Google talk but does not work with Openfire - based jabber servers. Empathy works well with it so I think it is not SSL/TLS problem. Libs like qca, qca2 etc. are installed...

I like Kopete interface much more then Empaty.

View 1 Replies View Related

Fedora :: Jabber Broken In Kopete In FC13?

May 26, 2010

I have just updated to FC 13 (64 bit), and there seems to be a problem with Jabber in Kopete. I use this to connect to the google talk servers. In FC 12 this was not a problem. However, now I recieve a message "Cannot load the Jabber protocol plugin." when trying to add a Jabber account in kopete. This happens on two separate recently upgraded machines.

I suspect the kdenetwork package shipped with FC 13 is broken in this respect.

EDIT: Updating to the kde packages from the kde-testing repository fixes this, so it looks like the package is indeed broken.

View 2 Replies View Related

Ubuntu :: Empathy Jabber Breaks After Disconnecting

Apr 30, 2010

I was excited to use empathy in 10.04; however, both in the Beta and the Full Release I experience the following. (Note: I'm using 64 bit.)Setup 'Wizard' adds GTalk and Facebook Chat just fine.Manually add a IRC account (can't do that from wizard).Manually add a SIP account.Enjoy that it's working, and think that the full release fixed the bug.Disconnect

Then the next day.Set status as available.Get an ambiguous 'network-error' for GTalk and Facebook.Disable all accounts.Restart empathy, enable GTalk, get same error.Delete all accounts, restart system, go through account 'wizard', add GTalk, same error.Upgrade to dev version of Empathy, notice it's no longer in the nice messaging applet, but GTalk connects.Disconnect/Reconnect - same error.

Anyone else having this problem? Seems something is breaking with Jabber on Empathy. But I can't find any related information. I'll post logs when I boot into the 10.04 installation (which I was hoping to switch to, but not so sure right now.)

View 8 Replies View Related

Fedora Installation :: Configure Zabbix On F12?

Dec 14, 2009

Does anyone have experience install,configure zabbix on Fedora. I already install using yum but i don't know how to configure. I already install zabbix agent, zabbix server but don't know how to configure.

View 1 Replies View Related







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