Software - Error On Compiling E2fsprogs 1.41.12 For Arm

Dec 14, 2010

I have tried to compiled e2fsprogs-1.41.12 to be used on my android device that runs linux kernel. I need to compile it with -static option but building returns error First is the configure:

[Code]...

View 1 Replies


ADVERTISEMENT

General :: Recover From E2fsprogs Yum Delete?

Aug 20, 2010

I did something really dumb and accidentally removed the e2fsprog package. Now it deleted all these executables (openssh,scp, yum, etc). If I could just recover the /usr/bin direcotry I was thinking I can reinstall the e2fsprog package. Trying to scp over these executables from other servers won't do because scp and ssh is gone. I still have a sesssion opened right now.

View 1 Replies View Related

Fedora :: Error Compiling 2.6.33.2

Apr 7, 2010

I am trying to compile kernel 2.6.33.2 (without problems 2.6.33.1), but i got the following message :

[code]...

View 2 Replies View Related

Debian :: Error Compiling 2.6.33.2

Apr 11, 2010

Im having problem compiling kernel I used these commands

#make menuconfig
#make-kpkg clean
#fakeroot make-kpkg --revision=custom.1.0 kernel_image

[code]...

View 3 Replies View Related

Software :: Error Compiling 2.6.33.2

Apr 9, 2010

My system is a fc 12 using a 2.6.33.1 kernel from kernel.org ... i've prefer compile by myself to get a minimal kernel ( i got a old p4 a 1,6ghz 2gb ram) but i got fedora kernels from updates too I am trying to compile a kernel from www.kernel.org, linux-2.6.33.2 full .. i made the same with 2.6.33.1 and all ok I got kernels from fedora distro (kernel-devel and kernel-headers installed) and kernel.org I dont know why about directory paths and files ... why make finds it? ... i think that linux-2.6.33.2.bz2 include all needed how to configure the install path ? ... if i am using /usr/src/kernels/linux-2.6.33.2 and all bzip2 extracted into it ... i can't see "configure" tool I am trying to compile kernel 2.6.33.2 (without problems 2.6.33.1), but i got the following message :

[code]....

View 5 Replies View Related

Software :: Ns2 Error While Compiling?

Feb 9, 2011

i encountered this problem when compling the tcl code, i am not sure where went wrong, did i miss any library or component?

num_nodes is set 20
INITIALIZE THE LIST xListHead
invalid command name "Agent/UDP/PDP"
while executing
"Agent/UDP/PDP create _o30 "

[Code].....

View 8 Replies View Related

Ubuntu :: Error While Compiling Xchat

Jan 26, 2010

I am compiling Xchat and when I was 'make install' I get this error and yes I am root.

Code:
make[2]: *** [fe-gtk.o] Error 1
make[2]: Leaving directory `/home/mark/build/xchat-2.8.6/src/fe-gtk'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/mark/build/xchat-2.8.6/src'
make: *** [install-recursive] Error 1

View 3 Replies View Related

Ubuntu :: Getting Error In Compiling RPC Program

Mar 22, 2010

I am trying to compile a simple remote procedure call program. I am getting an error:
/tmp/ccy0M5rT.o: In function 'main':
rpchighlayer.c.text+0x5c): undefined reference to 'rnusers'
collect2: ld returned 1 exit status

Code:
#include <stdio.h>
#include<stdlib.h>
main(argc, argv)
int argc;
char **argv; {
int num;if (argc != 2) {
fprintf(stderr, "usage: rnusers hostname ");
exit(1);
} if ((num = rnusers(argv[1])) < 0)
{fprintf(stderr, "error: rnusers ");
exit(-1);
} printf("%d users on %s
", num, argv[1]);
exit(0); }

View 2 Replies View Related

Red Hat / Fedora :: Error While Compiling Samba ?

Jun 30, 2011

Im trying to install the latest stable release of Samble but I am recieving errors during the make process.

Also is there and ezier way to install samba than compiling from source?

Forgot to mention i cannot use yum because this computer cannot be connected to the internet.

View 5 Replies View Related

General :: Error In Compiling - 2.6.30.i586

May 27, 2010

I am using Fedora 11 (2.6.30.10-105.2.23.fc11.i686.PAE). I got a patch for tpm_tis.c which a module to get my itpm working. And, for this I thought to customise the existing kernel and install new one.

So, I followed the foolowing steps:

In 'make menuconfig' , I have disabled Kernel debugging in the Kernel hacking section.

Then changed EXTRAVERSION to something like .test in Makefile

And, My Idea is to follow these steps:

View 1 Replies View Related

General :: Compiling Kernel 2.6.32.2 Error

Jan 4, 2010

I'm currently using Fedora 12 with kernel 2.6.31.9 and I was trying to upgrade to 2.6.32.2. These are the steps I followed. After rebooting and choosing this kernel from the Grub menu, I'm just greeted with a black screen with a blinking cursor and it won't proceed beyond that.

These are the commands I issued. I received an error on the first make modules about the mismatch. I then ran CONFIG_DEBUG_SECTION_MISMATCH=y and once finished I ran make modules again and it completed successfully.

Code:
Downloaded kernel package 2.6.32.2 from www.kernel.org
untar archive
make menuconfig (no changes made, saved config file)
make

[Code]...

View 9 Replies View Related

General :: Compiling Using Cygwin - Error Not ELF

Oct 14, 2010

New to this kernel stuff But not too new to C/C++. I'm trying to compile the linux kernel on a PC, that is running Windows XP 32 bit, using Cygwin. I keep getting the error saying:

Error: Not ELF
make[2]:*** [scripts/mod/elfconfig.h] Error 1
make[1]:*** [scripts/mod] Error 2
make:***[scripts] Error 2

Every time I try to compile it from the main directory of the source, which I hope is what I'm supposed to do, I always get this.

View 14 Replies View Related

Software :: GDB Compiling Error For ARM Processor

Jan 4, 2010

When I compiling gdb for ARM processor I am getting this error as:

Code:
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for library containing waddstr... no
configure: WARNING: no enhanced curses library found; disabling TUI
checking for library containing tgetent... no
configure: error: no termcap library found
make[1]: *** [configure-gdb] Error 1
make[1]: Leaving directory `/mnt/freescale/sources/gdb-7.0'
make: *** [all] Error 2
sharief@sharief-desktop:/mnt/freescale/sources/gdb-7.0$

