Fedora :: Configure Options Package Using Yum?

Oct 5, 2009

Is there a way to use configure options with yum for packages? For example, i've got a lamp setup, and right now (after installing F11) i got a msqli class not found error, which means that it is not loaded into php. I see that it can be reconfigured with certain options, but i yummed it, and i'd like to keep it that way. I tried a yum reinstall, but it didn't work.

View 1 Replies


ADVERTISEMENT

Debian :: Hacking A Deb Source Package To Remove ( Configure Options )?

Feb 21, 2011

So, there are these source packages i downloaded, which i want to build with slightly different configure options due to a bug in debian: hfd5-serial and hdf5-openmpi cannot coexist, yet some packages require the serial version of the lib , others require the openmpi.

I downloaded the sources, in order to build them, without the hdf5 thing...

I have already built this from source in Scientific Linux, and i know this can be done without hdf5.

Where do i hack into the debian source tree of a package to remove a configure option...?

./configure ... ... --without-hdf5 ...

View 9 Replies View Related

General :: Installing Hudson In Centos 5 - Manage Hudson By Using Configure System And Configure Options?

Aug 9, 2011

I have tried to install and configure Hudson in centos distro version 5.Installed hudson with tomcat by deploying .war files.after configuration was completed, builded a project.It displayed build was completed successfully.but I was not able to download output of build.

So I rechecked configuration,found that i havent set artifact file pattern to archive. how to set artifact file pattern and how to get build output. how to manage hudson by using configure system and configure options.what is the correct way to configure public hudson?.

View 3 Replies View Related

Fedora :: Empathy Recompile - Configure Error (No Package Found)

Aug 28, 2010

Anyone recompiled Empathy on Fedora? I have problem of configure and make as following:

checking for LIBEMPATHY... configure: error: Package requirements (
glib-2.0 >= 2.16.0
gobject-2.0
gio-2.0 >= 2.16.0
gio-unix-2.0 >= 2.16.0
libxml-2.0
telepathy-glib >= 0.7.31
libmissioncontrol >= 4.61
telepathy-farsight
farsight2-0.10
gstreamer-0.10
) were not met:
No package 'telepathy-glib' found
No package 'libmissioncontrol' found
No package 'telepathy-farsight' found
No package 'farsight2-0.10' found
No package 'gstreamer-0.10' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBEMPATHY_CFLAGS and LIBEMPATHY_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

View 14 Replies View Related

Fedora Installation :: Qt Package Configure Error - Headers And Libraries Not Found

Dec 11, 2009

I am trying to install kcachegrind and during the ./configure phase I got the following error:
Checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!

Now I guess I have QT installed and I tried to do the following:
./configure --with-qt-includes=/usr/lib64/qt4/include
but that did not work either.. actually checking further I found that the folder include is missing in usr/lib64/qt4/ !!!!

So what should I do... for you info I am listing below the output of:
yum list *-devel | grep -i qt
qt-devel.x86_64 1:4.5.3-9.fc10 @updates
qwtplot3d-qt4-devel.x86_64 0.2.7-6.fc9 @fedora
PackageKit-qt-devel.i386 0.3.16-1.fc10 updates
PackageKit-qt-devel.x86_64 0.3.16-1.fc10 updates
PyQt-devel.i386 3.18.1-5.fc10 updates
PyQt-devel.x86_64 3.18.1-5.fc10 updates
PyQt4-devel.i386 4.6.2-3.fc10 updates
PyQt4-devel.x86_64 4.6.2-3.fc10 updates
QtRuby-devel.i386 4.3.3-4.fc10 updates
QtRuby-devel.x86_64 4.3.3-4.fc10 updates
SoQt-devel.i386 1.4.1-9.fc9 fedora
SoQt-devel.x86_64 1.4.1-9.fc9 fedora
avahi-qt3-devel.i386 0.6.22-12.fc10 updates
avahi-qt3-devel.x86_64 0.6.22-12.fc10 updates
avahi-qt4-devel.i386 0.6.22-12.fc10 updates
avahi-qt4-devel.x86_64 0.6.22-12.fc10 updates
dbus-qt-devel.i386 0.70-4.fc9 fedora
dbus-qt-devel.x86_64 0.70-4.fc9 fedora
dbus-qt3-devel.i386 0.9-1.fc10 fedora
dbus-qt3-devel.x86_64 0.9-1.fc10 fedora
libprojectM-qt-devel.i386 1.2.0-3.fc10 updates
libprojectM-qt-devel.x86_64 1.2.0-3.fc10 updates
php-qt-devel.i386 4.3.3-4.fc10 updates
php-qt-devel.x86_64 4.3.3-4.fc10 updates
polkit-qt-devel.i386 0.9.2-1.fc10 updates
polkit-qt-devel.x86_64 0.9.2-1.fc10 updates
poppler-qt-devel.i386 0.8.7-7.fc10 updates
poppler-qt-devel.x86_64 0.8.7-7.fc10 updates
poppler-qt4-devel.i386 0.8.7-7.fc10 updates
poppler-qt4-devel.x86_64 0.8.7-7.fc10 updates
qt-devel.i386 1:4.5.3-9.fc10 updates
qt-qsa-devel.i386 1.1.5-5.fc9 fedora
qt-qsa-devel.x86_64 1.1.5-5.fc9 fedora
qt3-devel.i386 3.3.8b-17.fc10 fedora
qt3-devel.x86_64 3.3.8b-17.fc10 fedora
qwtplot3d-qt4-devel.i386 0.2.7-6.fc9 fedora
zbar-qt-devel.i386 0.8-5.fc10 updates
zbar-qt-devel.x86_64 0.8-5.fc10 updates

