General :: Packages - Configure The Path While Installing New Plugin?

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


ADVERTISEMENT

Fedora :: Installing Android Plugin For Eclipse - PATH Variable

Feb 27, 2010

I'm fairly new to Fedora (only been using it for about a month) and I'm installing the Android plugin for Eclipse so I can do some development. I am following the directions at the android website and it says to put the path of my downloaded SDK into the system PATH variable. I know how to do this on windows but I have never done it in fedora.

View 3 Replies View Related

General :: How To Configure Library Path

Jun 1, 2010

i'm using slackware 13.0 with glib2-2.18.4-i486-1 and gtk+2-2.14.7-i486-4 i need to install newer gtk+2, i've installed glib-2.25.7, but in my home directory, so how do i configure the gtk+2, so it points to the glib library path in my home directory. i've tried this command

Code:

./configure BASE_DEPENDENCIES_LIBS=/home/sadlie/.testapp/usr/lib

but it still comes with the same error message

Code:

Requested 'glib-2.0 >= 2.23.6' but version of GLib is 2.18.4
Requested 'atk >= 1.29.2' but version of Atk is 1.26.0

View 3 Replies View Related

General :: Command To Get Install Path Of Applications/rpm Packages?

Jun 30, 2010

I am looking out for a command which can give me the list of applications installed and the corresponding install paths for those.let me know if there is any such command. Also, i am using rpm command to get the list of packages installed(i am assuming that this shows the list of applications installed).

View 4 Replies View Related

General :: Configure Applet Plugin For OpenJDK In Firefox ?

Jul 10, 2010

I am using Kubuntu 10.04 with Firefox 3.6 from Mozilla's website and I use OpenJDK from the Ubuntu repsitories.I want to know how do I configure OpenJDK with the Firefox to view Java applets in the browser.

View 1 Replies View Related

General :: Can Specify The Path To Libpcap When Configuring/making/installing

Dec 9, 2010

I'm running Ubuntu 10.04.1 and am trying to get packet capturing working for my Bluetooth dongle using hcidump.From what I've read, libpcap must be compiled to enable Bluetooth sniffing and given that hcidump isn't finding a single packet, I'm guessing the version Ubuntu has installed for me isn't compiled with bluetooth support.So I downloaded a newer version of libpcap and installed the bluez header files. Configured libpcap and it gave a "Yes" for bluetooth support. It is now installed and sitting in /usr/local/lib/. Now I'm trying to compile hcidump to use this lib rather than the system default but I can't figure out how...I've read that GCC can be passed the -lpcap flag to set the path but I haven't figured out how to do this.

View 1 Replies View Related

General :: Recover A Form In Firefox *without* Installing A Plugin?

Jan 22, 2011

Possible Duplicate: How to recover form information for a webpage in Firefox I typed a couple of paragraphs on a discussion board, but when I clicked the submit button, the site was undergoing (un)scheduled maintenance, and the back button decided to refresh the page, sending my paragraphs into oblivion.A quick web search revealed that Lazarus provides form recovery for Firefox. However, installing a plugin requires restarting Firefox, and even after restarting Firefox (which I haven't done yet), Lazarus can't recover forms it hasn't backed up yet.Now that the horse is out of the barn, I want to do the impossible: restore some or all of the text I typed, without restarting my browser.

Edit: I should clarify. Lazarus is a wonderful solution for preventing future form data loss. This question is for people who have already navigated away from their form and lost its contents, but hope there is some way to salvage the situation. My solution was to get a core dump of the process and grep through it, but there might be a layman's way to do it (for example, somehow get Firefox to load the cached version of the previous page). Thus, solutions that only solve the problem in the future, without addressing the present, are off-topic in this question.

View 3 Replies View Related

General :: Installing Skype And Flash Plugin On Slackware

Dec 14, 2010

I've downloaded the static .tar.bz2 file for Skype .

[code]...

Same with Flash, my default browser is Konqueror. explain everything for dummies. I've also created a non-root user (kasu) and when I try logging in, I get the error message; There's no home directory and it can't be created.

View 5 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 :: Install Flash Plugin On Specific Path Firefox

Oct 14, 2009

I failed to install flash-plugin on my firefox My firefox is installed on path "/home/<<user>>/firefox"

1) I tried to install flash plugin by rpm -Uvh flash-plugin-10.0.32.18-release-i386.rpm It is not working as the files are not installed on the folder /home/<<user>>/firefox/

2) yum install flash-plugin It returns "nothing to do"

3) I extracted and copied the files in the rpm to /home/<<user>>/firefox/flash-plugin then create a link by ln -s /home/<<user>>/firefox/flash-plugin/libflashplayer.so /home/<<user>>/firefox/plugins/libflashplayer.so When I open the firefox, it crashed.

How could I install this plugin manually?

View 2 Replies View Related

General :: Installing Ffmpeg And Gcc - Error: No Acceptable C Compiler Found In $PATH

