|
Hi all, I'm using Solaris 10, ksh. Whenever I do a ./configure, I get the error "ksh: ./configure: not found" When I do a "where configure", nothing is found.
How do I "install configure", which sounds silly, but I am quite confused.
Thanks! Michael
Started by ImSleeping on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
As for where configure might be found, it....
That is, you need to cd to the directory that configure lives in before attempting to run it like that.
" ./configure " means "run the program configure from the current directory".
|
|
How to configure Grails to work with Apache Derby instead of HSQLDB
Started by GrailsTester on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Configure the DataSource:
driverClassName.
Check out into the lib folder of your application.
You need to have Derby libraries, and configure your DataSources.groovy appropriately.
|
|
I can configure mod_proxy to be a forward proxy cache and I can configure it to be a reverse proxy. Is there any way to configure it to be a reverse proxy cache? I haven't had any luck with that yet.
Started by spullara on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Once mod_cache is enabled, it should transparently handle caching of proxied content too .
It does not function as a cache unless you specifically enable mod_cache too .
Using mod_proxy, Apache can function either as a forward proxy or a reverse proxy .
|
Ask your Facebook Friends
|
Hi, I'm trying to install mySQL on MAC OSX 10.6. After I download mysql and untar with tar xzvf mysql-5.1.37.tar.gz. I then try and run this configure line:
./configure --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client...
Started by John on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You might want mysql-5.1.37 before trying to run ./configure ?
You've downloaded the binary version, not the source.
It's in the archived version I just downloaded.
configure
The file should be there.
|
|
Is it possible to configure ms Unity container from an xml document and NOT from a file? thx
Started by Gil on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Not sure about that, but you can configure programmatically without a .config, so you could have.
|
|
How can I configure the Modem to get maximum download speed for Bit torrents?
Started by Ortus Mallum on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Tried Google yet?
How to configure your router for bittorrent
and you should also configure your.
|
|
Can I configure Roles and Membership programmatically? Without an app.config (or web.config) ?
Started by Nestor on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's kind of a hack, but here I configure Roles for Client Application Services:
ClientRoleProvider crp.
|
|
How would one configure PostgreSQL instead of MySQL to run artifactory ?
Started by Mauli on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
On Artifactory 2 you can configure the datasource as per the instructions you reference, just do.
|
|
How to configure Outlook to display all (incl. unsafe) mail attachments?
Started by Toro on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
As there is no way to say "unblock....
See this solution ( http://ask-leo.com/how_do_i_force_outlook_to_open_potentially_unsafe_attachments_that_i_know_are_ok.html )
Microsoft describe the solution in this KB article and lists all blocked attachments here .
|
|
How to configure netbeans for ruby on rails ?
Started by Tushar Maru on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The netbeans documentation has sections on that matter:
http://netbeans.org/kb/docs/ruby/setting-up.html http://netbeans.org/kb/docs/ruby/rails-quickstart.html Google suggests:
http://wiki.netbeans.org/RubyOnRails
http://thoughtmining.blogspot.com/20... .
|