I'm trying to install the latest version of FontForge from the source. I know the whole procedure of ./configure, make, and make install, but there's no configure script in the source package, just configure.ac, which seemingly needs to be processed with autoconf, but autoconf fails to do so. When I run autoconf, it says something about possibly undefined macro.
I'm installing Gimp (2.6.10) on Debian. The system has all the required libraries (dependencies) installed in the default directories, so giving to Gimp
./configure && make && make install
completes fine, and installs Gimp.
But I compiled some of the dependencies manually, for needed performance. These are GEGL, Glib, and BABL.
How can I see a list of flags/options used to configure and compile a certain package in yum, without having to install it first? Say apache, for example.
$ yum list available httpd
Available Packages
httpd.x86_64 2.2.15-15.el6.centos.1 base
I'm running CentOS 6.3.
I've installed darkstat via: "apt-get install". I then downloaded the darkstat source code to make some changes to it using: "apt-get source darkstat". I made my changes, then I used the command: "sudo ./configure --with-chroot-dir=~/my-darkstat". It configured and then I used: "sudo -i" then make to run the make file.
I didn't see any changes to the actual program though.
I want to build the latest stable version of apache2.
I downloaded the source and put APR & APR-util in the srclib folder, then changed directories to ./srclib/apr and ran:
./configure --prefix=/usr/local/apr
sudo make
sudo make install
This seemed to install APR ok, but when I run ./configure from the apr-util directory, I receive the error:
configure: error: APR could not be located.
I'm trying to install checkinstall locally in my home directory.
Does anyone know an easy way, in general, to tell what configure options were used when building an RPM without having to download the source RPM and look at the spec file? I could understand if there were no way, since configure isn't used for every package, but I thought it doesn't hurt to ask...
I downloaded and unpacked the sources, Then I established the dependancies with Linux sudo command according to the following README.INSTALL.
Quote:
XOOPIC source is available via www at http://langmuir.eecs.berkeley.edu/pub/codes
Most if this file is old, but here is the quickstart.
Hi,
I would really appreciate any help with this problem as I am not all that experienced with Linux configure scripts for building source.
I downloaded a vmime library source package. One of the dependencies it has is on another open source lib - gsasl. I had no trouble building the gsasl lib.