Re: emacs installation problem

2013-10-26 Thread Nico Kadel-Garcia
Are you using yum insall emacs? And what are the dependency problems
reported? Do you have some excludes set in your yum configurations?


On Fri, Oct 25, 2013 at 2:27 AM, vivek chalotra vivekat...@gmail.comwrote:

 Dear all,

 I am not able to install emacs in slc6.4..It is not resolving some
 dependencies..what to do?


 Regards
 Vivek Chalotra
 GRID Project Associate,
 High Energy Physics Group,
 Department of Physics  Electronics,
 University of Jammu,
 Jammu 180006,
 INDIA.



Stuck with compilations

2013-10-26 Thread Elio Fabri
Hi all, I am working on SL6.2 and experience almost always the same 
problem when trying to compile.
configure tells some libraries can't be found, even if they are actually 
installed.


Just an example: trying to compile audacity-src-2.0.4 I get:

configure: error: Could not find wx-config: is wxWidgets installed?
is wx-config in your path?


Trying to compile wxX11-2.8.12 I get:

configure: error:
The development files for GTK+ were not found. For GTK+ 2, please
ensure that pkg-config is in the path and that gtk+-2.0.pc is
installed. For GTK+ 1.2 please check that gtk-config is in the path,
and that the version is 1.2.3 or above. Also check that the
libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
--libs' are in the LD_LIBRARY_PATH or equivalent.


and so on...
Some help?
--
Elio Fabri


Re: Stuck with compilations

2013-10-26 Thread Elio Fabri

On 10/26/2013 06:24 PM, Nico Kadel-Garcia wrote:
 Trying to compile means trying to compile from a tarball, I  take it.
OK
 Why not grab a relevant SRPM, if available? Even if you need to update
 some components with that, you should get a  better handle on the needed
 components to do compilation that way.
Thank you, Nico. I did know that, but...
I found audacity-1.3.12-0.6.beta.el6.x86_64.rpm
and here is what happened:

rpm -ivhf audacity-1.3.12-0.6.beta.el6.x86_64.rpm

error: Failed dependencies:
libSoundTouch.so.1()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64

libjack.so.0()(64bit) is needed by audacity-1.3.12-0.6.beta.el6.x86_64
libvamp-hostsdk.so.3()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_baseu-2.8.so.0()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_baseu-2.8.so.0(WXU_2.8)(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_baseu_net-2.8.so.0()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_baseu_net-2.8.so.0(WXU_2.8)(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_baseu_xml-2.8.so.0()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_adv-2.8.so.0()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_adv-2.8.so.0(WXU_2.8)(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_adv-2.8.so.0(WXU_2.8.11)(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_aui-2.8.so.0()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_core-2.8.so.0()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_core-2.8.so.0(WXU_2.8)(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_core-2.8.so.0(WXU_2.8.5)(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_html-2.8.so.0()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_html-2.8.so.0(WXU_2.8)(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_qa-2.8.so.0()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_richtext-2.8.so.0()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64
libwx_gtk2u_xrc-2.8.so.0()(64bit) is needed by 
audacity-1.3.12-0.6.beta.el6.x86_64


--
Elio Fabri


Re: Stuck with compilations

2013-10-26 Thread Nico Kadel-Garcia
In a separate note you are using rpm -ivh [package].rpm. Please use yum
install [package].rpm. yum tries very hard to resolve those dependencies
for you, by looking them up in a database built from whatever public
software repositories are enabled for your system.

yum uses rpm, but is more powerful.


On Sat, Oct 26, 2013 at 12:10 PM, Elio Fabri elio.fa...@tiscali.it wrote:

 Hi all, I am working on SL6.2 and experience almost always the same
 problem when trying to compile.
 configure tells some libraries can't be found, even if they are actually
 installed.

 Just an example: trying to compile audacity-src-2.0.4 I get:
 
 configure: error: Could not find wx-config: is wxWidgets installed?
 is wx-config in your path?
 

 Trying to compile wxX11-2.8.12 I get:
 
 configure: error:
 The development files for GTK+ were not found. For GTK+ 2, please
 ensure that pkg-config is in the path and that gtk+-2.0.pc is
 installed. For GTK+ 1.2 please check that gtk-config is in the path,
 and that the version is 1.2.3 or above. Also check that the
 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
 --libs' are in the LD_LIBRARY_PATH or equivalent.
 

 and so on...
 Some help?
 --
 Elio Fabri



Re: Stuck with compilations

2013-10-26 Thread Earl Ramirez
Will you be interested in trying the rpm package for nux repo [0]?

[0] http://li.nux.ro/download/nux/dextop/el6Workstation/i386/



On Sat, 2013-10-26 at 18:10 +0200, Elio Fabri wrote:
 Hi all, I am working on SL6.2 and experience almost always the same 
 problem when trying to compile.
 configure tells some libraries can't be found, even if they are actually 
 installed.
 
 Just an example: trying to compile audacity-src-2.0.4 I get:
 
 configure: error: Could not find wx-config: is wxWidgets installed?
 is wx-config in your path?
 
 
 Trying to compile wxX11-2.8.12 I get:
 
 configure: error:
 The development files for GTK+ were not found. For GTK+ 2, please
 ensure that pkg-config is in the path and that gtk+-2.0.pc is
 installed. For GTK+ 1.2 please check that gtk-config is in the path,
 and that the version is 1.2.3 or above. Also check that the
 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
 --libs' are in the LD_LIBRARY_PATH or equivalent.
 
 
 and so on...
 Some help?
 --
 Elio Fabri

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part