Software :: Unable To Build Binary RPM

Jan 15, 2011

It compiles fine but at the end there's no binary RPM. I am able to make source RPMS just not binary. Here is the spec file.

[Code]...

View 3 Replies


ADVERTISEMENT

Software :: Build ImageMagick Into Single Binary?

Mar 30, 2010

I have script that I wish to distribute to a small group that requires ImageMagick, but many in the group don't have ImageMagick installed. I'm not really in a position where by I can install ImageMagick on all the groups machines, and my knowledge of compiling is pretty restricted to ./configure; make; make install. Is it possible to compile ImageMagick (or indeed any other program) into a single binary without any external dependencies? I believe to accomplish this I provide ./configure with the following arguments:

[code]...

View 9 Replies View Related

Software :: Failure To Build Binary Rpm From Src For Autoconf

Jul 16, 2010

When creating the binary rpm for autoconf from a source, the test for "autom4te" gives "FAILED (tools.at:134)", while the rest of the test give "OK". This prevents the binary from being built successfully. How can I build the binary? I am using RHEL 5.

View 1 Replies View Related

Software :: Failure To Build Binary For XFree86 On RHEL 5

Jul 17, 2010

When I try to build the binary from the src file for XFree86 on RHEL 5, towards the end, it shows:

[code]...

View 6 Replies View Related

Slackware :: Slack Build Binary Dependencies In Database

Jul 17, 2011

sbbdep is a program that reads the elf header of dynamic linked files found in the given argument. argument can be

a package file from /var/adm/packages/...
a DESTDIR destination path of make install
a single given binaries/dynamic libraries

as result it prints out, or into a file, the package names the given argument require. sbbdep scans installed packages, extract some information about dynamic linked binaries and libraries and dumps these infos into a sqlite database usually sbbdep works fast. time consuming is only the first where the cache becomes created this takes about ~? (1 - 2) minutes, of cause, duration depends on the number of cpus and speed of disk io on other runs than the first sbbdep syncs the cache, this is usually a fast operation (~1sec), even if some packages where undated/remoed/installed using the cache with a sqlite client some custom queries can be done like what is required by pkg or file, what are the dependencies of file xy,....

current state of sbbdep is 0.0.1, the first public release. of cause I wanted to make some things better, prettier, more documented and o on but before going on holiday, than waiting until Christmas cause work stresses and than an other year comes I place the code now to a public repo. for me it looks stable enough to release it without stress people that will test/use sbbdep to much with problems. but there may be some bugs I did not noticed, or better say there will be some bugs like it is always the case in software. but since sbbdep does not anything critical an can/shall be run as normal user it will not do anything bad.......

View 10 Replies View Related

Red Hat / Fedora :: Unable To Run Any Binary File / Why Is This?

Oct 27, 2010

I want run binary files but shoot my errors that "Cannot Execute Binary file" I try with ./file, bash file etc i'm using fedora12 with KDE Desktop this happends with all binary files

do you know which extension is?

somebody knows why i cant run?

View 5 Replies View Related

Programming :: Unable To Disassemble A Binary File?

Apr 15, 2011

I want to be able to disassemble a binary file, modify the assembly source, then assemble the modified assembly source back into a modified binary file. Purpose for this is pretty much just to play around with the Crackmes (www.crackmes.de) game.

Now, disassembly is easy, there are several tools that do it, including the standard objdump with the -d argument. However, how would you assemble an assembly source file created with objdump -d? GCC for sure doesn't want to assemble it in that format. What program, script, or arguments to GCC (none that I can think of) can be used to accomplish this? If someone also has some good tips for tools in general for Crackmes beyond what is standard in GNU/Linux I'd love to hear about it.

View 10 Replies View Related

Programming :: Finding A Utility To Combine Two Or More Binary Files Into A Single Binary File?

May 5, 2011

Is there any Linux utility to combine two or more binary files into a single binary file ?

View 7 Replies View Related

Programming :: Version Info Coded Into ELF Binary / Author And Company Name Into ELF Binary?

Nov 30, 2010

How to coded version info and other information likes author and company name into the ELF binary?

I prefer the put the version info during build step.

View 5 Replies View Related

Server :: Unable To Install FreePBX - Amportal Binary Cannot Be Found

Feb 11, 2010

