install

make install permission denied even with --prefix passed to configure

I am trying to install gcc (a branch of gcc, not the trunk in the svn), and I configured it with: ./configure --prefix=/home/user/myroot/ --enable-languages=c,c++ \ --disable-multilib --libexecdir=/usr/lib --without-included-gettext \ --enable-threads=posix --disable-werror --with-arch-32=i486 \ --with-tune=generic --enable-...

Bizarre Install Dialog Showing Up After Running WiX Installation

I have created a WiX installation package for a large program. The install package includes the merge modules for the Visual C++ 9.0 files. I need to include the merge modules for a COM DLL. The installation runs just fine. The first time I run the program, though, something odd happens. The first time the COM DLL is called, the Win...

ActiveMQ install issue

I am running win7 professional 64-bit. I have already installed java, and am trying to install ActiveMQ. The install worked perfectly on a Windows Server 2003 machine but now it is giving me issues on my win7 machine. I download ActiveMQ 5.3.2 extract the files and then try to run the installservice.bat file as administrator and it gi...

Uploading Django Development to Dreamhost/Passenger first time "Could no import"

Hi, I've been developing on my laptop. Now, I've uploaded my development project from Django 1.2/Python 2.7 up to Dreamhost created using the Passenger setup. I am using South for migration. I modified settings.py to access MySQL. Got Admin working. Questions: 1) Where is the std out shown when you hit the site? (all my print st...

MSI Desparation. MSI WILL NOT REGISTER DLL

My MSI installer will NOT register DLL on XP. On Vista it won't register unless I am an administrator. and on Win7 it will RANDOMLY register the DLL or not. After the MSI won't register the DLL, Users are forced to go to the install folder, type "regsvr32 mydllname.dll" - and then everything works (which proves the DLL is healthy and fi...

IP3000 Installation problems

I am attempting to install the IP3000 components into my Delphi 6 environment. I figured I'd see if any of you have had experience getting it installed. From the files I have, there seems to be an installer missing (I have the UNWISE.exe). I've tried including just about every folder in the environment's library path and browsing path a...

Installing FMS on x86_64,fedora

When I follow the steps installing FMS 3.0.5 on linux, get this error: [root@server FMS_3_0_5_r601]# ./installFMS ERROR: Your architecture, \'x86_64\', is not supported by the Adobe Flash Media Server installer. [root@server FMS_3_0_5_r601]# Anyone managed to install it on x86_64 linux so far? ...

how to install .tar.bz2 file

hi all,i am new to linux and using ubuntu os ,trying to install firefox-4.0b1.tar.bz2 but not getting any way to install this . plz help me to install such type of file. ...

Why might Maven ignore updated classes during install?

I've been seeing odd behaviour from my Maven 2.2.1 installation whilst doing war installs. Occasionally, I will update a class but the updated version is not packaged up in the artifact produced by mvn install. So far, I have determined that an updated .class file is produced in the target directory, and that the class of the same name...

vsto installer - silent mode problem

Background: I am making a VSTO 4.0 add in for Outlook 2007 which enables users to transfer their mail items to a CRM database. Requirements: The installation has to be silent without users knowledge. It will be in a Custom Action in the Installer class or will run from shell command. The problem: The installation occurs in silent mode ...

Why isn't my Registry Launch Condition working in my Windows Installer file?

I'm trying to check for SharePoint 2010 being installed before permitting the installer to continue. In order for this to happen, I added the following "Search Target Machine" property: Name = "Search for MOSS2010" Property = SHAREPOINT2010INSTALLED RegKey = SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0 Root = vsdrrHKLM Val...

Is there a RPM Spec section executed before file dependency check?

I'm trying to build an RPM that will install file dependencies if they don't exist. Is there an RPM Spec Section that will be executed before the RPM checks for dependencies. (I'm refering to file dependencies not package dependencies listed in the "Requires" header). Example: If I have a perl file and the execution permissions bit is s...

How to install Bazaar to a shared server via SSH?

If I have SSH access to a shared server (running centOS) and I want to install Bazaar. I do not have root access, but Python is already installed on the server, so that shouldn't be a problem. I really don't know where to begin after logging into the server. I'm assuming the first step is to copy the Bazaar application files onto the se...

Poweshell installing/uninstalling windows services on a remote machine

I am using powershell 1.0 and I need to install a service on a remote machine and first uninstall it if it exists. This is my script I have that installs the service, however, I seem unable to uninstall the service. I have tried installutil however the service path is a network path which installutil, throws errors over. I'm a complete...

Installing an empty directory with RPM

In my install section of my rpm Spec file I have a bunch of mkdir's to create the directories I need. The ones that don't have any files installed in them get pruned out in the end and don't end up getting created. How can I ensure that the empty directories get created when it is all said and done? ...

Dealing with PHPUnit path issues.

I am getting the following error when I try to run PHPUnit from within my current MVC framework application Fatal error: Cannot redeclare class PHPUnit_Util_FilterIterator in /usr/local/pear/PHPUnit/Util/FilterIterator.php on line 162 I've managed to trace that error to a combination of a few things. $paths = array(); $paths[] = '../...

make install only if file changed

When writing a well crafted Makefile, one that keeps proper dependencies, and do only the minimum needed if a file has been changed, it seem that the install: target is often overlooked. More often then not the install target looks something like: TRG := /trg BIN_TRG := $(TRG)/bin ETC_TRG := $(TRG)/etc BIN_FILES := b1 b2 b3 ETC_FILES :=...

InstallShield 2009: Provide License Key(CD Key) Check, Install Evaluation version During Setup

Tools: InstallShield 2009 Premier, Basic MSI Project What I Need: Option to enter License Key (setup key) during setup [I can use TrialWare, but it allows the user to install the product] and also option to setup evaluation version during install. So how to provide license key check during setup? ...

How to access session custom action data (properties) during install and uninstall in Wix?

Can you please tell me what is wrong with the following code? I am able to access the custom action data during install and I add their values to session custom action collection. However, during uninstall I the value pairs are not in the collection. public class CustomActions { //This action is only called during application instal...

Where can I get the cabarc utility?

I'm trying to compile a program which uses cabarc.exe, but I don't have cabarc.exe. The problem is that the Microsoft Cabinet SDK is no longer available so I can't get it from there either. Where can I get this file? P.S. I'm looking for a download from a trusted source such as microsoft.com ...