A Configure script is an executable script designed to aid in developing a program to be run on a wide number of different computers.
0
votes
0answers
15 views
Memory Limit (67108864) in activemq
I have a problem when it comes to the ActiveMQ. I need to know where exactly I can re-configure the Active MQ to avoid the following error:
Usage Manager Memory Limit (67108864) reached on ...
0
votes
0answers
19 views
Redirect rules in Nginx config files won't work
I have a site which is contained in /var/www/html/NavHawk2. It is a codeigniter website. What I needed was to rewrite URLs from /NavHawk2/login to like, NavHawk2/index.php/login and serve the static ...
0
votes
0answers
14 views
When ./configure is given conflicting options, which wins?
I'm building a cross-compiling gcc using buildroot, and can supply some additional configuration options to the ./configure step without patching the buildroot sources. However, I want to override an ...
0
votes
0answers
24 views
Cross Compiling GLib for MIPS results in “No iconv() implementation” configure error
I'm trying to cross-compile GLib 2.37.0 for a MIPS system by following the directions here. I have a mips.cache file with the following contents:
glib_cv_stack_grows=no
glib_cv_uscore=no
...
0
votes
0answers
19 views
Missing Qt Debug Libraries on Linux
I've recently installed Qt on CentOS and found that I'm missing the debug versions of the libraries (the ones denoted with the d, i.e. libQtCored.so). So I ran through the installation process again ...
0
votes
1answer
25 views
How to install NDK in Fedora?
I want to install and configure NDK in my System which is having Linux operating system. I have study this link about NDK.
http://developer.android.com/tools/sdk/ndk/index.html, from which i have got ...
0
votes
1answer
18 views
I'm trying to install ImageMagick via HomeBrew and the Brew Doctor is giving me the following error. Any advice?
Warning: "config" scripts exist outside your system or Homebrew directories.
./configure scripts often look for *-config scripts to determine if
software packages are installed, and what additional ...
0
votes
0answers
10 views
REST web service how to configure timeout
I have to write a restful web service using jersey where response time is specified to be within 5 seconds.
Do you know where and how I can configure timeout.
0
votes
1answer
11 views
rpm can't find configure no such file
I have a problem with my spec file. When I run it with rpmbuild it says it can't find ./configure no such file or directory. Here is a part of the code of my spec file. Can someone help me?
...
...
0
votes
1answer
48 views
undefined method `define_index' with thinking-sphinx
Getting this error when I run rake ts:index, or rake ts:configure. I can't remember everything I have tried - most of the solutions I found had to do with older versions of gems, etc. Obviously, it is ...
0
votes
0answers
52 views
No acceptable C compiler found in $PATH [closed]
Using CentOS VPS, installed GCC as well as development tools, error still comes up.
Path is set to (i'm assuming by default) /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
...
0
votes
0answers
27 views
cannot compile php --with-sybase-ct on 64 bit Linux
I'm trying to compile PHP 5.4.3 --with-sybase-ct, on 64-bit Linux.
configure script correctly identifies the 64-bit platform.
But when picking Sybase libraries to link with, it incorrectly chooses 32 ...
1
vote
1answer
125 views
Android valgrind build fails
Hello I'm trying to build valgrind for android-arm. On Linux Mint 13 it fails with:
$ make
echo "# This is a generated file, composed of the following suppression rules:" > default.supp
echo "# " ...
2
votes
1answer
38 views
Configure JDBC driver in JBoss 7 - as a deployment OR as a module?
As mentioned in the article https://community.jboss.org/wiki/DataSourceConfigurationInAS7 JBoss 7 provides 2 main ways to configure a data source.
What is the BEST practice of configuring a data ...
0
votes
1answer
27 views
Manage the build of multiple libraries in one place
Suppose that I have multiple libraries that I can build with cmake or with configure scripts, there is a tool that can help me with building this libraries such as I can easily manage the rebuilding ...
0
votes
0answers
39 views
WAMP not recognizing .py as CGI
I'm trying to execute .py files as CGI program and I'am using WAMP to do it.
But WAMP just isn't recognizing it as a CGI file so when I open it through localhost, I can just see the python code ...
0
votes
2answers
32 views
install octave *no root*, missing BLAS and LAPACK
I am trying to install octave on my machine (Scientific Linux 6.4 based on red hat) without having root access. After running the following:
./configure ...
0
votes
0answers
22 views
Cannot compile gearman - configure script fails
My system is Red Hat Enterprise Linux Server release 5.7 (Tikanga).
I am trying to run the configure script , and I am getting the following error:
checking for the toolset name used by Boost for ...
0
votes
0answers
38 views
Project Compilation Error - ld.exe cannot find glut32.lib
I'm desperately trying to configure glut with the Eclipse CDT plugin and have been failing to do so for the past couple hours. I downloaded the most recent version of glut here. And have placed the ...
0
votes
0answers
28 views
Using Rspec to test Sinatra application helpers with settings
I have a Sinatra application with a configure block. I'm using a helpers class defined separately; the methods within the helpers class make use of the settings defined in the configure block of the ...
0
votes
1answer
6 views
configure error: X is not found
I get the following running a ./configure script:
configure: error: You must have a working copy of X installed.
I wonder as I do run an X server. What should I install here?
-2
votes
0answers
65 views
How to configure OpenLdap for Windows [closed]
I am new to OpenLdap. I want to configure OpenLdap for windows to sync the password between multiple active directories. I also gone through guide that comes with installer. but still not ...
-5
votes
3answers
36 views
how to make htdocs folder accessible over internet [closed]
Hello Friends ,
I use to display my website by giving this link ...
0
votes
0answers
58 views
Sonata Admin Bundle remove routeCollection roles
I'm using Sonata Admin Bundle and I'm having some troubles with the function:
function configureRoutes(RouteCollection $collection){ }
The function works correctly if I write a simple:
...
0
votes
0answers
57 views
iOS - Build/configure FFmpeg failing, “unable to create an executable file”?
I'm attempting to build FFmpeg for iOS. I've tried following several tutorials on doing this (for example, tutorial 1, tutorial 2), all of which result in the same problem:
...
0
votes
0answers
21 views
How to configure logging for libreoffice standard installation on RedHat
I have a standard libreoffice installation installed by rpm on a RedHat EL6 system.
Is it possible to configure the logging for this libreoffice installation (lower the level-treshold, set the ...
1
vote
1answer
146 views
How do I specify LDFLAGS and CPPFLAGS for ./configure?
I am using a Mac running OS X 10.8.3. I am trying to compile cgminer 3.0.0. On my first run of ./configure I got the message:
checking for LIBCURL... no
checking for LIBCURL... no
configure: error: ...
0
votes
1answer
170 views
How to configure Qt with opengl dekstop option?
Just installed Qt 5.0.2 (qt-windows-opensource-5.0.2-mingw47_32-x86-offline; here I'll say "wow" for the cool interface of the IDE) and faced one warning and one error when tried to 'Run' the 'boxes' ...
0
votes
0answers
7 views
Force the detected OS in configure
configure.py scripts allow you to force the detected os with commands such as --os=linux.
Is there any such functionality for GNU configure?
1
vote
1answer
112 views
./configure && make install failed [closed]
Good Morning
While i'm installing RabbitMQ libraries, I found a problem:
autoreconf -i && ./configure && make && sudo make install
But ./configure stop at this position:
...
1
vote
1answer
93 views
passing CC/CFLAGS/LDFLAGS from Makefile to ./configure of Tk/Tcl
I'm trying to compile one library (xcrysden, based on Make file) which during its compilation execute ./configure of an external dependencies - Tk and Tcl 8.5 - and compiles them.
So, the structure ...
0
votes
0answers
28 views
How can I run that ASN.1 Editor for eclipse
I want to run this http://asneditor.dotro.de/ with Eclipse, but I can't make it, I've tried to open configure it as a Build Path, but that didn't work. It will be kind if someone can tell me what the ...
0
votes
1answer
135 views
Configuring OpenCV 2.4.4 for Code Blocks - libopencv_core244.dll was not found
I have been trying to configure OpenCV 2.4.4 for CodeBlocks for quite some time now but even though I follow online guides somehow I can't do it and I am slowly getting desperate. I tried to do what ...
1
vote
1answer
36 views
Hide targets when configure is run with certain options
My configure.ac lets the user specify --enable-monitor. In a subdirectory, I have a Makefile.in which contains a certain number of targets to build. I would like some of them to be only available when ...
0
votes
1answer
41 views
configure() not be called when running on hadoop cluster but can be called on Eclipse, DistributedCache FIleNotFoundException
My program use a DistributedCache to cache files
JobConf conf = new JobConf(new Configuration(), ItemMining.class);
DistributedCache.addCacheFile(new URI("output1/FList.txt"), conf);
...
0
votes
1answer
14 views
wamp icon is green but still getting an error “http 404”
I have changed the wamp server port from 80 to 81 and am having an error when trying to open localhost, error, http 404. what have I not done
0
votes
0answers
18 views
How configure & build Stanford rayshade for current OS X?
I want to configure and build the Stanford rayshade application for a current version of Mac OS X. (See http://www-graphics.stanford.edu/~cek/rayshade/rayshade.html .) I'd like details on:
what ...
0
votes
1answer
16 views
eglibc-2.16 libc.so missing ruserok
I'm creating an optimized embedded linux system for two different ARM boards, A RaspberryPi and a Gumstix Overo, both of which are using eglibc-2.16 for the GNU C library. But, I've noticed that my ...
0
votes
0answers
21 views
Minix network conf
Does anyone know how to make network work on Minix 3 under OS X?
I ran netconf and chosed automatically using DHCP, but when I type in host www.google.com it returns "Host not found. try again."
0
votes
0answers
107 views
Compile/Install libdvdcss on Mountain Lion
I downloaded the latest libdvdcss source and want to compile and then install on Mountain Lion.
I am getting hung up on ./configure. It looks like I don't have the right bootstrap.
Any ideas on ...
1
vote
0answers
27 views
“>Configure>Convert to Maven project” is missing
">Configure>Convert to Maven project" is missing dont know why is there something to install (i've alrady installed the m2eclipse)
0
votes
0answers
103 views
How can I change path for xml2-config [closed]
I’m trying to upgrade libxml2 from 2.6.26 to 2.7.7 on CentOS5.5
I installed libxml2-2.7.7 in /opt/libxml2-2.7.7/bin/
I'd already installed 2.6.26 in /usr by yum install libxml2 libxml2-devel.
When ...
1
vote
0answers
76 views
cannot find the flags to link with Boost thread
I'm trying to compile a library requiring boost. I was able to make it work on ubuntu but I don't understand why the ./configure can't find boost_thread on Mac OS X. Boost .hpp are located in ...
0
votes
0answers
29 views
Trying to install gdome2-0.8.1
I've been trying to install gdome2-0.8.1 on my mountain lion, and it's come to a place where I can't get any further, any help is much appreciated.
I'm not really familiar how to build softwares from ...
0
votes
1answer
63 views
Difference between configure and qmake
I am studying build script of QT libraries:
@echo off
echo Setting up a MinGW/Qt only environment...
echo -- QTDIR set to E:\QT\4.8.4
echo -- PATH set to E:\QT\4.8.4\bin
echo -- Adding e:\MinGW\bin ...
0
votes
1answer
86 views
How to install,configure NDK in fedora 14?
Step1: I extracted Android NDK to a directory where SDK is already there. Step2: Created a directory called Project_NDK in it. Step3: I have created the application.mk file and native.c file under jni ...
0
votes
1answer
32 views
how to generate configure script — linux
I have downloaded :--
libwebsockets-1.0-chrome25-firefox17
from ;--
http://git.warmcat.com/cgi-bin/cgit/libwebsockets/
I have to install websocket library. But it does not contains configure file.
...
0
votes
0answers
41 views
sizeof void* is unknown
I am compiling FFTW 3.1.2 on Mac OS X 10.7.3 with Intel's Compiler 13.1 and I get the following error at align.c:
ifftw.h(122): warning #147: declaration is incompatible with "void ...
0
votes
1answer
131 views
Qt - Cross Compiling
I am doing a cross compiling [mips] of Qt and Qt based applications.
Two developement machines; one 64bit and other 32bit, are used for this purpose.
Generally Qt related libraries and binaries are ...
2
votes
1answer
72 views
Constant unseen by compiler
I have a problem with code below. It throws me errors which tells me nothing.
I have a file memory.h where i have:
#ifndef BLOCK_SIZE
#define BLOCK_SIZE 8
#endif
I have also configuration.ac file ...