I'm installing FreePBX for one of the servers at my work. Im having problems and theres error's coming up saying "amportal binary can not be found" has anyone else had an error like this? Because the installation was going through a tunnel before and the router died so I tried it again by having the installation file locallaly on the machine and then the amportal error comes up towards the end of the installation, But I do a locate, and the file is actually there,

View 1 Replies View Related

Software :: Unable To Run C Program - Error : Cannot Execute Binary File

Mar 26, 2009

I have tried to execute the below ns.c program in RHEL 4 by using the command

#gcc -c ns.c -o ns.o

i am not getting any errors but while i am running object file by using the command

#./ns.o

i am getting the below error

bash : ./ns.o cannot execute binary file

/* trinoo daemon */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

[code].....

View 4 Replies View Related

General :: Unable To Build A Rpm

Apr 11, 2011

I am trying to build a rpm that basically changes the root password on a system. Here is what my spec file looks like:

Summary: Update the root password
Name: update_passwd
Version: 1.0
Release: 1

[code]....

However, when I run a "rpmbuild -ba specfile", I only get a *src.rpm under /usr/src/redhat/SRPMS, but no rpm file. I have never created a rpm and was wondering if there is something I am missing in my spec file?

View 7 Replies View Related

Ubuntu Installation :: Unable To Find Expected Entry Universal/binary-i386/Packages In Meta-index File

Jan 2, 2010

I'm trying to upgrade from 8.04 to 9.10 via 8.10 etc. When I run update manager, I get this:

W:Failed to fetch [URL] Unable to find expected entry universal/binary-i386/Packages in Meta-index file (malformed Release file?), E:Some index files failed to download, they have been ignored, or old ones used instead.

and then it closes. I've unselected all the third party packages and tried various servers, but no difference. I can wget the file, but when I look at it I see entries for "universe/binary-i386/Release", but nothing for "universal" .

View 4 Replies View Related

Slackware :: Unable To Build From Slackbuild In 13?

Jan 28, 2010

I installed slackware 13 reacentlyi was trying to build wvstreams and wvdialwhen i give the ./wvdial.Slackbild it runs for quite some time and at the end while creating the package it gives me an error cannot find gzip compression utility in $PATH. and there is no tgz or txz package in /tmp folderthen i ran pkgtool and found that gzip isnt installed. the i installed it from the slackware dvd. but still i am getting the same error

View 1 Replies View Related

Fedora Hardware :: Unable To Build Drivers On F13 / Get That?

Jul 30, 2010

Have you managed to get madwifi up and running in Fedora 13? I have Atheros based Wi-Fi on my netbook and I couldn't build drivers on F13.

View 14 Replies View Related

Fedora :: Unable To Build Kernel Module

Aug 6, 2011

My VMWare Player was working fine After updating the kernel it is throwing the error "Unable to build kernel module" my kernel is 2.6.40-4.fc15.x86_64 what to do?

View 2 Replies View Related

Ubuntu :: Unable To Build The Vmhgfs Module?

Sep 9, 2010

i am using Ubuntu 8.10 inside VMWare Workstation 6.i need to use folder sharing feature with my host OS XP2 but when i tried installing VMWareTools i cant build several modules including vmhgfs and vmblock.Code:Trying to find a suitable vmhgfs module for your running kernel.None of the pre-built vmhgfs modules for VMware Tools is suitable for yourrunning kernel. Do you want this program to try to build the vmhgfs module foryour system (you need to have a C compiler installed on your system)? [yes] Extracting the sources of the vmhgfs module.

View 1 Replies View Related

General :: Unable To Build Gui Of Sumo In Ubuntu 8.04?

Jun 1, 2010

I am trying to install SUMO- Simulator for Urban Mobility for past 2 days. I used the script here and it gets installed. The problem is I am not able to build GUI of SUMO- I dont have an executable of guisim after building everything.

View 7 Replies View Related

General :: Unable To Install And Build Plplot-5.9

Feb 16, 2010

I have installed plplot-5.9 but i am unable to run or build or compile it. I have read the installation instruction and followed it but i am unable to install or build it

I am using ubuntu 9.10

View 3 Replies View Related

CentOS 5 :: Unable To Build Custom Kernel

Mar 18, 2010

I am trying to build a custom kernel but I couldn't. Here are the steps to reproduce it:
1. Set Up an RPM Build Environment as its is explained in [URL]
2. Then follow the instructions in [URL]
3. When I try to install the kernel source rpm I get the following error:

