configure

Configure trac for anonymous ticket submissions

The title says it all: How would one configure trac to allow anonymous submission of tickets? ...

How to compile Clisp 2.46?

When I try to compile the newest version of Clisp on Ubuntu 8.04 I always get this error after running configure: Configure findings: FFI: no (user requested: default) readline: yes (user requested: yes) libsigsegv: no, consider installing GNU libsigsegv ./configure: libsigsegv was not detected, thus some features, such as gene...

SQL Server Mgt Studio Query Editor window tabs aren't descriptive

In SQL Server Mgt Studio 2005, when I open the Object Explorer to script an object to a new Query Editor window, the tab for that new script window is titled something like 'MyServerName.MyDatabaseName - sqlquery37.sql' Not very descriptive. So when I get a bunch of windows open at the same time, I have no idea which one is which. Th...

Is there a way to create a Makefile without running ./configure ??

I'd like to skip the tests and create a (default) Makefile. ...

IIS Configuration. 1 Domain, multiple applications.

Hi, I'm having a bit of a problem here. We have 2 urls let me call them http://www.testUrl.com/ and http://www.test-url.com/ This url points to a server using an "A-Record". In IIS I've appointed these url's through "Advanced Website Identification" to the correct application. Now we have 2 apps. One application is version one the ot...

Using AutoConf to Find Variably Named Files

I am writing my first project that will use autoconf and teaching it to myself as I go. For the most part, things are going extremely well. I have one last significant hurdle. I am having trouble locating library and header files that may be named differently from one system to the next. For example, I need to compile with Mozilla's Spi...

using macros for configuration

I'm writing firmware in C for an embedded processor. I want to have all the configuration information in one header file called config.h. This is causing problems with the ADC initialization, where simple #defines won't do the trick. Right now the code is like so: config.h #define NUMBER_OF_POTS 1 #define POT_1_CHANNEL 27 adc.c #d...

How can I programatically configure a virtual directory to require SSL using IIS 6?

How can I programatically configure a virtual directory on IIS 6 to require SSL and client certificates from a starting point of having a suitable certificate already in the local certificate store, but, the current website (e.g. Default Web Site) having not been set up to use certificates? I know how to do this using the inetmgr GUI, b...

Is it possible to configure ms Unity container from an xml document and NOT from a file?

Is it possible to configure ms Unity container from an xml document and NOT from a file? thx ...

Python + PHP + Lighttpd?

I've set up a few web servers in my day, but I'm not sure how they work internally. I'm setting up a new environment for myself and I'm interested in configuring my lighttpd server to support both PHP and Python. Is this possible? ...

email host marked as spam mule by site with a rooster

Recently I was configuring sendmail on a new linux server install and there was a configuration problem. I was given a link to a website that had the image of a rooster on it and told to consult them for configuration problems. I cant remember the url of the site, but it's apparently a well-known one. Can someone here remind me of wha...

Where to put struts.xml

With Struts2 we have to have struts.xml in the class path, so it no longer works to have it under WEB-INF. So the way I got my project to deploy was to stick it under WEB-INF/classes and have it include ../struts2.xml 2 Problems: 1) Eclipse cleans out the classes folder when I do a rebuild, so it deletes struts.xml 2) Eclipse doesn't sh...

Compiling Python, curses.h not found

I'm attempting to build Python 2.6.2 from source on my Linux system. It has ncurses installed on /usr/local/, and curses.h is on /usr/local/include/ncurses. So curses.h isn't found on the include path, and those packages fail in the Python build. What's the right solution to this? Is Python supposed to include <ncurses/curses.h>? Sh...

Configuring Django to use SQLAlchemy

how we configure django with SQLAlchemy?? ...

About asp.net hosting

How do I setup and configure my asp.net site and SQL Server database when I upload it to hosting server? Thank you best regards. ...

add new email account to outlook2007 programicly using c#

All I was wondering if there was a way to run a program and add a spesific email account ( with all the correct port settings and whatnot) to outlook2007 I have several users in the feild that seem incapable of doing this themselfs or even doing it with me walking them threw it over the phone I would love to just email them a program a...

Compiling ImageMagick as 64bit under OS X?

I'm trying to install moddims on OS X (see previous question), an Apache module with a dependency on ImageMagick. As far as I can tell, the OS X Apache is compiled as 64 bit. My previous attempt to run the moddims module I had compiled gave the following error: httpd: Syntax error on line 117 of /private/etc/apache2/httpd.conf: Canno...

Question on how to configure HTML Tidy in Notepadd++

How do I make it so that HTMLTidy in Notepad++ only indents when I select "TextFX-->TextFX HTML Tidy-->TiDy Clean Document-nowrap"? All I want it to do is indent tags. But it also changes the Doctype, adds an xmlns attribute to the html tag, changes tags, and probably does some other stuff to the html document. All I need it to do is in...

Configuring already installed PHP to work with already installed ncurses (MAMP).

I have installed MAMP and the PHP it came with wasn't compiled with ncurses. I've tried to use port to install ncurses and it seems that it already exists on my system so now I was wondering if there was a way to get PHP to use it without having to recompile PHP --with-ncurses. In other words: Can PHP be configured to use ncurses withou...

Why the configure reports no GL library found when build rss-glx project?

I download the rss-glx 0.9 project's source codes to build. But the configure script complained GL library was not found! ... checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking GL/glx.h usability... yes checking GL/glx.h presence... yes checking for GL/glx.h... yes checking for glNewL...