Software :: Using ./configure While Installing Kfsmd?
Aug 12, 2010
I'm trying to use the kfsmd tool[URL].. to alert me of folder changes on a RHEL4 installation. I've d/l'd the source and tried to ./configure it but it fails, needing a current sigc++ library. So I d/l'd libsigc++-2.2.8 and configured and installed it and I see a /usr/local/lib/sigc++-2.0 folder now. So now when I go back and ./configure kfsmd, how do I tell it to look to /usr/local/lib/sigc++-2.0 for the library it needs?
View 2 Replies
ADVERTISEMENT
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
Jan 4, 2011
I'm trying to install Wireshark but I have this message :
"configure: error: Header file pcap.h not found; if you installed libpcap from source, did you also do "make install-incl", and if you installed a binary package of libpcap, is there also a developer's package of libpcap and did you also install that package?"
I tried to use #yum -y install wireshark but didn't work.
View 3 Replies
View Related
Mar 22, 2010
I am facing the following error when im trying to install the openldap and running the ./ configure command.
./configure
Configuring OpenLDAP 2.4.21-Release ...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
[Code]...
View 2 Replies
View Related
Feb 27, 2011
My Debian installation was originally only in Croatian, and I was fine with that until now. Being irritated by some javascripts (especially those that won't let me close a tab in Iceweasel) I installed noscript. However, I could not configure it (the configuration was "translated" in Croatian rendering it useless). So I did# dpkg-reconfigure localesand added English (en_US) besides Croatian (hr_HR)....
[Code]...
View 6 Replies
View Related
May 21, 2011
I'm trying to install bitcoin onto my computer, and the Linux version only comes in tar.gz, and I can extract it just fine, however when I put in ./configure using the command line...it doesn't work...so I checked the README file and it didn't mention doing that...it simply told me to run either /bin/64/bitcoin or to run /bin/32/bitcoin However when I try running first one, /bin/64/bitcoin, it simply says something about there not being a shared library...But when I try to run /bin/32/bitcoin it simply says "Permission Denied" and yes I tried running as root when I first saw that...didn't do any good.
View 4 Replies
View Related
Jun 3, 2011
Whenever I need to install something on Xentos, I found rpm or tar balls. I want to know what is difference between two. Also if I need to install something for php but I have installed on different folder, how can i give that php path while using configure command in newly downloaded tar.gz package ?
View 2 Replies
View Related
Nov 29, 2010
I installed in ubuntu 10.04 in my laptop
yesterday i needed windows and had to install it
so right no am unable to boot in ubuntu without my live cd
when i was installing ubuntu eather unchaked to install the bootloader or i installed it not on partition but starit on the drive on the /sda
am able to boot in my ubuntu with the live cd by typing in parameter :grub.
i really need grub boot loader in this computer to be able to chose to boot in windows or ubuntu
i tried couple of instructions and always goat some headache.
View 2 Replies
View Related
Aug 10, 2010
I would like to install this software on linux server for purpose of system reporting. I have all the installation software and the system's specification is based on system need.
View 1 Replies
View Related
Feb 17, 2011
I installed a library to the /usr/local/ prefix in Linux using ./configure && make && make install. What environment variables do I need to set in order for the linker and compiler to search these new library and header paths?
View 1 Replies
View Related
Apr 29, 2011
I plan on installing a belkin wifi router. Is there any software to configure it ? also i need to increase the security as max as possible will my wifi be secure? only certain number of devices to access it also any software to display the number of devices accessing it like a radar? i am very fed up of all the command-line thinggy
View 1 Replies
View Related
Feb 21, 2010
i was installing php5.3 on my system nd i followed d procedure
./install after processing man lines it said checking for xml2-config path... configure: error: xml2-config not found. Please check your libxml2 installation.
[Code]...
View 2 Replies
View Related
Dec 1, 2010
I just dual booted Open SUSE on my computer, and am pretty happy with it. But, in order to use my wireless card for it, I need to install a driver. The wireless card is a Realtek 8191 SE. I've downloaded a driver, but I have no idea how to configure it. I've tried pasting the files into /lib/firmware, but it won't allow me to edit or paste any files into the folder.
View 3 Replies
View Related
Jul 24, 2011
I've AMD64 system with Ubuntu 11.04 installed. It's been rough ride for me to install oracle-xe-universal. I've already spent more than 2 days on this. Still unsuccessful.
1) First I downloaded the packages libaio_0.3.104-1_i386.deb and oracle-xe-universal_10.2.0.1-1.1_i386.deb
2) Then I ran
sudo apt-get install bc (ran fine)
sudo dpkg -i --force-architecture libaio_0.3.104-1_i386.deb (ran fine)
sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
(gave me dependency error for libc6 (>= 2.3.2), I modified the control file to remove dependency and rebuilt the package) (now worked fine) Oracle xe is now installed. Then I tried to start the DB it started but it's HTTP client never started. So I decided to uninstall the oracle-xe=universal. None of the sudo apt-get remove oracle-xe-universal command's didn't worked for me. So i went for manual uninstallation directions as per oracle link.
I ran the following command-
--Manually uninstalling Oracle 10g--
sudo rm -rf /usr/lib/oracle /etc/oratab /etc/init.d/oracle-xe /etc/sysconfig/oracle-xe /usr/share/doc/oracle_xe /usr/share/doc/oracle_xe_client
Then I again ran the following command to install oracle-xe
sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.0_i386.deb
See below what I got as the output-
rocky@ubuntu:~/git/mygit/edas2/libaio$ sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
dpkg: warning: overriding problem because --force enabled:
package architecture (i386) does not match system (amd64)
[code]....
Even in applications menu I don't see the if oracle has been installed. So i conclude first time installation was ok but somehow http client didn't worked. After manual uninstallation, second installation didn't even loaded/installed the oracle-xe in init.d directory.
View 1 Replies
View Related
Dec 14, 2010
I am installing gcc-core, binutils, etc, to cygwin. The goal I am pursuing is to be able to build from a Windows platform, for a Linux target, saying it in other words is to compile programs in a Windows environment to run them in a Linux environment.
The problem is that I need to know what TARGET to choose when running the ./configure. My understanding is that it depends on the target CPU, right? I need to build gcc-core and all the needed utils, to be able to build later the gcc-linux. Is this correct?
View 2 Replies
View Related
Apr 1, 2010
After I got the OS up and running (v9.10), I was prompted to download and install some updates. The download is complete, but when I try to install the updates, I receive the following message. What should I do?
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.
View 4 Replies
View Related
Apr 4, 2010
I am trying to follow this tutorial below so that I can get Text to the right of icons on the GNOME desktop. [URL] Everything so far has worked fine, except when I get to step 3 where I compile Nautilus. When I try to run the command ./configure --prefix=/usr It tells me bash: ./configure: No such file or directory
View 5 Replies
View Related
Mar 19, 2011
I found a tool made for Ubuntu called Xautoclick. I downloaded it and it is called "xautoclick-0.30.tar.gz" The installation notes say "tallatBe sure you have the proper development packages for your distribution installed (i.e. something like xserver-xorg-dev, gtk2-dev, et cetera). After that, run:
./configure make sudo make install" I have no clue what to do... I typed in "./configure" in the terminal and it says "bash: ./configure: No such file or directory?
View 3 Replies
View Related
Feb 8, 2010
kpilot worked just fine with my Palm Tungsten T3 on OpenSuse 10.3. I recently upgraded to 11.2 and have had numerous problems. It took me a while to get the hardware talking (documented in another thread), but now the sync is proving to be problematic. A hotsync happens - and I can also sync fully with jpilot, but the sync isn't going anywhere. I'm hoping to sync with kontact, but it's impossible to tell as kpilot hangs whenever I try to configure the conduits through the "Configure kpilot" menu item. When syncing, the log complains of missing conduits:
Version: KPilot 5.3.0 (KDE 4.3.0)
Version: pilot-link 0.12.3
Version: KDE 4.3.1 (KDE 4.3.1) "release 6"
Version: Qt 4.5.3
[Code]....
View 6 Replies
View Related
Jun 5, 2011
I want to install a program from this website http:[url].... and i download the option " hydra-6.3-src.tar.gz".i tried following the instructions on this page: https:[url].... but when i get to the ./configure step it says "bash: ./configure: No such file or directory"
View 9 Replies
View Related
Sep 23, 2010
I am trying to install the IDS component barnyard2 on RHEL 5. I am following the snort enterprise insall document by Patrick Harper. For installing barnyard, after the tar command it says to perform a ./configure --enable-mysql The --enable-mysql does not work: configure: WARNING: unrecognized options: --enable-mysql --with-mysql does work. Is there a difference? Next, using --with-mysql, I get a failure at the end:
ERROR! Libpcap library/headers (libpcap.a (or .so)/pcap.h) not found, go get it from Open Source and Linux Forums dot tcpdump dot org TCPDUMP/LIBPCAP public repository or use the --with-libpcap-* options, if you have it installed in unusual place. Also check if your libpcap depends on another shared library that may be installed in an unusual place I do a find / -name libpcap* and get:
/usr/share/doc/libpcap-0.9.4
/usr/lib/libpcap.so.0.9.4
/usr/lib/libpcap.so.0
/usr/lib/libpcap.so.0.9
/usr/lib64/libpcap.so.0.9.4
/usr/lib64/libpcap.so.0
/usr/lib64/libpcap.so.0.9
How do I tell the configure to use one of the above? I don't understand how to use the --with-libpcap-* option?
View 11 Replies
View Related
Mar 28, 2011
Alright setting up a friends netbook, display has been a little iffy (slow. glxgears is giving like 100fps). Couple issues: xorg.conf doesn't exist (i know thats typically not an issue) and "sudo xorg -configure" and "sudo xorg --configure" both return "xorg command not found."
glxinfo say that its using Mesa for the software rasterizer and that the driver is from mesa. lspci says the VGA controller is from Intel. I'm thinking xorg is defaulting to vesa for drivers, but I need to know how to change that to the open source intel driver
View 7 Replies
View Related
Jan 4, 2011
I am trying to install a ubuntu server to serve sites. More than one, so Ill use Apache VirtualHost.When installing ubuntu server ask me about installing DNS Server? do i need it?
View 6 Replies
View Related
May 30, 2011
I'm using BT5 with KDE on my laptop and actually quite like it (KDE that is, liking BT5 goes without saying ) and have managed to disbale most of the eye-candy but couple things remain that I haven't figured out:
1- How do you disable all transition effects (e.g. menus fading away and having shadows)? (I already got all window manager, composition(?) effects disabled and set the overall system to "Low CPU, Very High Resolution".)
2- The "Windows flag" key is mapped to Meta so it can't be assigned as "Open KMenu" - key, I'm not too keen on re-assigning it to F14 or something so the question is, what key combo you got to open the application menu?
3- In XFCE (and other "alternative" DMs), you can have full application menu on right-click when pointer is over the desktop, is that possible to do on KDE?
View 2 Replies
View Related
May 2, 2011
Cards :
ATI Radeon 9250
Nvidia FX6100
Intel I946
Monitor :
Dell P1110 CRT
horizsync 30-121 KHZ
vertrefresh 48-160 HZ
This monitor used to do 1920x1440 and beyond, and do 1280x1024 at >100 HZ (120 IIRC) Now it won't go >85 HZ at any resolution and won't go >60 HZ at >1600x1200. The options are missing in the KDE system settings
[Code]...
View 2 Replies
View Related
May 18, 2010
I am using RHEL5. I want to configure DNS for my LAN.
View 14 Replies
View Related
May 24, 2010
I have HREL5. I want to configure NTP for my 5 pcs.
View 3 Replies
View Related
Sep 23, 2010
i configuring yum in rhel5.5 first time i m succesfuly installed package with help of yum... but after some time. i'm using #yum list command to install anoter packages showing error [URL]: [Errno 12] Timeout: <urlopen error timed out> Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: Cluster. Please verify its path and try again
View 7 Replies
View Related
Mar 27, 2010
I am currently working on configuring GPFS files system under RHEL4 U8. In my setup I am using the following,
1. RHEL4 U8 ES 32-bit.
2. GPFS 3.2.1.
3. Configured GPFS cluster.
[code]....
View 7 Replies
View Related
Oct 16, 2010
Can I configure LVM in my RHEL 5 after I installed linux ? I have heared that it is only possible in GUI installation of Linux.
View 3 Replies
View Related