[matias@Centos ~]$ rpm -i [URL
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root . . .
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
error: unpacking of archive failed on file /home/matias/rpmbuild/SOURCES/linux-2.6.18.tar.bz2;4ba24901: cpio: read

View 8 Replies View Related

OpenSUSE Wireless :: Unable To Build Rt73.ko After Upgrade To 11.2?

Jan 25, 2009

On my opensuse 11.1 system. I used my tp-link tl-wn321g usb wireless adapter to access the internet. It runs on rt2501 chipset and I used the serial monkey rt73 driver from here.

[URL]

What I did was I installed the kernel-headers, kernel source, gcc and make. And then I cd to the module directory and did

Code:
make
make install
modprobe rt73

[Code].....

I installed "ralink-firmware-1.1-1.5.noarch.rpm" from Software.openSUSE.org. I tried "make" again, but still the same error return.

View 3 Replies View Related

OpenSUSE Wireless :: Unable Build Rt73.ko After Upgrade To 11.2

Jan 21, 2010

On my opensuse 11.1 system. I used my tp-link tl-wn321g usb wireless adapter to access the internet. It runs on rt2501 chipset and I used the serial monkey rt73 driver from here.

Code: [URL]

What I did was I installed the kernel-headers, kernel source, gcc and make. And then I cd to the module directory and did

Code:
make
make install
modprobe rt73

And then I configured the network with yast.

That was until I upgraded to 11.2 using the guide here.

Code: [URL]

The upgrade went well, but I could no longer use my wireless adapter. I tried installing the driver again but when I tried to run "make", it says

Code:
make: *** /lib/modules/2.6.31.8-0.1-pae/build: No such file or directory. Stop.
rt73.ko failed to build!
make: *** [module] Error 1

I've checked that kernel-headers, kernel-source, gcc and make are all installed.

I installed "ralink-firmware-1.1-1.5.noarch.rpm" from Software.openSUSE.org. I tried "make" again, but still the same error return.

View 9 Replies View Related

General :: Unable To Net With Build In Wireless Card On Laptop?

Feb 6, 2011

I am getting obsessed with Linux OS up to the point of starting to swap MS OS.I opened WICD and it show (Wired network = 0 wired-default VVV and wireless network = C STR ESSID ENCRYPT BSSID MODE CHNL is this meaning that build in wireless card is or is not recognized? I will keep looking for info, although is hard to learn a new OS from scratch.

View 4 Replies View Related

Fedora :: VMWare Player - Unable To Build Kernel Module

Nov 9, 2010

I have a fresh installation of Fedora14_x64 and after that I have updated the OS also.

Then I have installed VMware-Player-3.1.2-301548.x86_64.

All the installation procedure has completed successfully without any error.

But when I am going to run VMWare It is throwing some error.

I am attaching all the needed screenshot and log file also.

View 7 Replies View Related

General :: Unable To Build Python Modules In Mandriva 2010?

Jan 14, 2010

I am trying to build a Python module (pyfits) but I get the following error:

# python setup.py install
/home/steve/src/pyfits-2.2.2/stsci_distutils_hack.py:239: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.

[code]....

View 2 Replies View Related

Ubuntu Servers :: Unable To Locate Packages - Build My Own Server

Dec 12, 2010

I am a total noob in the process of trying to build my own server. I installed Ubuntu 10.10 but when I did that I didn't have the computer hooked up with an ethernet or have any internet connection. During the installation process it was unable to set up DHCP, so I figured I would just do that later, somehow.

Anyways, I recently hooked up an ethernet cable from the server to another computer, which has internet.

I've been slowly working my way through the Server Documentation and am on the Networking chapter. It has given me the commands to install wireless-tools, ethtool, dhcp3 server and I've also tried to install gedit. Every time it gives me the error: E: Unable to locate package XXX

When I ran the sudo lshw -class network command I find that it recognizes both an ethernet interface as well as a wireless interface(my wireless adapter). BOTH of them say *-network DISABLED.

My goal is to enable both of those, but I am assuming I need to be able to locate the packages first. I installed the server edition using a USB pendrive. I still have the files on the pendrive, but I don't know how to make the server locate those files. I'm guessing it wants to access the installation files to locate the packages to install.

View 7 Replies View Related

Ubuntu Multimedia :: Unable To Build The NVIDIA Kernel Module?

Feb 26, 2011

before i get a lot of annoyed responses, I did check the forum and found a couple older previous threads on this topic, but they don't seem to really explain any real solutions to the problem im having.Here's the story- I was looking around for instructions and found this "howto guide" on installing nvidia display driver [URL]I went through the steps he listed:

downloaded the driver packages, install the dependencies from the shell, and then i pressed CTRL+ALT+F2 to get out of X and into text mode. I stopped my gdm with the command: sudo /etc/init.d/gdm stopand then i tried to install the driver using: sudo sh (on my NVIDIA driver- his version was a bit outdated compared to the one I downloaded)But here is where the problem starts, as I go through the installation process and click yes, i reach the "progress bar" then the screen says "unable to build the NVIDIA kernel module". and then it just exits. What is going on here? Am I missing some other package or file?

View 1 Replies View Related

Slackware :: Slax - Unable To Build NVIDIA Kernel Module

Jan 9, 2010

I started slax in cli mode and tried to install nvidia driver before running X but it won't install. My log:

Code:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Jan 10 04:21:14 2010
option status:
license pre-accepted : false
Update : false
Force update : false
Expert : false
uninstall : false
Driver info : false ....

ERROR: Unable to build the NVIDIA kernel module.
ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details.

View 5 Replies View Related

CentOS 5 Hardware :: 5.6, 64 Bit And ASUS K52J - Unable To Build The Kernel?

May 19, 2011

djmack-5/19/2011-I have purchased an ASUS K52J (intel i7) laptop. I have installed Centos 5.5 (64 bit) from CDs. The I got all the updates and it's now up to 5.6. I have two problems.

(problem-1) - Using the GUI (System->Administration->Hardware) I can get to a Device Manager screen. It shows a JMC250 PCI Express Gigabit Ethernet Controller. Using the GUI (System->Administration->Network) I can only see the wireless (wlan0) as configured and active. The ethernet card is not seen as ether 0. I've seen there are downloads to solve this problem, however I've been 100% unable to do and or understand them. I don't know how to build the kernel and I don't have any source code. I only have the binaries (I think). Is there a version of the kernel that I can put on CDs that has understanding of the ether card I referenced above?

P.S. I've downloaded a binary fix and it says it needs 20 or so dependencies (I have zero idea how to get those).

P.S. I've downloaded a source fix and I couldn't get it to install (I'm not a linux kernel build knowlegable person). I don't have the source either.

(problem-2):As stated above I need direct (RJ45) access to the laptop. I currently have the wireless card working but I have no idea how to get this to work with httpd, ssh, scp.I can access things via a web browser right on the laptop. I cannot access this laptop via a web browser from any other box. I cannot access this box via ssh or scp.I disabled the firewall and I disabled the SELinux security.I am stumped as to why I cannot see this ASUS laptop via httpd and/or ssh/scp.I can ssh and scp to other linux servers but these servers cannot ssh or scp into this laptop.

View 1 Replies View Related

Ubuntu :: GDM Broken - Gdm-binary[230]: WARNING: Unable To Load File '/etc/gdm/custom.conf'. No Such File Or Directory

Sep 1, 2011

I've had Ubuntu 11.04 installed on my desktop since it's release. Up until an hour ago, it was working fine. I clicked on an update from the update manager, now booting into a graphical mode is completely broken, (the start-up load hangs at 'Check Battery State ... [0k]'). I restarted my computer, and booted into safe mode, and launched the terminal. This all works fine. I then typed :

Code: sudo gdm start into the command prompt, hoping that I would be able to start things manually. Instead, it spat out this: Code:

gdm-binary[230]: WARNING: Unable to load file '/etc/gdm/custom.conf'. No such file or directory.
gdm-binary[230]: WARNING: Unable to find users : no seat-id found.
gdm-binary[230]: WARNING: Gdm Display: display lasted 0.070467 seconds

The last line was printed about 8 times, with slightly different times, before it gave up and failed. Some information which might help, I have Gnome 2, Unity and KDE (not sure which version), installed. My graphics card is the GTX 275, and I have driver the Nvidia driver 275.21. So yeah, I think the update has gone and moved custom.conf somewhere, but I have no idea on how to fix it. I have a graphics programming assignment due on Friday and I would be eternally grateful if I could get this fixed well before then.

View 2 Replies View Related







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