The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
4answers
76 views

Have you noticed performance gains by compiling Apache and MySQL?

So I'm sitting here debating whether or not to just apt-get install Apache2 and MySQL or spend a day compiling them from source. My main motivation for compiling would be to improve performance. ...
-1
votes
0answers
40 views

Issues compiling 8.035.00 RealTek driver [closed]

Since the 3.7 kernel (I'm using 3.9.4), it is impossible to install the network ethernet card RealTek 8168. I downloaded the 8.035.00 driver (the last) from RealTek's site and here is the output of ...
0
votes
1answer
74 views

GeoIP for configuration into nginx

I'm trying to compile geoip into nginx. When doing ./configure --with-http_geoip_module I get the following error. ./configure: error: the GeoIP module requires the GeoIP library. You can either do ...
0
votes
1answer
81 views

libcurl Reporting Different Version Between Commands

I previously had cURL 7.22.0 on Ubuntu 12.04 Server.. but I now need to upgrade to cURL 7.30.0. I've done the following to compile this version for Ubuntu: wget ...
0
votes
0answers
31 views

Compiling libgcrypt in Solaris 10: libgpg-error is needed (but already have it)

I´m compiling libgcrypt in a Solaris 10 box. As a pre-requisite you need to compile libgpg-error which I already did (in /opt). Now, when I do (for installing libgcrypt): ./configure ...
0
votes
1answer
67 views

How to build from source on CentOS 5.9?

I'm building iptraf-ng on CentOS 5.9 and running into the following errors: src/packet.c: In function ‘packet_process’: src/packet.c:322: error: ‘ETH_P_QINQ1’ undeclared (first use in this function) ...
0
votes
1answer
42 views

Compile Kernel Debian Squeeze

Am newbie, and I'm trying on Debian Squeeze to upgrade/compile kernel for problem I'm having with Linux-Vserver. The instructions I'm trying to use start with "apt-get installlinux-source-2.6.32" and ...
-1
votes
1answer
76 views

How can i build apache httpd statically?

I need to build an apache httpd server that will be able to run under multiple linux os (RH, SUSE, e.t.c.) The main problem is that httpd is using shared libraries: ldd httpd/bin/httpd ...
0
votes
1answer
146 views

Compile pHash on Centos + PHP extension

I'm trying to compile pHash 0.9.5 on Centos 6.3 x86_64 Here is the detail of the steps I've followed: $ yum install unzip $ wget https://downloads.sourceforge.net/project/cimg/CImg-1.5.4.zip $ unzip ...
11
votes
1answer
241 views

Can you help me with my software dependency issue?

This is (an attempt at) a Canonical Question about Compile Dependencies and Package Management. I have a question regarding compiling ports/software or installing RPMs on my *nix server. When I ...
0
votes
0answers
25 views

Reconfigure & recompile PHP, Two Apache installations, how to?

This is my situation: I originally have Apache2 + PHP working, but SSL was missing in this PHP compilation I decided to install another Apache2 compilation and another PHP compilation While using ...
0
votes
0answers
72 views

Avconv can`t find shared libs after compiling

I have compiled avconv from source with ./configure --enable-gpl --enable-libx264 --enable-libmp3lame --enable-libfdk-aac --enable-nonfree --enable-shared all nonstandard libs are compiled extra and ...
-1
votes
1answer
51 views

Compile PHP without PostgreSQL [closed]

I need to compile php-5.2.17 as a cgi wrapper. PostgreSQL is not installed on this machine. I'm looking for the configure command, to disable support for PostgreSQL. --without-postgre
-2
votes
1answer
59 views

Cross-Compiling on x86 for Solaris SPARC [closed]

I've looked at a few sources on how to go about cross-compiling, and from what I understand, I need the header files for the system I am compiling for. Some background info: The school I am a student ...
0
votes
1answer
130 views

Installing Gearman with PHP Extension on Debian 6.0.5 leads to error

What I have tried ... # apt-get install php5-dev # apt-get install gearman-job-server libgearman-dev # pecl install gearman Result ... ... configure: error: Please install libgearman ERROR: ...
0
votes
1answer
84 views

Multiple PHP 5.x in Apache for different directory

I have compiled all Apache, PHP 5.2 and PHP 5.3 on CentOS at path /usr/local/apache, /usr/local/php52 and /usr/local/php53. I have the libphp5.so modules in my respective php folder by using symlink ...
1
vote
0answers
122 views

Compiling PHP on Debian creates errors about GD library

I'm getting too many make test fails when I compile PHP (5.3.16) on debian. These errors are mostly about gd library and image processing. As a result GD functions like imagecopyresampled produce ...
0
votes
0answers
185 views

ICU 4.* for php-intl CentOS 5.9 [closed]

I need to install ICU 4.*, because we're using an symfony 2.1 project. But there are no packages for CentOS, so I think I have to compile it from source. Unfourtanetly I have not very much linux ...
0
votes
0answers
41 views

Compiling libraries for Amazon linux

Since Amazon Linux can't run outside of EC2 (if it can please explain) what is the closest platform that I should use when compiling code that should run on a EC2 instance running Amazon Linux? I ...
3
votes
2answers
95 views

difference between compiled and installed via rpm (zypper)

In an openSUSE 11.1 I download, compile and install ImageMagick via: wget ftp://.../pub/graphics/ImageMagick/ImageMagick-6.7.7-0.zip unzip ImageMagick-6.7.7-0.zip cd ImageMagick-6.7.7-0 ./configure ...
0
votes
1answer
79 views

Trying to make pvgrub: xen-setup-stubdom not found

I wish to use pvgrub. I'm using debian wheezy x86_64. I did an apt-get soruce xen and apt-get build-dep xen, cd-ed into the xen source dir and issued "make world". The package doesn't compile, it ...
0
votes
0answers
128 views

Compile php 5.3 ldap extension

So trying to follow the very un-descriptive guide at my webhost for compiling a new php extension: **Compiling PHP 5.3 extensions You can also compile and load your own extensions. Here's how:** ...
-1
votes
1answer
208 views

How to build Python-2.7 Debian (Two version Python)

I installed Python-2.7.3 on Debian 6. ./configure --enable-shared --prefix=/usr/local/python2.7 make make install Now already installed, how I can access this: shell: python2.7 Thanks.
0
votes
2answers
421 views

ModSecurity compile error on nginx

I'm trying to install ModSecurity on nginx with the following instructions : wget https://github.com/SpiderLabs/ModSecurity/archive/master.zip unzip master cd ModSecurity-master ./autogen.sh ...
0
votes
2answers
375 views

Installing ICU 49 on CentOS

I'm trying to install ICU 49 on CentOS release 5.8 (Final). The only way I know how to do it is compiling by source. I do the following: ./runConfigureICU Linux gmake And get the following error ...
1
vote
1answer
742 views

Compiling PHP with LDAP support on Ubuntu 12.10

I am trying to compile PHP on Ubuntu 12.10 with LDAP support. I have run: apt-get install libldap2-dev That installs the header files to /usr/include. However, when attempting to compile it is ...
1
vote
1answer
382 views

Compile apache 2.2.23 on Ubuntu 12.04.1 LTS with openssl error

I have (or am) moved from OpenSuse 12.1 to Ubuntu 12.04.1 LTS -- I have had no problems compiling apache from source on our OpenSUSE boxes.. However, I have run into a problem with Ubuntu 12.04.1 LTS. ...
0
votes
1answer
49 views

how to run c++ app without glibcxx [closed]

I need to run Qt app on Debian 64-bit. There are Qt libs installed. But it seems that no C++ lib is installed. I'm not allowed to install any packages on this computer. I have compiled my app on ...
0
votes
0answers
20 views

Is it correct to say that Exchange 2010 rollups are NGened, while the SP's are not?

I noticed that while applying rollups to Exchange 2010, that a significant amount of time is being spent on the NGen phase (approx 1 hour for me). I'm not clear if either SP1 or SP2 had a similar ...
1
vote
1answer
68 views

missing config files when compiling a php extension

I do the phpize.. When I reach the ./configure It tells me it can fins the php-config (configure: error: Cannot find php-config. Please use --with-php-config=PATH) I assume it means a file named ...
-2
votes
1answer
316 views

Crunchbang asks for URIs to get build dependencies for php5 [closed]

I'm trying to install PHP5, by compiling it myself. I'm doing this on Crunchbang Linux, version 11. Specifically, the version using the 3.2 kernel. Crunchbang 11 is based on Debian. This is a 64-bit ...
1
vote
2answers
71 views

Do you keep track of the programs you compile under unix or linux

Do you keep track of the programs you compile and install? If yes, what do you keep, the configure output, the install output? Is there some "best practice" regarding this matter?
2
votes
1answer
421 views

Enable DOM/XML on Centos 6.3

After some research from our team and trial and errors, we we're not able to make '--disable-dom' dissapear from the phpinfo. I've tried to reinstall php-xml but I got the following message: Package ...
0
votes
7answers
882 views

mod_fastcgi installation error

I've compiled Apache 2.4.2 successfully, but I'm facing an error while trying to compile mod_fastcgi module. Any tips? root@local:/usr/src/libapache-mod-fastcgi# /usr/local/apache2/bin/apxs -o ...
1
vote
1answer
300 views

php zend_extension getting ignored when self-compiling php

I am trying to load Zend Optimizer into my self-compiled php. Here is how i compile my php: wget http://museum.php.net/php5/php-5.2.6.tar.gz tar xvfz php-5.2.6.tar.gz cd php-5.2.6 ./configure ...
-1
votes
1answer
111 views

CMake Error - trying to install chromaprint

I am trying to install chromaprint and I am getting from CMake Error. I can't figure out how to fix it. Error: root@matrix [~/chromaprint-0.6]# cmake -DWITH_FFTW3=ON . -- Using FFTW3 for FFT ...
1
vote
1answer
121 views

Compiling to a binary from source

I'm using WKHTMLTOPDF on a 64-bit Linux server and I'm running into problems with the version. Seen here: http://code.google.com/p/wkhtmltopdf/downloads/list There's slim pickins when it comes to ...
2
votes
1answer
69 views

Safe to disable compile options for Nginx (when used only as reverse proxy/cache)

I have read that I can do this to make a smaller footprint Nginx when used as static content cache/reverse proxy: --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module ...
1
vote
1answer
75 views

Should programs be compiled with a prefix?

When compiling programs, should they be given their own --prefix (eg /usr/local/php5/) to keep all the files for that program separate, or just installed in the default location (eg /usr/local/) It ...
0
votes
2answers
169 views

Keep the sites-available/enabled structure when compiling Nginx

I am using nginx on ubuntu which by default has the sites-available/enabled directory structure similar to Apache to store the sites configuration files. I have compiled nginx (because I need a third ...
1
vote
2answers
181 views

Nginx - Does doing a nginx -s reload when upgrading nginx cause the binary to reload?

We were wondering the following: Imaging upgrading nginx by compiling the new version, and doing a make install. The targets are all the same, essentially the old version is overwritten (we usually ...
1
vote
1answer
97 views

Compiling Linux kernel “correctly”

Recently I have come across a security module for the Linux kernel called Linux-VServer which allows you to virtualize many things and "partition" the OS to reduce the effects of a compromise. I was ...
3
votes
4answers
828 views

CentOS 6 - Make system aware of custom lib paths and missing base links

I am trying to compile libmemcached (1.0.7) on CentOS6, and keep getting the following warning: ... checking for event.h... no configure: WARNING: Unable to find libevent ... I manually compiled ...
4
votes
3answers
192 views

Best practice to track custom software installations on Linux in /usr?

I'm compiling and installing software myself on Linux (Debian Squeeze in my case). Downloading, unpacking, installing dependent developer libraries/headers, running configure then make. Up to this ...
-8
votes
2answers
129 views

How to time how long it takes to compile Red Hat from source? [closed]

I want to time how long it takes to compile the latest version of Red Hat Enterprise Linux 6. I have downloaded the SRPMs from the Red Hat's FTP server. How do I time how long it takes to compile ...
0
votes
1answer
187 views

A few questions about working with PHP 5.4

I installed PHP 5.4 on Debian from source and I run php scripts on the PHP Built-in web server with new php features without any error but php scripts do not run with apache2 with new php features. I ...
0
votes
1answer
175 views

CentOS 6 - Manually Compile libmcrypt

I need to compile mcrypt on my server to get the PHP ecommerce software package "Magento" to work correctly. Unfortunately libmcrypt is not available via the default CentOS repo, and I don't feel ...
1
vote
2answers
798 views

Invalid configuration `noarch-redhat-linux-gnu': machine `noarch-redhat' not recognized

When I try to build rpm from src rpm (Apache 2.4.1) I got this error: rpmbuild -tb httpd-2.4.1.tar.bz2 --ba httpd.spec + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu ...
0
votes
1answer
297 views

mod_wsgi won't compile - cannot find -lpython3.2

I am trying to install Python 3.2 and mod_wsgi on my web server, but I am not having much luck. I downloaded the Python source files and compiled using this command: ./configure --enable-shared ...
1
vote
1answer
326 views

Error when trying to install arm-elf-binutils using MacPorts

I'm trying to install arm-elf-binutils on my Mac using MacPorts. I get the following error: ---> Computing dependencies for arm-elf-gcc ---> Dependencies to be installed: arm-elf-binutils ---> ...

1 2 3