search for: install

Displaying 20 results from an estimated 119216 matches for "install".

2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
Sorry for the rapid fire replies, but this configuration works for me: install(DIRECTORY include/ DESTINATION include # FILES_MATCHING PATTERN "*.def" PATTERN "*.h" PATTERN "*.td" PATTERN "*.inc" PATTERN ".svn" EXCLUDE ) install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/ DESTINATION include # FILES_MATCH...
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
On Thu, Sep 30, 2010 at 3:08 PM, Samuel Williams <space.ship.traveller at gmail.com> wrote: > Hi, > > I might just be doing something stupid, but when I do > > $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. > $ sudo make install > > I don't get the expected headers in >        /usr/local/llvm-2.8/include/llvm > > It is simply an empty directory. > > What am I doing wrong? This is on Mac OS X, CMake 2.8+ What version...
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi, I might just be doing something stupid, but when I do $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. $ sudo make install I don't get the expected headers in /usr/local/llvm-2.8/include/llvm It is simply an empty directory. What am I doing wrong? This is on Mac OS X, CMake 2.8+ Kind regards, Samuel
2010 Nov 05
3
Unable to create (and keep) guest
Hi, Host: CentOS 5.5 Guest: Ubuntu maverick I am having a horrid time trying to create a guest on my xen machine. I have tried several method. The method that I have had the most success with is `xm create`. The problem I have is that once the I have run: xm create -c myconfig.cfg install=true install-mirror=http://mirror.bytemark.co.uk/ubuntu/ install-suite=maverick and go all the way throught the installation, the guest does not appear in `xm list`. It appears in the list during the installation but once the install is complete and I reboot, it never comes back. If I try to start...
2008 Jul 16
4
yum remove <old kernel pkgs> -- wants to remove a ton of stuff
...red ============================================================================= Package Arch Version Repository Size ============================================================================= Removing: kernel i686 2.6.9-55.0.12.EL installed 28 M kernel i686 2.6.9-55.0.2.EL installed 28 M kernel i686 2.6.9-42.0.2.EL installed 27 M kernel i686 2.6.9-42.0.8.EL installed 27 M kernel i686 2.6.9-42.0.3.EL...
2010 Sep 30
2
[LLVMdev] CMake "sudo make install" & headers
Hi Oscar, I tried that but it didn't work. However, it did work fine on Linux for me so I am now a bit confused. Here is the output from $ sudo make install Install the project... -- Install configuration: "Release" -- Installing: /usr/local/llvm-2.8/lib/libLLVMSupport.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMSystem.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMCore.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMCodeGen.a -- Instal...
2009 Nov 17
3
gem install rails - errors MAC OSX (snow leopard)
This produced quite a mouthful of text. I''m stuck on the error messages and wondering if I messed something up. Any advice would be very appreciated. Thank you. dust:~ Lex$ gem install rails WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and /usr/bin aren''t both writable. WARNING: You don''t have /Users/Lex/.gem/ruby/1.8/bin in your PATH, gem executables will not run. Successfully installed activesupport-2.3.4 Successfully installed activerecord-2.3.4...
2008 Aug 24
3
Problems with perl upgrading CentOS 5.1 to 5.2
Hi, I'm having problems with perl. I'm receivings this e-mails from logwatch everyday and appears to be a problem with perl. I explain a bit before expose the errors that I received: I tried to download all perl* packages, uninstall the repeated ones and reinstall all packages where installed. I need some help to try to solve this problem, because is a production server and I can't uninstall many working packages that depends on perl* ones. I read about similar problem in CentOS forums, with no sucess. Many thanks to al...
2006 Dec 05
1
vorbis-tools-1.1.1 build mechanism stubbornly refuses to build with FLAC, ogg123, speex
Hello, I am trying build vorbis-tools-1.1.1 in the framework of my tool (see signature). The essence of the tools is that it builds and install everything locally, and, of course, it uses the available mechanisms to specify search paths for both headers and libraries; the tool first builds dependencies abd then the target itself. So, for example, 'configure' for vorbis-tools-1.1.1 is rub this way: cd /maxtor5/sergei/AppsFromScra...
2013 May 31
2
3.0.1 update and compiler package
Hi, I recently updated to R 3.0.1. I'm running linux ubuntu 12.04. I realized that I have to update all the installed packages so I run > update.packages(checkBuilt=TRUE) as described here http://www.r-bloggers.com/r-3-0-0-is-released-whats-new-and-how-to-upgrade/ . The first thing it did was telling me that it will not update several packages. When it was finished I used the warnings function to have a...
2008 Jun 02
1
libsmi warnings
hey, just did a yum install wireshark on a fresh and clean CentOS 4.6 box, and got a bazillion warnings about libsmi... # cat /etc/redhat-release CentOS release 4.6 (Final) # yum install wireshark Setting up Install Process Setting up repositories Reading repository metadata in from local files Excluding Packages from Cent...
2009 Aug 14
7
"sudo gem install rails" not able to install thin dependency
Hi folks, I''m having trouble getting gems to install rails. It just keeps asking me which version of thin I want to install. Until I choose skip or cancel, in which case I''m told that something has gone wrong. Any advice? Thanks kindly, Tommy PS: Gems is 0.94. --------------------------------------------------------------------- tommy@...
2019 Nov 07
2
yum install fails - itertoolsmodule.so
I've just tried a yum update on one of my C7 boxes and got the following output. I'm guessing to fix this I need to re-install the RPM, but I can't remove it because of dependancies, so how can I fix the problem? I've managed to download a later version of the RPM, but haven't managed to find the same version as the one installed. Gary [root at zeppo ~]# yum install There was a problem importing one of the Py...
2010 Sep 30
0
[LLVMdev] CMake "sudo make install" & headers
Samuel Williams <space.ship.traveller at gmail.com> writes: > I might just be doing something stupid, but when I do > > $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. > $ sudo make install > > I don't get the expected headers in > /usr/local/llvm-2.8/include/llvm > > It is simply an empty directory. It works fine for me on Linux & cmake 2.8.2 > What am I doing wrong? This is...
2020 May 14
0
Ailing MATE desktop
...t; > On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS > > wrote: > > > On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via > > > CentOS > > > wrote: > > > > I'm about ready to run "dnf erase *mate*" and try re-installing > > > > MATE > > > > from scratch from the GNOME3 desktop. Is that possible without > > > > ripping > > > > the heart out of C8 by deleting other critical packages? > > > > > > I've attached a capture of "dnf erase *mate...
2010 Nov 18
0
.pkg won't fully install on my MacBook
I'm having problems downloading any .pkg file on my MacBook. All the .dmg files up to 2.10.1 will download and install fine but nothing newer than that. I'm attaching the the log file from my installer as and here are some other things about my system. At the end of the log the installer continues to run not doing anything and comes up with progress messages. I've let it run for over and hour and not...
2011 Oct 30
2
Could not find rails (>= 0) amongst [bundler-1.0.21]
Hello, I''m new to Ruby and unix/linux development (although been building .net apps for years). I''ve almost completed my trek to install Rails ... looks like I have one final hurdle. After installing rails I try the ''rails -v'' command and it fails. Any help here would be deeply appreciated. Here''s the output from my bash session: bash-3.2$ ruby -v ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-da...
2000 Dec 18
0
R 1.2.0 : logspline does not install from install.packages(). Missing #include | library ? (PR#775)
Full_Name: Emmanuel Charpentier Version: 1.2.0 OS: Linux 2.2.18 (Debian 2.2) Submission from: (NULL) (193.251.31.31) When trying "mass" installation of available packages, the package logspline does not compile, at least when installed through install.packages("logspline"). It seems that it is a small bug, such a missing #include <math.h> or -libm linking switch ? installation output follows (screen copy) : > install....
2011 Jun 08
1
Installing Virtualbox on Mac osx with pkg dmg provider
Hello I can''t manage to install VB on osx via puppet and pkgdmg provider. puppet client : 2.6.8 on osx snow leopard 10.6.7 puppetmaster : 2.6.8-1~bpo60+1 on debian squeeze The puppet logs say : [...] debug: Puppet::Type::Package::ProviderPkgdmg: Executing ''/usr/bin/curl -o /tmp/VirtualBox-4.0.8-71778-OSX.dmg -C - -k...
2006 Jan 23
5
can''t install model_security_generator
I''m trying to install Bruce Perens'' ModelSecurity gem, but it keeps asking me if I want to install rails too (I have already installed rails). It exits if I say no and crashes if I say yes: C:\>"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" install model_security_generator Attempting local i...