Jan 17, 2010

I am running a server which is hosting a site where members can upload videoclips. I noticed that upon upload a thumbnail is not created for the videoclip. I found out that ffmpeg needed to be properly installed and in my case ffmpeg-php as the site runs on php. So far so good. I followed the instructions found somewhere to install ffmpeg-php but stall at the command: dot slash configure && make The error I get is:

checking for egrep... grep -E
checking for a sed that does not truncate output... slash slash bin slash sed
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH

I presume it's because gcc is missing. how I can start tackling the problem and ultimately get gcc running so I can install the ffmpeg? I am really sorry I was hoping to elaborate a bit more but I get an error: You are only allowed to post URLs to other sites after you have made 15 posts or more. so I guess I need to wait and describe it differently.

View 4 Replies View Related

General :: Difference Between PATH=$PATH:$1 & PATH=$1:$PATH?

Jan 16, 2011

I found the following function in /etc/profile file.

[Code]...

1. I dont undestand what "if ! echo $PATH | /bin/grep -qE "(^|:)$1($|:)"" this if statement actually comapres??

2. Also what is the difference between PATH=$PATH:$1 & PATH=$1:$PATH

View 14 Replies View Related

Debian :: Installing I386 Packages Prompts Removal Of Amd64 Packages

Apr 8, 2015

I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is

Code: Select allapt-get install package-name:i386

prompts the removal of currently installed packages (amd64 arch.) which is the problem.

Code: Select allReading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libportaudio0:i386

[Code] ...

Some of the packages I am talking about are

-libegl1-mesa-dev:i386
-libportaudio-dev:i386

Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?

View 1 Replies View Related

General :: Installing Packages - HylaFAX ?

Dec 1, 2010

First time Linux user, and I am trying to install HylaFAX.

The documentation states to first install the following 3 packages.

Quote:

So I tried:

Code:

Same results from the next two packages.

Also, if I have a fairly new PC, should I be using i386 or something like x86-64?

View 3 Replies View Related

General :: Installing Packages From A Live CD/DVD?

Sep 17, 2009

way to install packages from a live CD/DVD. I have a live dvd that their are alot of apps I want off it, I would download them my self but I have very limited bandwidth. I have read about how to repackage the packages.

View 3 Replies View Related

General :: Installing Packages From Non-installation CD?

Jan 4, 2010

I want to install packages such as samba, openssh etc. from a CD rather than download it from the net each time I build a new machine. I am able to install them from the installation CD after using the �apt-cdrom add� command but what I want to do is burn my own CD with only the packages I require and install from that. I have put them on a CD, entered �apt-cdrom add� but get errors about the name of the disk, and a read error when copying package lists.

View 3 Replies View Related

General :: Installing Updates - Fix Broken Packages First

Mar 12, 2011

After recently installing Linux Mint 10 I have tried to install the updates it says and everytime it tells me I have to fix broken packages first. I have been into something that tells me there is no broken packages. What can I do?

View 4 Replies View Related

Ubuntu :: Lib Packages Not Found In Config Search Path

Aug 16, 2011

I just installed Netsurf, but I was confronted with "libnsbmp is not installed". So I installed libnsbmp.
The error "libnsgif is not installed" appeared when installing libnsbmp.
The error "libpng is not installed" appearded when installing libpnf.
...
I installed all that I was asked to install. However, when I was installing libcss, it said that "Package libparserutils was not found in the pkg-config search path. Perhaps you should add the directory containing 'libparserutils.pc' to the PKG_CONFIG_PATH environment variable". I have already installed libparsercutils but not in the /usr/lib dir.

What should I do to continue my installation? And anyone could tell me what are those lib stuff? I installed zlib with the apt-get install command.Can I get other lib stuff with the same command?

View 2 Replies View Related

Fedora :: Configure Path $ESD BIN PRELOAD?

Nov 29, 2009

I'm using NoMachine's FreeNX client on my Vista PC to access my Fedora 12 box. Mostly works a real peach and I'm very impressed with it. But...... Working through some of the stuff I'd "like" it to do I'm struggling with enabling sound.I've enabled the Multimedia setting in the NX Client. I've loaded via Add/Remove Software,

Sound support with ESD
gg2-esound-2.3.0-13.fc12 (i686)
PulseAudio EsounD dameon compatibility script

[code]...

View 1 Replies View Related

Ubuntu :: How To Configure PATH For TeX Live

Aug 5, 2011

After installing texlive I got this message:
"add /usr/local/texlive/2011/bin/i386-linux to your PATH for current and future sessions."
By default the result of echo $PATH in ubuntu 10.04 LTS is:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin/bin:/usr/games

In my .bashrc file, exactly where should I insert the suggested PATH? Does it matter where it is put (please keep security hole issues also while answering this question). For example will it be OK if I add this line at the end of my .bashrc file:
/usr/local/texlive/2011/bin/i386-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin/bin:/usr/games