What will be the error. I think the termcap library is not there. I downloaded and cross compiled tremcap library but still it is not working.

View 1 Replies View Related

Slackware :: Error Compiling Apache Fop- 1.0 On 64 13.1

Mar 26, 2011

I em trying to compile fop-1.0 on Slackware64 13.1. I have ant 1.8.1 Slackware package.

Here is the output of ant build:

Code:

View 2 Replies View Related

Slackware :: Error Compiling Squidguard-1.4

Mar 27, 2011

I'm trying to install squidGuard-1.4, I have a minimal install. I have installed squid-3.2.0.5 without any problems, but squidGuard is driving me crazy

I can run the ./configure with no problems but when I run make, or make install I keep getting this error:

Code:
make: *** [y.tab.c] Error 141
And that is is all, no more verbosity or anything else.
Error suggests that YACC is missing but bison is present, also db4 (tried with db44 and db3, same story).

Just in case you can see anything I cannot I've attached the config.log

View 2 Replies View Related

Ubuntu :: Getting Error While Compiling A C Program / Fix It?

Mar 10, 2010

I got an error that header file sys/ddi.h , did the system is missing something

View 2 Replies View Related

Debian Multimedia :: Error When Compiling Wine

Apr 21, 2011

I'm trying to build a package from wine 1.3.18 following Soul Singin's post here but it gives me this error.

wine: configuration in '/home/user/.wine' has been updated.
wine: cannot find L"unix\tmp\wine-1.3.18\dlls\advapi32\tests\advapi32_test.exe.so"
make[2]: *** [cred.ok] Error 2
make[2]: Leaving directory `/tmp/wine-1.3.18/dlls/advapi32/tests'

[Code].....

This error only appear when I use dpkg-buildpackage not when I compile the source it with make.

View 1 Replies View Related

OpenSUSE :: Error While Compiling / Installing Software

Jun 25, 2010

I am trying to install a software but I get error as under -

[Code]...

View 9 Replies View Related

Ubuntu Multimedia :: VLC Compiling / Link Error

Mar 10, 2010

I tried to compile the latest VLC as the instruction of [URL]... except that giving configure option '--enable-vaapi' when compiling ffmpeg.But, i got below error messages, and don't know what to do. My system is as follows.

[code]...

View 5 Replies View Related

Software :: Compiling Error Message Can't Figure Out?

May 31, 2009

Usually when a compile doesn't work, the error message indicates a missing dependancy, and it's pretty straightforward. This came up while trying to install arts-1.5.10 for KDE 3.5

Code:
mcoputils.cc:74: error: 'PATH_MAX' was not declared in this scope
mcoputils.cc:91: error: 'kde_tmp_dir' was not declared in this scope

[code]....

View 3 Replies View Related

General :: Compiling Error: /usr/bin/ld: Cannot Find -lexpat1

May 11, 2011

I've been around the block with this problem and don't know what else to check to compile source for gpsbabel-1.4.2. Other posts on this forum mentioning the same error with no resolution on this specifically. I have looked at the following:

1. The Makefile looks like this for the part compiling with expat options:

Code:

gpsbabel$(EXEEXT): configure Makefile $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -lm -L/lib -lexpat -L/usr/lib -lusb $(OUTPUT_SWITCH)$@

2.Search for library files:

Code:

$find /usr/lib -type f -name "*expat*" -print
/lib/libexpat.so.1.5.2
/lib/libexpatw.so.1.5.2

[code]....

View 1 Replies View Related

General :: Error During Kernel Module Compiling

Mar 13, 2011

I update my last kernl to 2.6.38-rc7 but when I launch VirtualBox, on stdout.The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (2.6.38-rc7) or it failed to load. Please recompile the kernel module and install it by sudo /etc/init.d/vboxdrv setup.

View 1 Replies View Related

General :: Error While Compiling Binutils 2.15.92 Package?

Feb 11, 2011

I am trying to compile binutils 2.15.92 package on RHEL 5.4, which is required with gcc 3.4.6 version. I have already installed gcc 3.4.6 on /opt/gcc.

I have given the --prefix as /opt/binutils during compilation. I have all flex, bison and m4 packages installed.

I am getting following error during compilation..

Code:
root/binutils/binutils-2.15.92.0.2/binutils/bucomm.c:425: warning: the use of `mktemp' is dangerous, better use `mkstemp'
ar.o: In function `mri_emul':
ar.c:(.text+0x9f2): undefined reference to `yyparse'