View 4 Replies View Related

Debian :: Default Configure Options For A Program?

Dec 28, 2010

Can I find somewhere the default ./configure options that Debian uses when compiling packages? For e.g. I would like to know these options used for compiling Midnight Commander...

Are there any default ones and where to look at them?

View 1 Replies View Related

General :: Configure Command For Enabling And Disabling Options?

Jul 10, 2011

I have a src package which uses automake for make. How can I view the available options in configure command for enabling and disabling options?

View 4 Replies View Related

Ubuntu Servers :: Phpinfo Didn't Show Configure Options?

Oct 22, 2010

I created a file to show phpinfo. But configure command is missing from the list.

Check some other servers, confiugure command is there.

Is this an ubuntu issue?

View 1 Replies View Related

General :: The X11 Library '-lX11' Could Not Be Found Use Configure Options '--x-include?

Feb 14, 2011

In the process of installing DDD, I get the following error:The X11 library could not be found. Please use the configure options '--x-includes=DIR' and '--x-libraries=DIR' to specificy the X location.I did a "yum install libx11-devel". I was told that the right package was installed

View 1 Replies View Related

General :: Automating The Package Configure Script Errors?

Mar 31, 2011

Need help in doing a tedious thing and no idea how to achieve this. The thing I am after is Makefile which generates after ./configure script runs successfully. Now the thing is when we run the `configure` script it may get stuck because of lots of reasons like needs mandatory options to pass with configure, library/header file is missing, etc. So I want to automate this problems as far as I can. As I am not installing the package so apt-get/yum won't hold here for me. So what should be your suggestions on achieving this. Should I study the configure script and the sample Makefile's inside the package

View 4 Replies View Related

Ubuntu Installation :: Installer Options - Can't Select Any Of The Menu Options Except For Boot From First Hard Drive

Mar 19, 2010

So I have the burned ubuntu CD, and I'm attempting to install it on a system that has one HDD with XP/Vista on it, and another that is completely formatted and unpartitioned. However, when I boot to the ubuntu CD, I can use the menus from the bottom, and select the language when initially prompted, but I can't select any of the menu options except for boot from first hard drive.

View 1 Replies View Related

Fedora :: Download And Install A Package (zip Package)

Mar 15, 2009

Sometimes i have on some magazines or Internet Zip packages that are the answer of what i am looking for.


Wich tool and how can i do it? c Well, i am in position to say that i had downloaded from Internet or located the package in the Cd or DVD that comes with the magazine.

But now comes the big question. How can i put this package ( install) on my distro ???

Do i have to be a normal user or should it be root or su (superuser) ?

The packages that come with the distro is easy, because i select them and everything is done

As i told before, maybe this is a silly question, but i simple don't know how to install them and i need some of them to leave MS for good.

View 13 Replies View Related

Fedora :: Install *.tar.gz Package Package After Extraction?

Feb 6, 2010

Fedora 12 64bit. Is there an easy and reliable way to install *.tar.gz package after extraction? Instead of going through ./configure etc.

View 6 Replies View Related

Ubuntu Installation :: Configure MFC-7420 Scanner Part - Get Warning : Overriding Because --force Enabled : Package Architecture (amd64) Does Not Match System (i386)?

Aug 13, 2011

I have installed Ubuntu 11.04, 64 bit and now I am trying to install/configure MFC-7420 scanner part (printer works fine)I tried to follow the steps listed at http://ubuntuforums.org/archive/index.php/t-590793.html, but I don't have etc / udev / rules.d/45-libsane.rules file to edit and can not continue with the remaining steps of the guide.