What is the correct position where texlive PATH should go. (I realized simply adding the above line, /usr/local/texlive/2011/bin/i386-linux at the end of my .bashrc is not the correct way to do because this gives rise to executing common commands live vi or xemacs etc(PATH clash, command not found in suggested PATH)). Another doubt is related to the kernel, the command sudo uname -a gives me:
linux myname-desktop 2.6.32-33-generic #71 Ubuntu SMP wed Jul 20 17:31:40 UTC 2011 i686 GNU/Linux
Do you think the downloaded texlive will work since this relevant to i386-linux?

View 2 Replies View Related

General :: How To Know Required Packages Of One Package Before Installing In Ubuntu?

Jan 30, 2010

I have Ubuntu 9.10 installed on my laptop.And I am going to install mediaplayer from its "*.deb" file, But it requires a lot of other packages and each of those packages needs others and so on.Since I do not have internet connection on my Ubuntu and my internet connection is in Win XP, so I should download these packages and then check them in my Ubuntu and see what other packages it needs and download them and so on.

It is a very time consuming task. If I could find out what are all the required packages I could download all of them at once and then I could install them by "sudo dpkg -i *".Therefore I am wondering if there is a way to know which packages are the required ones for a typical package, my work would be much more easier.

View 1 Replies View Related

Ubuntu :: Configure Correct Path To Folder?

Jul 3, 2010

My downloads are navigating to my home folder but not being deposited into the download folder as you can see by the screen shot . I don't know how to configure the correct path to the folder

View 2 Replies View Related

General :: Move A File To Some Path And Create That Path When It Doesn't Exist?

Oct 8, 2010

I use this command:

Code:

find ./ -atime +360

to figure out the files that haven't been accessed since 360 days. The command above will return results like this:

Code:

/uploads/2010/02/some-file-name.ext
/uploads/2009/08/another-file-name.ext
... etc

I'm taking here about tins of directories, thousands of files. I'm looking to find a command that makes me able to move the results above to another path, and to create that path once it doesn't exist like below:

Code:

mv /uploads/2010/02/some-file-name.ext /old-files/uploads/2010/02/some-file-name.ext

But I want the executed command to create this path

Code:

/old-files/uploads/2010/02/

If it doesn't exist.

View 6 Replies View Related

General :: Skype And Installing Libraries / Packages - 'GLIBCXX_3.4.9' Not Found

Oct 15, 2010

I've got an Aspire one Linpus Linux Lite and I have a problem installing Skype. When I tried to run Skype after downloading I got the following:

skype: /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.9' not found (Required by Skype)

In the terminal window I typed the following: rpm -q glibc And got glibc-2.9-2 How do I install the required packages/libraries?

View 2 Replies View Related

General :: Configure Error While Installing Wireshark

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

General :: Forcing An Absolute Path Where A Relative Path Is Expected

Feb 21, 2011

I have a program that takes a relative path as input appends it to a some path string to get the actual path.

Now all I can input is the relative path. So if I want to go one level above my input will be ../mypath.

If I know the depth of the path used internally, I can use .. as many times to go to the root directory and then give the absolute path. But suppose I do not know the depth of the directory, can I construct a relative path string such that it considers it as a relative path. One way could be to have enough .. in the path string so that I can force an absolute path for some maximum depth of path.

Is there some path string syntax that I am not aware of but can achieve this?

View 2 Replies View Related

General :: Deleted Path Variable - How To Return To The Original Path Value

Apr 26, 2011

Experimenting with shell variables, accidentally deleted the path variable how could I return to the original path value. What kinds of problems will I have if I don't have a path variable.

View 3 Replies View Related

Programming :: Specify A Library Search Path To Configure's AC_CHECK_LIB?

Aug 31, 2010

I'm writing an application and want to make possible to compile it with or without an optional module. This module requires perl library to be compiled, so I want to check presence of it in 'autoconf'.

The problem exists because perl library is placed in 'non-standart' location itself (like a /usr/lib64/perl5/CORE/libperl.so). So when I try to run configure (with AC_CHECK_LIB or AC_SEARCH_LIBS), it cannot find and link libperl.so in its test.

Trying to pass ./configure CFLAGS=-L/usr/lib64/perl5/CORE/ or ./configure LDFLAGS=-L/usr/lib64/perl5/CORE/

How can I define a location to search for configure's tests?

View 1 Replies View Related

Software :: Configure: Error: No Acceptable Cc Found In $PATH

Jan 24, 2010

I have had problems trying to use ./configure when compiling fvwm95. I get a error that says this

Code:

checking for cc... no
configure: error: no acceptable cc found in $PATH

View 1 Replies View Related

General :: Clear Missing Dependency Error At The Time Of Installing Packages Using Yum

Sep 17, 2010

While i'm installing few rpm packages using yum i got missing dependency error. So how can i clear that error and how install successfullly.

View 3 Replies View Related







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