install

CentOS install mod_dav_svn

I am trying to install subversion on a centos 5 VPS. I managed to install subversion but when I try to do yum install mod_dav_svn I get this error: Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn After a lot of googling I read that you need Apache 2.2 (I previously had 2.0) so I recompiled the s...

mod_dav_svn loading error on centos 5

I am trying to install subversion on a centos VPS. I managed to install subversion and mod_dav_svn and now I am trying to configure them. I edited httpd.conf and added the lines: LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so But this crashes apache on restart: httpd: Syntax ...

problems installing pyqt in macOs

HI, I´m trying to install pyqt in macos. I read on Internet that i need: sip + pyqt + qt (obviously) I had no problem installing qt & sip. When I try to install pyqt I can see the following error at the terminal: python configure.py Error: A Qt installation could not be found. Use the -q argument or the QTDIR environment variab...

Capturing all the data that has changed during a Linux install

I am trying to figure out which files were changed when I run an app install via make install. I can look at the script, but that calls other scripts and may or may not touch other files, etc. How can I do this programmatically? ...

Running a SQL install script with SMO. Alternative solutions needed.

Hi folks, I've got a web application that uses Microsoft Sql Management Objects (SMO) dll's. I'm wondering how I go about redistributing the libraries for a remote machine. As I understand it, these come with SQL server or Sql express - which isn't on the remote (shared) webserver. Asking the host to install them, is probably out of t...

IE is activex control installed?

hi guys, simple question:How I control my activex is installed on the client? ...

installing Oracle Instantclient on Mac OS/X without setting environment variables?

Oracle's instructions specify setting DYLD_LIBRARY_PATH. This makes my application dependent on random users' configuration and is very troublesome to set up. How can I avoid having to set any environment variables? http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/intel_macsoft.html related note for linux: http...

APC for windows alternative download

I am trying to install APC on windows but the site http://pecl4win.php.net/ is down for a while now with the message: The pecl4win build box is temporarily out of service. We're preparing a new build system. Is there an alternative download for this ? Or can anyone share theirs ? ...

ASP.NET Website installs/updates

I am looking for some ideas on how to offer a installation package for my ASP.NET website. Some things I need to be able to do is read/write Registry keys, get the database(s) information and test the connection and I must be able to overwrite the existing website without an uninstall and update the web config on new versions. I do not w...

Programmatically determine if a COM library (.DLL) is installed

Is there a programmatic way in C# to determine whether a particular COM DLL has been installed? Or is this a matter of scanning the registry for the classId? ...

Apache Ant Build command "Access Denied"

Hey! I am trying to get ant installed and actually already did following this instructions however, I get this error: Buildfile: build.xml does not exist! Build failed which it says there I might get so I just tried executing the next command it says I should(since I'm under Windows it's this one): build -Ddist.dir=<C:\Ant> dist an...

LiveUpdate for a .NET service

I am building a .NET based windows service. Part of its functionality is supposed to be checking if a newer version of itself is available on a site. It is then supposed to download the new "package" and somehow upgrade itself. Anyone know of any libraries that can help with that? I am assuming I will run into issues of overwriting the e...

Issue while using libcurl in my app

Hi, I did download "http://curl.haxx.se/download/libcurl-7.19.3-win32-ssl-msvc.zip" and copied the dll and lib files to my app folder and added curllib.lib to the linker properties in msvc. when I build the application then no error is coming, but when I run the application I am receiving the following error. LDR: LdrpWalkImportDescript...

Windows Service Question

I have 3 Windows Service Question Is WS can work in background ? Is it possible to do some job every 2 minutes ? (if yes, can I get some help ?) How can I install WS in simple way ? (not with Installutil.exe .......) How can I run .exe file from Windows service ? I've tried this way: System.Diagnostics.Process G = new Process(); ...

Cannot find mysql.sock

I just had to re-install mysql and I am having a problem starting it up. It cannot find the socket (mysql.sock). The problem is that neither can I. In my Mac OS X 10.4 terminal, I type: "locate mysql.sock", and I get back "/private/tmp/mysql.sock". It makes sense that the socket file exist in that location, but it actually does not. ...

Is it possible to silently run an NSIS installer in VISTA?

I made an updater which silently runs in XP and works just fine. But when it comes to Vista, the idea of silent installation gets ruined when UAC prompts the user to cancel or allow the user from running the program. Is there anything at all we can do about this? Thanks... ...

Problem installing googlecharts gem?

I am trying to use the googlecharts gem to create some quick charts. Here are the rubyforge and github sites: http://googlecharts.rubyforge.org/ http://github.com/mattetti/googlecharts/tree/master After installing, I keep getting an error saying "no such file to load -- googlecharts" even though when I do a "gem list", the gem is list...

This is how I installed JRuby on Windows -> Why did it not work?

* Download JRuby 1.20. (zip file) * Extract the zip into C:\JRuby120 * Edit sytem "environment variables": * Add JRUBY_HOME -> point it to C:\JRuby120 * Modify the PATH environment variable to point to C:\JRuby120\bin; After all this, I open up cmd.exe and type jruby ->"The system cannot find the path specified" What did I do wrong? ...

Self updating application install with WIX?

I am writing an application that needs to be installed on a large number of desktops and also needs to update itself. We are looking at WIX for creating the installation. I have used ClickOnce and it is not a good solution for this install. WIX seems to fit, but there is no good process for auto update that I have found. I have looke...

Error compiling Ruby 1.8.7 Build 160

I was compiling Ruby 1.8.7's latest version yesterday (since the latest version has no binaries out yet). I followed the instructions in the readme file, but then, when I installed ruby gems and update it, it displays the error that zlib.so cannot be found. I am pretty sure that I already downloaded zlib libraries, etc. I also investig...