OpenSUSE Install :: Compiling Libeio On 11.4 X86_64 - Error: 'SYNC_FILE_RANGE_WAIT_BEFORE' Undeclared (first Use In This Function)
May 29, 2011I've trouble compiling libeio on my openSUSE 11.4 x86_64:
[Code]...
I've trouble compiling libeio on my openSUSE 11.4 x86_64:
[Code]...
I'm learning how to program kernel drivers, and I'm making a hello world module for that. But I can't find the cause of some errors... My module as three files:
test_regulator.c: Code: /*test_regulator.c
2 */
3 #include <linux/test_regulator.h>
4 #include <linux/module.h>
5 #include <linux/kernel.h>
6 #include <linux/regulator/driver.h>
code....
I don't understand, because I had declared the test_regulator_driver.
I hope to get your suggestions to solve my problem. I install Ubuntu8.10 in my notebook last week.I should install drcom-1.4.7 to get through to the internet,while i tried many times but failed like this:
make[1]: Leaving directory `/home/lf/drcom-1.4.7/drcomd'
make[1]: Entering directory `/home/lf/drcom-1.4.7/kmod'
make -C /lib/modules/2.6.27-7-generic/build M=/home/lf/drcom-1.4.7/kmod modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'
[code]....
kernel cannot support the drcom version.so i tried to install drcom-1.4.4,but problem also occured:
readconf.c: In function __parseopt:
readconf.c:489: error: LONG_MIN undeclared (first use in this function)
readconf.c:489: error: (Each undeclared identifier is reported only once
readconf.c:489: error: for each function it appears in.)
[code]...
i'm trying to install php zip extension through pecl, issuing the following command pecl install zip but i'm getting the following error:
[code]...
Attempting to compile an application that is not located in any of the repos yet for 11.3 64 bit. I have downloaded the appropriate src and untarred it. However, when I attempt to run the ./configure command here is the error I receive. checking build system type... Invalid configuration `x86_64-unknown-linux-': machine `x86_64-unknown-linux' not recognized configure: error: /bin/sh ./config.sub x86_64-unknown-linux- failed
I have made sure that I have all kernel-headers packages installed and am unsure as how to proceed. I tried using the command "./configure --build=x86_64" and then receive an error stating that the "SYSTEM IS NOT SUPPORTED" and continued errors stating that gcc is not installed, eve though it is.
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 RelatedI tried to install dropbox on my openSUSE 11.1(KDE 4.0) from a tar.bz2. After i extracted it to a folder Dropbox in Desktop.
I got this error trying to compile.
Subprocess failed. Error: RPM failed: installing package xen-4.0.0_21091_06-0.1.1.x86_64 needs 27MB on the /boot filesystemI seem not to be able to change the size of the /boot, but 11.2 loads okay but not 11.3There only 19MB left from 66 and I can't make it bigger, I hope there is someone thathas seen this. I would like to see some of the update with XEN.
View 1 Replies View Relatedi have to find time in nanosecond of a particular process and for that i am using clock_gettime() function.i tried different codes i got from net but getting same error Quote:error: �CLOCK_PROCESS_CPUTIME_ID� undeclared (first use in this function)i have included relavent header file of time also. and complied the whole code that i got from net. that was working fine and giving output. but when i use some of the relavent code that i need it gives me this error. plz tell me am i missing something aur using the code in a wrong way?heres my code!
Code:
#include <stdlib.h>
#include <sys/sysinfo.h>
[code]....
Online Update is offered up 6 updates - only 2 succeeded (Mozilla and libpoppler). Here's the errors for other packages: kbd - Keyboard and Font Utilities (includes aaa_base update) Subprocess failed. Error: RPM failed: error: package kbd-1.14.1-20.2.x86_64 is not installed
php5: fix for several vulnerabilities Subprocess failed. Error: RPM failed: error: package php5-ctype-5.3.0-2.4.3.x86_64 is not installed
patterns-openSUSE: add susehelp to KDE base pattern
Subprocess failed. Error: RPM failed: error: package
patterns-openSUSE-file_server-11.2-20.22.1.x86_64 is not installed
KDE 4.3.5 Update
Subprocess failed. Error: RPM failed: rpmdb: PANIC: Invalid argument
rpmdb: PANIC: fatal region error detected; run recovery
[Code]...
i need to install nagios-plugins 64 bit, when i tried to install via yum i got this error yum install nagios-plugins.x86_64 yum error Unsatisfied dependency i hv installed openssl 32 bit but it needs openssl 64 bit, even php and perl. i tried to to install via yum yum install openssl.x84_64 but its not getting installed i tried to uninstall openssl but its shows so many packages to remove
View 4 Replies View RelatedSo I completely fail at making a kernel x86_64, used to make them fine for just x86 but I haven't a clue on how to make them specifically for 64-bit systems.
View 3 Replies View RelatedHow can I compile a C++ application using g++ with x86 platform settings on a x86_64 machine ? What are the possible negative side-effects of compiling a C++ application with x86 settings on a x86_64 platform ?
View 6 Replies View RelatedI have installed php-devel successfully prior to go with the installation (yum install php-devel). Here is what I did;
1.wget "url
2.tar xjvf ffmpeg-php-0.6.0.tbz2
3.cd ffmpeg-php-0.6.0
4.phpize
5../configure
6.make
7.make install
code....
I got some error in make
Code:
bash-4.1# ./configure
checking for a BSD-compatible install... /bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
[code]....
I wonder if there is an easy way to accomplish the following: I made a tool and part of it needs to be compiled. It would be easy if I can automate compilation for multiple platforms (x86 / x86_64 / RHEL / SLES / Ubuntu). Is there a way to do this automated on a single host? Or should I set up an os for each distro? Also is there a way to generate RPM and deb files also on the same host without having to edit the meta files each time a version changes?
View 11 Replies View RelatedI keep getting this error. packageKit Error dep-resolution-failed: patch:choqok-3320.noarch conflicts with libqoauth1.x86_64 When I go to the YAST software manager and search for libqoauth1.x86_64 it doesn't hit on anything. What gives here?
View 9 Replies View RelatedWhile attempting to install CentOS 5.4 x86_64 from DVD (downloaded torrent), I encountered a fatal error that aborted the install and dumped a bunch of log files. I attempted this a couple of times resulting in the same error. I tested my hardware via CentOS 5.4 x86_64 live cd without exception. Here is my install configuration:
1)Booted to DVD
2)Skipped media test
3)English (English)
4)U.S. English
[Code]....
I am trying to install a software but I get error as under -
[Code]...
How can I install Mplayer for openSUSE 11.3 x86_64 The 1 click install from packman is not working and the download install is asking for libopencore-amrnb.so.0 but llibopencore-amrnb0(x86-64) = 0.1.2-1.pm.3.1 is installed
View 9 Replies View RelatedI was thinking of trying out the UEFI support that HP has in my laptop BIOS in the next few days. My reasons is that I get a custom boot logo... and (hopefully) a better boot-speed. What is the current state of affairs with the openSuSE UEFI/EFI install support on a empty hdd for x86_64 does anyone know? (badly worded I apologize) This may seem naive but I have struggled to answer this with most posts being about Mac's for obvious reasons.
Specifically, Do I have to have any custom knowledge on formatting the HDD with a GPT partitions or does the installer do this for you? Secondly, How well does the UEFI bootloader tie in with the config tools in YaST2? (I would like to have UEFI but if it turns into some headache in setting up the boot area by hand each time the kernel updates I will forget it.) I can safely say this will be a machine with only openSuSE installed as an OS, no need for any others or any dual-boot problems. This isn't overly urgent and I will dedicate (at least) a whole weekend to tweaking once I buy a new disk and install openSuSE on it. If nobody knows then I will dive in head first and report how I find it and any problems (and severity).
I downloaded the Dlink wireless G dwa-110 usb driver but I'm getting "rt73.ko failed to build. make[module]error 1" when compiling it.
I have installed the kernel-source and kernel-syms but I still get the same error. What am I doing wrong?
I'm running openSuSE 11.2 64 bit.
I can't install gnome-mplayer on my openSUSE 11.2 I used the " 1-click insall" I also tried manully installation, got below errors # rpm -ivh gnome-mplayer-0.9.9.2-9.1.x86_64.rpm gnome-mplayer-lang-0.9.9.2-9.1.noarch.rpm error: Failed dependencies: MPlayer is needed by gnome-mplayer-0.9.9.2-9.1.x86_64 libmusicbrainz3.so.6()(64bit) is needed by gnome-mplayer-0.9.9.2-9.1.x86_64
View 4 Replies View RelatedRunning 'zypper install lvm2-clvm' results in a message: Resolving package dependencies... Problem: nothing provides libcpg.so.2()(64bit) needed by lvm2-clvm-2.02.45-16.2.x86_64 Solution 1: do not install lvm2-clvm-2.02.45-16.2.x86_64 Solution 2: break lvm2-clvm by ignoring some of its dependencies So it cannot find the cpg library, which appears to be a part of openais (if I believe google). I have configured the following repositories:
[Code]....
What could be the problem here? Am I just missing a repository or is cluster LVM not supported on opensuse 11.3?
i have written file transfer program using libcurl.
#include <stdio.h>
#include <curl/curl.h>
#include <curl/types.h>
[code]....
I bought a multifunction stylus sx218 Espon model and I can not run the scanner function. I did some research and found a few solutions and very functional. I hope someone solves the problem. My version of openSUSE 11.2.
View 9 Replies View RelatedI have a program with a variable named current, but it is not declared. The syntax is current -> othervariable. Theoreticaly there should be no problem with this program. Just wondering what woudl cause this? Which linux include file is current supposed to be declared in?
View 2 Replies View RelatedI'm currently using OpenSuse 11.1 web server. This is bad since 11.1 is no longer supported. the reason why I am using it is because Function set_magic_quotes_runtime() was no longer being used. (so I was told)
That being said, is there a way to get Function set_magic_quotes_runtime() to function on the newer versions of OpenSuSE?
I am having some issues compiling kernel modules against the pre-built OpenSUSE kernel. Whenever I compile a module and try to load it, I get something like:
Code:
insmod fs/smbfs/smbfs.ko
insmod: error inserting 'fs/smbfs/smbfs.ko': -1 Invalid module format
It doesn't actually matter what the module is, they all do the same thing. I have tried the above mentioned smbfs, I've also tried:vmware kernel module
[Code]...
I need a cross compiler for C/C++.
Unfortunately, I can't find the GCC cross compiler in the repositories.
There is only a package with the binutils: cross-ppc-binutils
But nothing like: cross-ppc-gcc