installation

Problem with GlassFish tools bundle for Eclipse and running Glassfish

Hi, I've downloaded the GlassFish-Tools-Bundle-For-Eclipse-1.2 and installed it. When I run the eclipse contained in the release I'm unable to start the Glassfish server, which arrived pre-configured with the release. It seems to be looking for the server under c:\ (i.e. c:\glassfishv3\glassfish) when in reality it's under {myDevPlaces}\...

How can I avoid 'make install' when building PHP in Unix environment?

I'm attempting to rapidly deploy a PHP application under apache2/PHP on a Unix host. The sysadmin hasn't heard of PHP so I'm looking to build/install myself. Unfortunately root access is two weeks of bureaucracy away so I'm looking for a way to use PHP and its requisite libxml2 without installing. ...

IIS: Unable to load DLL "<dllName>": The specified module could not be found. (Exception from HRESULT: 0x8007007E)

I have an application that uses .Net remoting. The remotable calls our unmanaged dll that is a client to a Versant database. The previous release of our app communicated with an earlier release of Versant in exactly the same way. We now have 2 different dlls to communicate with the different versions of the database. The new dll resides...

magento on Zend Server (Win7) installation error

I try to install magento for the first time. I've created the database with the name "project" in my C:\Zend\Apache2\conf\httpd.conf I added on the end: <Directory "C:\Zend\Apche2\htdocs\project"> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory> in my ZendServer/Server Se...

couchdb 1.0.1 etc/init.d/couchdb start prompts password

I have created a user "couchdb" and installed couchdb 1.0.1 from source, I have also given permission for the user "couchdb" as given in http://chrismckee.co.uk/setting-up-couchdb-on-ubuntu/. Also rather than installing couchdb in the default location i used prefix option to change the location. Now when i start the couchdb form the i...

How do I install Qt 4.7.0 on Snow Leopard ?

I tried using the binary installer and I get the same problem I am describing below. I have compiled it from source and used the instructions given on the Qt website, but I can't get Qt Creator to find Qt. I tried copying the Qt directory from /usr/local/Trolltech to /Developer/Applications/QT I have tried copying the frameworks into /D...

How to Install Latest Libcurl Package in WAMP

I am aware of how to enable the php_curl.dll file by uncommenting the ; from within php.ini When I do that however, the version of curl provided with a default WAMP install is 7.19.2 at the moment (Oct 2010). I am in need of the latest libcurl version which is 7.21.2 to be working together with PHP and Apache on a Windows 7 32 bit OS. ...

How can I perform a silent upgrade - an upgrade that does not require user intervention, username and password?

We have a client already installed on users machines, we would have liked to have the ability to upgrade this client silently in the background, without any user intervention, the way google Chrome browser seem to work. How can you install an upgrade without requiring the user to re-enter his credentials? How can this be done in Wind...

Only SQL Server configuration tools got installed. What's the problem ?

I installed SQL Server 2005 Express edition on my system. I am using Windows 7 (64 Bit) OS. While installing it said compatibility issues. Though, it got installed and showed successfully installed. But, only the configuration tools were installed. Also, how to create a database or how can I use it. Thanks Vinaychalluru ...

Problem in Running Java Application in Non JDK/ Non JRE installed system

Hi All, I am working in a java application. It is desktop application for Windows Operating System. I am creating a installer for my application. My application works fine for the system where jdk is insalled. I also want to run my application where jdk/jre is not present. For this i am providing jre1.7 along with the installer. I am u...

NSIS books and tutorials needed

I'm looking for some good resources on NSIS, so I'd like you to reccomend me good books/tutorials websites which target beginners and have information on it. I'm aware of NSIS documentation, but I'm checking out if there are any other interesting sources of information on it. ...