search for: installation

Displaying 20 results from an estimated 119209 matches for "installation".

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_MATCHING PATTERN
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
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
...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 it with `xm create myconfig.cfg` # # Hostname # name = ''testhost'' # # Networking # dhcp...
2008 Jul 16
4
yum remove <old kernel pkgs> -- wants to remove a ton of stuff
I've got a Centos 4 box at work, where I noticed a pile of old kernels lying around and no longer needed. I did "rpm -qa | grep -y kernel > list" then edited the list to remove from it the newer kernels, then "yum remove `cat list`". Yum has come up with a list of 71 packages it wants to remove, even though there were only 33 kernel-related RPMs in the list. this
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 --
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
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
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
2013 May 31
2
3.0.1 update and compiler package
...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 look at what did not work. See the list below. > warnings() Warning messages: 1: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ?boot? had non-zero exit status 2: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ?cluster? had non-zero exit status 3: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ?foreign? had non-zero...
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 CentOS-4 - Updates Finished Excluding Packages from CentOS-4 - Base
2009 Aug 14
7
"sudo gem install rails" not able to install thin dependency
...y Install required dependency rack? [Yn] y Install required dependency thin? [Yn] y Select which gem to install for your platform (i486-linux) 1. thin 1.2.2 (ruby) 2. thin 1.2.1 (i386-mswin32) 3. thin 1.2.1 (ruby) 4. thin 1.0.0 (ruby) 5. thin 1.0.0 (i386-mswin32) 6. Skip this gem 7. Cancel installation > 1 Install required dependency rack? [Yn] y y Install required dependency thin? [Yn] Select which gem to install for your platform (i486-linux) 1. thin 1.2.2 (ruby) 2. thin 1.2.1 (i386-mswin32) 3. thin 1.2.1 (ruby) 4. thin 1.0.0 (ruby) 5. thin 1.0.0 (i386-mswin32) 6. Skip this gem 7. C...
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
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
2020 May 14
0
Ailing MATE desktop
...ing unused dependencies: > > xxx > > > > I don't understand the meaning of the last group of "unused > > dependencies". > > > > Is there a manual, more surgical way to remove packages that won't > > rip > > the overall CentOS 8.1 installation apart? For example, is there a > > way > > (perhaps a for loop) that deletes only the first two package > > groups? > > All of those are from the COPR repository. Removing them should > > cause > > no problems. But the third group (unused) includes several > &...
2010 Nov 18
0
.pkg won't fully install on my MacBook
...3 Nov 17 21:32:39 brad-prices-macbook Installer[1503]: Env: CrashReporterRelaunched=1 Nov 17 21:32:39 brad-prices-macbook Installer[1503]: Env: RelaunchedApplicationBundleID=com.apple.Safari Nov 17 21:32:39 brad-prices-macbook Installer[1503]: R 2.12.0 for Mac OS X 10.5 or higher (Leopard build) Installation Log Nov 17 21:32:39 brad-prices-macbook Installer[1503]: Opened from: /Users/bprice5/Downloads/R-2.12.0.pkg Nov 17 21:32:40 brad-prices-macbook installdb[1505]: started (uid 96) Nov 17 21:32:40 brad-prices-macbook installdb[1505]: Opened receipt database on '/' with schema 17. Nov 17 21:3...
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
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.packa...
2011 Jun 08
1
Installing Virtualbox on Mac osx with pkg dmg provider
...ensure: change from absent to present failed: Execution of ''/usr/sbin/installer -pkg /private/tmp/dmg.5hKSb9/VirtualBox.mpkg -target /'' returned 1: installer: Package name is Oracle VM VirtualBox installer: Installing at base path / installer: The install failed (Le programme d’installation a rencontré une erreur qui a provoqué l’échec de l’installation. Contactez l’éditeur du logiciel pour obtenir de l’aide.) The /var/log/install.log : Jun 8 15:02:16 info-starbuck installer[85815]: JS: Hardware architecture detected: i386 Jun 8 15:02:16 info-starbuck installer[85815]: JS: OS...
2006 Jan 23
5
can''t install model_security_generator
...l 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 installation of ''model_security_generator'' Local gem file not found: model_security_generator*.gem Attempting remote installation of ''model_security_generator'' Install required dependency rails? [Yn] Y c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:144:in `activate'': (...