I also tried to follow the steps provided by the Brother Solution Center http:[url].... I have downloaded brscan2 64 bit and installed without error but when I tried to install the brscan-skey-0.2.1-3.amd64.deb using >sudo dpkg -i --force-all brscan-skey-0.2.1-3.amd64.deb I get the following error:

************************************************** **************************************************
sudo dpkg -i --force-all brscan-skey-0.2.1-3.amd64.deb
[sudo] password for aUser:
dpkg: warning: overriding problem because --force enabled:[code].....

Which dependencies am I missing? or What am I doing wrong?

View 1 Replies View Related

Programming :: Package That Has To Configure With "make Menuconfig"?

Jan 19, 2011

I have a package that has to configure with "make menuconfig". I want to make this automatically. Usually I save the .config-File and replace the config with a skript, but the package I have to install has no .config. The manuall told me that I have to make the following steps:./configure --with-linux...makemake installIs it possible to use the saved .config-file?

View 1 Replies View Related

Ubuntu :: Webmail / Install And Configure Webmail Package?

Oct 7, 2010

I have successfully configured a local imap mail server following these instructions: url

Now I would like to make it available via webmail too.Is there an easy to install and configure webmail package?

View 1 Replies View Related

Fedora :: XP Disappeared From Boot Options?

Feb 10, 2010

Had dual boot with Fedora 12 which still is fine but after my hard disk failed (ntfs) with all my data have been unable to access XP which is installed on the same disc as Fedora.

Device Boot Start End #cyls #blocks Id System
/dev/sda1 0+ 1136- 1137- 9126912 7 HPFS/NTFS
/dev/sda2 * 1136+ 1161- 26- 204800 83 Linux

[code]...

View 12 Replies View Related

Fedora Installation :: Which Type Would You Like - Options ?

Jun 16, 2011

I have windows7 with partition of C:40G, D:40G, E:70.I want to install fedora15,so I use the tool "Disk Management" of win7 to shrink E:.Then I have E:60G and 10G unallocated.

I use Liveusb-creator and boot from usb.It works well and I can use fedora15 just like livecd.But when I install fedora to hard disk,I meet a problem and I don't know how to solve it.

The installation procedure comes "Which type of installation would you like?".There's five options 1."Use All Space" 2."Replace Existing Linux System" 3."Shrink Current System" 4."Use Free Space" 5."Create Custom Layout".I've already got 10G unallocated space,so I select "Use Free Space".But the problem is that the fedora installer popups a messagebox says something that means that I don't have enough space to allocate to fedora15.

I come back to "Which type of installation would you like?" and select "Create Custom Layout".The installer display 4 entries of my hard disk:sda1 unknown 0M, sda2 100M windows remain partition, sda3 with capacity 39900M, sda4 with capacity 112625M.The partition display of my hard disk is so strange and there is no free space.

Is the problem of win7 "Disk Management" or "Fedora Installer"? How can I really get some free space to install fedora15?

View 5 Replies View Related

Red Hat / Fedora :: 7.3 - Options To Put Grub On MBR During Installation

Jul 8, 2011

I am running the RedHat 7.3 install off a CD to put the system on an IDE flash drive. The flash drive appears as /sda1 on my system during installation. When I install the bootloader from the install CD it gives me the option of MBR on /hda which I do not want do. I select /sda1 and it puts the bootloader on first boot sector (not the MBR?) Although the installation works, is what I am doing creating a bootable primary hard drive? The flash IDE drive needs to be installed in an embedded system so my installation options are very limited i.e. the system does not have a CD-ROM or floppy to boot from. Are there options to put GRUB on the MBR of /sda1 during installation? Such as, with fdisk or the "force disk primary" option? Or, doesn't it matter?

View 2 Replies View Related

Fedora :: How To Set Kernel Module Options In 12

Mar 23, 2010

The problem I'm facing is that I can't use my headphone. Sound works, but not the headphone. See my ealier thread. It was suggested to edit the module options, but I don't quite know which buttons to push.

View 6 Replies View Related

Fedora :: Window Picker Options In CCSM?

Oct 20, 2009

i can't seem to find the window picker options in the CCSM...

...i'd really like to disable the 'Show Desktop' function because it burries gdesklets...and i always have to restart them.

View 1 Replies View Related

Fedora Installation :: No Options At Grub Menu?

Mar 31, 2010

i am running windows and fedora 12..both are working smooth...today when i switch on the laptop in morning i discovered that it automatically start windows..when again i restart it..it does not give any option to me for selecting which OS to run..i have seen grub.conf file it is right...i have done nothing...windows is booting smoothly..how can i boot to fedora 12 without reinstalling.

View 4 Replies View Related

Fedora :: Edit Boot Options Permanently?