[Code]....

View 7 Replies View Related

Server :: Error When Compiling App_cbmysql.so On Asterisk 1.6

Jan 13, 2011

My asterisk version is 1.6 and Web-MeetMe is 4.0.2 I get the following upon issuing "make" in web-meetme/cbmysql/ :

Quote:

cc -pipe -I/usr/include/mysql -L/usr/lib/mysql -fPIC -I/usr/src/asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o app_cbmysql.o app_cbmysql.c
app_cbmysql.c:14:22: error: asterisk.h: No such file or directory
app_cbmysql.c:25:33: error: asterisk/autoconfig.h: No such file or directory
app_cbmysql.c:26:27: error: asterisk/lock.h: No such file or directory

[Code]....

View 2 Replies View Related

Software :: Error In Compiling Libnet On Cygwin

Jun 26, 2011

I want to compile Firewalk in cygwin, But error compiling libnet occur:

Firewalk-0.99.1 #./configure
loading cache ./config.cache
checking host system type... i386-pc-cygwin32
checking target system type... i386-pc-cygwin32
checking build system type... i386-pc-cygwin32
checking for gcc... gcc .....
checking for PacketSetMode in -lpacket... no
configure :erroracket lib not found

What is "Packet Lib"? I have compile Plib Package, but the this error occurs again!

View 1 Replies View Related

Software :: Compiling NSS For Upgrade - Error Pops Up

Feb 22, 2011

I was doing a compilation of NSS to upgrade it because NetworkManager needs >= NSS 3.1.1, but it gave this error:
%gmake moz_import
../coreconf/ruleset.mk:226: *** missing `endef', unterminated `define'. Stop.
It pops up another error saying there is no Linux2.6.3.3.mk in the folder, but I managed to get it working. I was using this site to compile it : Link

View 1 Replies View Related

Programming :: Error Compiling C++ Program Using C Library

May 8, 2010

I've created 3 files: swap.h and swap.c then make static library from it

Code:

Then I write 2 program to test this library: test_swap.c and test_swap.cpp

I compile

Code:

What's wrong with this in C++? And how can I make a library that can work both for any C and C++ program?

Here the source code

Code:

Code:

Code:

View 2 Replies View Related

Programming :: Getting Error While Compiling In Gambas On Ubuntu

Sep 5, 2010

Geting the following error while compiling in gambas on ubuntu. What is a secret key ?

[code]...

View 2 Replies View Related

Slackware :: Error Compiling Php With Oci8 - Slackware64-13.37?

Jun 22, 2011

I tried to recompile php with support for oracle extensions oci8.so. Got the source and slackbuild script from slackware repo and just add the following line to the slackbuild script. "--with-oci8=shared,instantclient,/opt/instantclient_11_2". I use instant client from oracle Version 11.2.0.2.0 from this page

After I run the script I got this error message

Code:
/bin/sh /tmp/php-5.3.6/libtool --silent --preserve-dup-deps --mode=compile gcc -I/tmp/php-5.3.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/tmp/php-5.3.6/ext/fileinfo/ -DPHP_ATOM_INC -I/tmp/php-5.3.6/include -I/tmp/php-5.3.6/main -I/tmp/php-5.3.6 -I/tmp/php-5.3.6/ext/date/lib -I/tmp/php-5.3.6/ext/ereg/regex -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/freetype2 -
code....

View 1 Replies View Related

Slackware :: Error Compiling Virtualbox 3.2.10 On Current?

Dec 7, 2010

I'm trying to compile virtualbox 3.2.10 con slackware current 32bit through sbopkg

I get this error (I'll copy only the end part)

Code:
CXX VMMR3 - {C}/src/VBox/VMM/VMMAll/TMAllCpu.cpp
cc1plus: warnings being treated as errors
In file included from /tmp/SBo/VirtualBox-3.2.10_OSE/src/VBox/VMM/VMMAll/PGMAll.cpp:236:0:

[Code].....

View 4 Replies View Related







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