|
Hi, all.
Is it possible to install a JDK on Linux (specifically RH 7.x) so that it exists in only a specific user's space?
Thanks!
IVR Avenger
Started by IVR Avenger on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
What's stopping you just using.
Gt;> .bash_profile $ source .bash_profile
And your'e done..
|
|
I type "python setup.py install" in a windows XP console, it reported as follows:
running install running build running build_py running build_ext warning: GMP library not found; Not building Crypto.PublicKey._fastmath. building 'Crypto.Random.OSRNG.winrandom...
Started by jay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You may also use PyPM to install pycrypto:
C:> pypm install....
The Voidspace site has PyCrypto installers for Python 2.2-2.6 .
On windows, it may just be easier installing PyCrypto via a prebuilt windows installer.
|
|
So, I have a database that is 80MB uncompressed. I've gz'd it to 30MB, but it now requires a 25 second "unpack" time when the application first launches. I've written this code in C, making it as fast as possible (no NS* types, minimal code to complete...
Started by mr-sk on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Matlab takes like 20 minutes to install.
I got this idea from Matlab's installation process.
Upon the first boot, just let me know there is going to be a 30-60 second p.s.
Me the smaller download.
|
Ask your Facebook Friends
|
That is, can I get away with DLLs in the install directory or does the installer need to ensure that MingW is fully installed?
Started by Bob K on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If it complains of missing DLLs on startup, you missed something in the install....
This doesn't directly) to install a fresh copy of Windows and your application.
If you install the Qt SDK, it will actually install its own MinGW tree.
|
|
I am looking at the Zend Server (PE and CE) and am woundering if its just a frontend for php.ini and automatically has Zend Optimizer which basically is APC(right?) in it or if it would actually be interesting for our development machine. Basically does...
Started by Thomaschaaf on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Zend Optimizer is somewhat faster than APC, if I remember correctly .
Zend Server has a few interesting features.
It seems that Zend also put some nice frontends.
As always with that type of products, difference is support ( with SLA ) and packaging .
|
|
I'd like to install Solaris 10 (available only on DVD media) on a Sun Blade 1500 that has a CDROM reader. I'd like to try a network installation using a linux box as the install server. All the documentation I've found is very solaris specific (it assumes...
Started by Paolo Losi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Just like using 'linux just tells you to run the scripts on the disks (setup_install_server, add_install_client), which askmethod'
The short answer....
If solaris can install via http or nfs, like linux, this should be easy.
|
|
I need a complete WiX script that can be build.It had
Welcome EULA Install Folder Selecting current-user or all-users install Install Finish I hope I'm not asking for too much,I just need a single wxs file cause its for a simple application,also I need...
Started by abmv on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This does require that you grab the Wix source code, but just for the purpose of getting.
Purposes.
|
|
When you finished installation of your linux machine, what are the first packages that you install, and what are the tools that you get first ?
In my Debian box, I get pv, screen, ccze, ... like this apt-get install pv screen ccze
Please send your feedback...
Started by mezgani on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at serverfault):
You didn't specifyin ....
Apt-get install the packages you want on each box, then just install that on each machine you set up.
I just cannot help
apt-get install mc
On every host I setup I install these.
|
|
I have previously had python installed because of postfix. I then installed Django. Next, I tried to install mod_wsgi for deploying a Django application. I get this error:
make: * [mod_wsgi.la] error 1
Apparently it is due to an older version of python...
Started by Josh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Just make sure you read the official installation instructions.
About just
sudo apt-get install libapache2-mod-wsgi
?
You have provided insufficient information have multiple versions installed.
|
|
Normally I would install phusion passenger via the gem command, but this wouldn't work for me, so I had to install it via a tarball and then run the installer.
My question is, how do I uninstall it?
dpkg -l | grep passenger
doesn't return anything. When...
Started by Janak on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You should read what the Passenger.
You just remove the folder it was installed to, and thats it.
|