May 11, 2010

how do I edit my kernel boot options permanently? I need to keep adding "nodmraid" to my grub kernel options on each boot... what file do I edit to make it permanent?

View 1 Replies View Related

Fedora :: Setting Startup Options On Exit ?

Aug 13, 2010

I have a dual boot machine; sometimes I want to use windows for something Linux won't do.

It boots up Linux by default, so if I want Windows, I need to interrupt it at the beginning.

It would be more convenient if I could tell it, when I shut down, what to reboot into.

View 4 Replies View Related

Fedora Installation :: Options For Installing 14 From Live CD?

Feb 17, 2011

Been a while since I've been on here, but I was using Fedora 12 for the longest time and only recently started having problems. I kept getting errors and pop-up dialogs telling me to run yum-complete-transaction, which I tried as root many times. It would then give an error that it couldn't locate the repository and such. So, I looked through all my yum config files and changed a few things until I FINALLY got the command to do something, only it did all kinds of strange things as I was running low on EXT3 disk space and using old Windows' partition to store a lot of things on.

Now, I backed up all the /home directories and files as well as /root, just in case this didn't go smoothly and I still ran out of disk space. If I had the money, I'd buy a storage stick and just back up everything, but that's not an option at the moment. Now I have a crippled version of XP (pretty much useless from a trojan, even though I had McAfee AND Windows Defender running), and half of Fedora 12 with 2 different boot images! When I first did this, I used a 10G partition to install Fedora, which was plenty then. What's left of Win still resides on about 65G of space, but I have a lot of files there I want to keep. Fisrst thing I want to know is, should I look anywhere else on the Fedora disk to find files I may need, just in general? There's still a LITTLE space on the drive to back up stuff if I need to.

Second, while I still had enough to work with, I managed to download and burn a F14 Live CD, which is running now. I saw the option on the desktop to install it, and can get my config files and such from the backups if need be. I do NOT have a DVD burner, so if I have to I can use regular 700MB CDs, but only if they are available.The next thing I need to know is if I can install F14 from the web, without having to download any more ISOs, (again, assuming they are available). I know all my DSL settings so that's not a problem, I just need to find out if I can install it that way before I go clicking that icon. Anyone with experience with this would be helpful. I'm ready (MORE than ready) to go through with it, I just don't want to get "stuck" once I start the process. My download rate is around 200k/sec, so it's going to take some time no matter which way I (can) go.

View 4 Replies View Related

General :: XFS Won't Mount With Fstab Options In Fedora 12

Feb 6, 2010

I used the usual 'mkfs.xfs -l size=128m,lazy-count=1 /dev/sdX' at creation. After that, I would like to use custom mount options like: This goes instead of the "defaults" part in /etc/fstab

noatime,nobarrier,logbsize=256k,logbufs=8,biosize=16

I receive the following error at boot: INVALID log iosize 4 [not 12-30] << No one used iosize 4... what does it mean? it is connected to the options..but which one? (At the minute I'm usig it with: noatime,nobarrier).

View 1 Replies View Related

Red Hat / Fedora :: Spontaneous (?) Loss Of Screen Res Options?

Jan 2, 2010

My Fedora 10 will no longer give screen res above 800x600 (60hz)I routinely change screen res (due to having two different monitors) but I made no hardware changes immediately before the problem began. In other words: the hardware was the same as it had been the day before the problem arose.I assumed a hardware fault, so I tried with XP. Weird: I can set higher resolutions there without problem.Any idea why this happened and how I can fix itBTW, I've been a Linux user for some years, but I would describe my skill level as: 'novice.'

View 2 Replies View Related

Fedora Installation :: Rpm {-F|--freshen} [install-options] PACKAGE_FILE

Apr 8, 2009

Has anyone EVER been able to run this particular command? Well I seriously need to run it for the gdm installation on my system. How to specifying the the url to get that package_file? I installed this system from the fc8 live cd -- are the files I need on that disk?

View 6 Replies View Related

Fedora :: Booting - Goes Back To The Install Options Page

Apr 12, 2010

Installed Fedora 12 from a DVD on clean HD. When I rebooted after the install it bought me back to the install options page. If I remove DVD it asks to put it back in so it can boot but it goes back to the install options page. What should I check or do?

View 12 Replies View Related

Fedora :: Check Current Ext4 Mount Options?

May 1, 2010

I was wondering how to check the current mount options of my ext4 filesystems in Fedora 12? The only thing I can see in fstab is "defaults" but how can I know what is behind those defaults.mount command only shows "/dev/sda6 on / type ext4 (rw) but nothing else.I'd like to know a few more things like the data mode used like "ordered" or "journal".

View 2 Replies View Related







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