General :: Get Configure Line That Was Used To Build An Apache Installation From Source
Feb 1, 2010
Is there any way to get the configure line that was used to build an Apache installation from source.
I compiled Apache 2.2.14 a while ago on Ubuntu and I can't remember the ./configure line I used to build it. Is there any way I can retrieve it?
View 4 Replies
ADVERTISEMENT
Aug 6, 2010
I tried to build VLC from source and stuck up with the following error.
configure: error: Package requirements (fribidi) were not met:
No package 'fribidi' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables FRIBIDI_CFLAGS
and FRIBIDI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
[Code]...
View 6 Replies
View Related
May 29, 2011
In order to get my Ubuntu system up and running on the Internet I need to install Sakis3g, and when installing, the system does not pick up ./Configure. My first thought was that the Build Essentials were not present but turns out that they are already installed, so now I'm at a dead end as I cannot finish my install. Has anyone else had any problems similar to this one?
View 2 Replies
View Related
Oct 9, 2010
I am trying to build Pidgin on my Lucid install and on running configure, I get the following:
Quote:
configure: error: You must have GLib 2.4.0 or newer development headers installed to build.
If you have these installed already you may need to install pkg-config so I can find them. I tried installing pkg-config, but it's already in its newest version. I then tried going to the following website
[URL]
and downloaded and extracted glib on my computer. That changed nothing. I was hoping someone could tell me what's going on here. I just tried the this:
Quote:
sudo apt-get install libgtk2.0-0
and got
Quote:
libgtk2.0-0 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
View 8 Replies
View Related
Mar 20, 2011
report this bug against the 'update-manager' package and include the following error message: 'E:Type 'deb' is not known on line 54 in source list /etc/apt/sources.list, E:The list of sources could not be read.'
View 2 Replies
View Related
Apr 23, 2011
I just installed Ubuntu 10.10. When I started up synaptic manager/settings/repositories, I noticed that the source code box had a line through it. Is this normal?
View 1 Replies
View Related
Sep 22, 2010
I installed apache from a source *.tar.gz with default configuration. Can I enable other modules (like mod_ssl, mod_dav_svn,...) while apache is running?
View 6 Replies
View Related
Jan 23, 2011
I want to get information about apache ofbiz open source platform
View 1 Replies
View Related
Jan 12, 2011
I want to configure Apache server in Red Hat advance server i make a web page in html foam
View 9 Replies
View Related
Apr 5, 2011
I have a log file with entries such as;
Where result is 0 or more.
I want to get the list of file names where result count is more than 0 (in other words filter out files names with result 0).
File name and result are in two different lines in log file.
How can i filter file name based on result?
View 5 Replies
View Related
Jan 25, 2011
When opening "Update-manager" I get this error:
E:Malformed line 47 in source list /etc/apt/sources.list (dist parse)
What I was trying to do was update my Opera web browser, when I tried, Ubuntu told me that I was attempting to download from an unauthenticated source, I checked the software sources list and Opera was in there, so I deleted it and re-added it, I must have done it wrong because after closing out and refreshing "Update-manager" it gave me the error above and closed. So now I can't update anything.
View 9 Replies
View Related
May 6, 2010
I'm trying to get the source code of a web page from linux command line and save it to a file. I googled for it but didn't get any info. I'm not sure if wget can do this.
View 4 Replies
View Related
Feb 23, 2010
I want to configure NTLM for my Apache webserver, so that it uses active directory login credentials.
Additional info : my listen port will be 82 (http://xxxx.com:82)
View 1 Replies
View Related
Mar 9, 2010
Is there any open source, command line, subtitle converter, prefferably for linux?
View 2 Replies
View Related
Mar 7, 2011
For some of the files that I share using Apache, I want to make sure that they are served ONLY via https.
How can I configure this for Apache?
View 1 Replies
View Related
Aug 11, 2011
*Am trying to configure on machine ?MyServer.net? apache on port 8586. *Two applications run on same machine on different ports Jenkins on 8081 and Hudson on 8080.*Request coming to 8586 port should redirect to either 8080 or 8081 on one condition. *The request from client machine coming to MyServernet:8586 looks something like this ?MyServer.net/job/<JOBNAME>/build?token=TOKEN?.
Condition
If <JOBNAME> is ?naveen? apache should redirect to 8081.
If <JOBNAME> is not ?naveenn? apache should redirect to 8080.
[code]...
View 1 Replies
View Related
Nov 11, 2010
SuSE SLES10, 32 bit. I have an app which crashes with general protection often.
There is message every time in /var/log/messages:
2010-10-22T08:49:49.350476+02:00 HostName kernel: ProgramName[28023] general protection rip:404575 rsp:7fffc5656270 error:0
How do I establish relation between this message and source code? Error was observed on another host where some tests were running, now license is expired and I can't get more info nor core dump. I have to investigate what I have and try to reproduce it locally. Unfortunately original binary was stripped.Now I prepared non-stripped version. Does it has the same addresses for function as original? Is it possible to use symbol information for finding where RIP points to?
View 2 Replies
View Related
Jan 31, 2011
How can I configure apache2 to show the error message in the browser? Just for the purposes of debugging, I do not want to have to open the server error log every time.
View 1 Replies
View Related
Nov 17, 2010
1) How to build a rpm from source?
2) How to install an rpm without dependencies using
(i) rpm (ii)yum
View 1 Replies
View Related
Jul 21, 2011
I run Debian Squeeze on the powerpc architecture and I'd like to install the newest Iceweasel on it. The Debain Mozilla repo only has binary packages for i386 and amd64 but provides sources.
So I did: apt-get source iceweasel
which resulted in the creation of these files/directories:
iceweasel-5.0/
iceweasel_5.0-3~bpo60+1.debian.tar.gz
iceweasel_5.0-3~bpo60+1.dsc
iceweasel_5.0.orig.tar.bz2
[Code]....
View 5 Replies
View Related
Apr 9, 2011
I'm trying to build a KDE program from source. I have installed the qt3-devel.i686 package. When I try to configure, I receive this error message
Quote:
checking for KDE... configure: error: in the prefix, you've chosen, are no KDE headers installed. This will fail. use another prefix!
Anyone know how I can build KDE programs in Fedora?
View 1 Replies
View Related
May 2, 2010
I'm looking for a repository for amarok 2.3 or a howto on building from source.
View 5 Replies
View Related
Nov 30, 2010
I've got myself and Android phone, and I'd like to be able to compile from source ON my phone (I want to be able to run some command line tools like eyeD3, lame, etc.). Problem is, how do I get GCC on my phone with such limited resources? The Android platform isn't exactly meant for developing on. Another option would of couse be compiling on my PC using a cross compiler, but I'm a newb when it comes to that
View 1 Replies
View Related
Dec 11, 2008
I have downloaded whole linux source codes of fedora in a dvd. There are several rpm packages and lots of directories in it. I want to load all source codes to version control system (svn or cvs) which is loacated in a server and develop it step by step .During this time I want to build my own distribution. So I need to know how to build all these packages at once. Is there anyone who can explain "how to do" to me
View 1 Replies
View Related
May 9, 2010
I have run into problems building GNOME Shell from source on the Lucid Lynx. The Lynx has GNOME 2.30, correct? Well, ~/gnome-shell-build-setup.sh tells me that "GNOME 2.26 or newer is required to build GNOME Shell" when I already have 2.30. Just look at this screenshot [URL]...
View 1 Replies
View Related
Feb 17, 2011
As in the title how can I do it? The configure option --enable-so seems default.
View 4 Replies
View Related
Mar 30, 2011
Building Wine-1.3.16 for Squeeze from Source: Since there isn't a good version of Wine in the repositories, I decided to build my own from source. Here it is. read everything. I DID NOT have Wine previously installed. If you do, you'll have to remove it FIRST.
[code]...
With all the dependencies installed you can begin building Wine. From the terminal:
[code]...
View 13 Replies
View Related
Mar 15, 2010
What package do I have to install to build packages from sources? I am trying to build the TrueCrypt package from source.
View 1 Replies
View Related
Apr 14, 2010
When we expect a new rpm from current 195.36.15 nvidia driver? And if it is possible someone to get my a link to this rpm,build for my. like step by step "How to build rpm from nvidia source driver.All this is because i don`t like to install after every update!
View 1 Replies
View Related
Oct 15, 2010
I had a debian installation with kernel 2.6.32 I had a set of instructions to apply a patch to kernel which I followed to the T. The grub now shows the Debian installation with the old kernel and the Debian installation with the patched kernel.
The trouble is the system goes blank after attempting to start gdm3.
I have tried running in recovery mode and then typing startx but it only shows a blank screen.
Code: lspci | grep -i display
00:02.1 Display controller : Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) If i boot with the old kernel, everything works fine. Is this an "X" window configuration issue. I tried X -configure but still nothing changed.
View 3 Replies
View Related