The compile tag has no wiki summary.
-1
votes
0answers
25 views
Is there a difference between an interpreted language and compiled language? [closed]
Assuming that I'm going to build my site in an interpreted language or a compiled language. Is there a difference between the two regarding resources uses? Which one considered more resource hungry ...
1
vote
2answers
34 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
31 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
2answers
79 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
67 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 ...
-7
votes
2answers
91 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
130 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
75 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 ...
0
votes
2answers
206 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
84 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
114 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
votes
1answer
43 views
How to install LuaJIT on FreeBSD without using Gmake?
Has anyone been able to install LuaJIT v2 on FreeBSD AMD64(x64) without using Gmake (just freebsd-make)?
If so how?
When I attempt to use freebsd-make, LuaJIT doesn't build.
0
votes
1answer
76 views
Multiple Apache instances
here is some background information, I'm writing a Apache/Tomcat cluster installer basically it is a script that can be called with a domain name and a base port e.g. www.example.com 10010 this scipt ...
0
votes
0answers
70 views
Error when trying to build nginx with Auth PAM install package on Ubuntu 11.04
I've previously rebuilt the nginx .deb package with the auth_pam module included in Ubuntu 10.04.
Here are the instructions I'm following: ...
0
votes
2answers
23 views
Correct sbin-path during nginx rebuild
When I rebuilding nginx I am running these commands
./configure --add-module=$HOME/nginx_mod_h264_streaming-2.2.7 --sbin-path=/usr/local/sbin --with-debug
make
sudo make install
Should the ...
0
votes
2answers
759 views
PHP install sqlite3 extension
We are using PHP 5.3.6 here, but we used the --without-sqlite3 command when compiling PHP. (It stands in the 'Configure Command' column). But, it is very risky to recompile PHP on that server; there ...
0
votes
2answers
358 views
Error Installing MySQL From Source on Ubuntu 11.10
I am trying to install MySQL from source as part of a uni project - something I have never done before - and am getting the following error message when trying to make:
[ 79%] Building CXX object ...
0
votes
2answers
49 views
Why it's not possible to compile on a different OS than end-user OS [closed]
I was trying to compile a php extension on windows and ran into some trouble. I then thought it was possible to do the compilation for Windows on Linux, but turned out that wasn't possible.
Can ...
0
votes
1answer
152 views
Lighttpd doesn't read mime-type from files without an extension
I have a folder with images that I need to be lightweight hosted. So I decided to go for lighttpd.
So I read that I had to add the following option in the config file:
mimetype.use-xattr = "enable"
...
1
vote
0answers
269 views
How to fix error when compiling php 5.3.8 with openssl 1.0.0e on X86_64?
I am compiling PHP 5.3.8 like this:
./configure --with-openssl=/usr/local/openssl
OpenSSL is compiled as follows:
./configure --prefix=/usr/local/openssl -fPIC
When I do make of PHP, I get this ...
0
votes
0answers
62 views
compile error OpenOffice 3.3.0 on Debian Squeeze
When I try to compile the OpenOffice package 3.3.0 for Debian 64 Bit, I get the following error:
dmake: Error code 1, while making '../unxlngx6.pro/slo/framework.obj'
1 module(s):
jvmfwk
...
0
votes
1answer
329 views
Compile MySQL 5.5.15 from source using autorun.sh and cmake, unable to start MySQL after
I was trying to compile MySQL 5.5.15 from source in Debian 6 and was using the "old-fashioned" way of doing it: i.e., run autorun.sh in BUILD and then run ./configure with quite a few options, and ...
1
vote
1answer
37 views
PHP server --enable-debug side effects
Is it safe to compile php with --enable-debug on a production environment server? Which could be the consequences?
2
votes
3answers
274 views
How do I patch apache?
Ok, so I am using apache 2.2.17 on an Ubuntu (Natty Narwhal) box.
I need to apply a patch (mod_proxy_connect-2.2.16.patch) which I downloaded from ...
0
votes
1answer
97 views
what does enable-inline-optimization do when compiling php
Can someone explain to me what exactly the --enable-inline-optimization option does when compiling PHP and why people would use it? Thank you!
0
votes
1answer
43 views
what does the with-regex=php option do when compiling php?
I am installing PHP 5.3.6 and the instructions I am using as a reference uses --with-regex=php. I have done some research into this option but am unable to find a detailed answer. Can someone please ...
0
votes
1answer
110 views
what does the with-layout=gnu option do?
I am compiling PHP 5.3.6 and the compile configure command I am using as a reference uses the --with-layout=GNU option. I have done some research but I can't seem to find a detail answer. Can ...
0
votes
1answer
90 views
How to have Apache 2.2 use an earlier version of libapr?
I'm using a module in Apache that requires libapr-1.0.3.8, which is in my lib/ directory, but it appears my installation (via MacPorts) is using 1.0.4.5.
Can I force Apache to use the earlier ...
0
votes
1answer
94 views
Install inotify-tools on a shared host
I'm looking to install inotifytools, for the inotifywait package on a web host.
I have ssh (but no root access). When I try to install it, it doesn't show any obvious errors, but doesn't have any ...
0
votes
2answers
84 views
MySQL needed to download in order to compile from source?
I have Slackware 13.1 and due to some bugs on the current version of the MySQL it comes with, I have to upgrade it. Since Slackware does not have 5.5 and I am upgrading I have decided to go with ...
1
vote
1answer
100 views
Is running my Unreal Tournament server like this slower than it has to be?
Unreal Tournament 2004 is an old game, and it does not run on a new server. I was said to run the server like this.
LD_LIBRARY_PATH=$HOME/archive/gcc3 ./ucc-bin server ...
0
votes
2answers
251 views
Failing to build ape server on centos
I'm trying to build an ape server on Centos 5.6 but getting the following message:
/usr/bin/ld: cannot find -lmysqlclient_r
collect2: ld returned 1 exit status
make: * [modules] Error 1
How can I ...
0
votes
1answer
137 views
Compile and upgrade to PHP 5 on linux with old php settings how to?
I am running CentOS i need to compile and install PHP 5 there but i never done this before is this still possible or i need to find someone to do it for me?
There is already installation of PHP 4 and ...
5
votes
4answers
220 views
Production BIND DNS servers - Do you use the package manager or compile the latest stable edition?
I manage several BIND DNS servers (on RHEL/Centos) for authoritative lookups (forward and reverse) as well as dedicated caching-only services. I've always just used the latest stable BIND in the ...
0
votes
1answer
519 views
Compiling PHP 5 with PDO MySQL
I want to use Nginx with PHP5-FPM with MySQL PDO on Debian. To get PHP5-FPM on squeeze I need to compile PHP myself. First I tried to
I did:
apt-get install mysql-server libmysqlclient-dev
I ...
1
vote
2answers
247 views
Able to configure/compile PHP --with-ldap, but LDAP is not listed in phpinfo()
I am trying to compile PHP with LDAP support using these lines:
./configure --prefix=/app/php --with-ldap=/usr
sudo make
sudo make install
Everything appears to install fine without ...
1
vote
2answers
73 views
distributed vcs for hp-ux
I've been banging my head against the proverbial wall for the past couple of days trying to figure out how to install git on an HP-UX server to which i do not have root access. I've realized that ...
0
votes
2answers
158 views
OpenLDAP compile switches
How can I see how the OpenLDAP executable provided by my distribution (OpenSuSE) was compiled ?
After long debugging, I think that my TLS config is simply ignored. I would like to check if slapd was ...
2
votes
1answer
885 views
Compile error in PHP 5.3.6 (Mac OS X Snow Leopard)
Clear system 10.6.7 with established homebrew packages:
brew install mysql
brew install libjpeg
brew install gmp
brew install mcrypt
brew install gettext
brew install icu4c
brew install libxml2
I'm ...
0
votes
1answer
233 views
How to statically compile modules in Apache 2.2.17 for Win32
is it possibile to statically compile modules in apache.exe?
On both linux and mac side I was able to build an apache exec (httpd) stand alone that contains both all deps (apr, apr-util, pcre) and ...
0
votes
1answer
147 views
Apache 2.x Mime Magic Module
I am getting this error when complinng Apache with mod-mime-magic:
--enable-mime-magic ../build_apache.sh: line 22:
--enable-mime-magic: command not found
When I look at the output on ...
1
vote
1answer
692 views
OpenLDAP Setup help: SASL/GSSAPI authentication started
I am trying to setup & configure OpenLDAP on Fedora Core 13. I've gotten as far as compiling and installing Openldap v2.4.23.
Whenever I try to run one of the LDAP commands (like ldapsearch), ...
4
votes
1answer
1k views
Installing optional Nginx modules with apt-get
Greetings,
I currently have Nginx installed via the instructions on the Nginx site:
nginx=stable
sudo su -
add-apt-repository ppa:nginx/$nginx
apt-get update
apt-get install
I have configured ...
2
votes
3answers
54 views
Is there any way to list all required libraries when configuring at a time?
Is there any way to list all required libraries when configuring generic linux source package at a time? Repeating find lacking lib by ./configure and installing it keep me long sometimes. or any ...
3
votes
2answers
84 views
Upgrade PHP v5.3.3 to v5.3.4
I currently have PHP v5.3.3 installed and configured. Everything is working perfectly, but I would like to keep PHP up to date and upgrade to v5.3.4. Can someone please describe the usual upgrade ...
0
votes
1answer
89 views
php jpeg support
I have complied php with the below options
'./configure' '--with-config-file-path=/opt/apache/php/etc' '--with-config-file-scan-dir=/opt/apache/php/etc/php.d' '--enable-sysvsem' '--enable-sysvshm' ...
1
vote
1answer
35 views
General question about PHP ./configure&&make clean&&make&&make install
I would like to understand better what happens during the process of compiling(?) PHP...
What do these 4 steps do?
Do they have good (meaningful) names, e.g. I think make install is what actually ...
1
vote
0answers
393 views
PHP: Call to undefined function mb_strlen() - on custom compiled PHP with mbstring enabled
I have this custom compiled PHP (v5.3.3) with the following extensions enabled (via configure):
./configure
--prefix=/usr/local/php5.3.3
--with-config-file-path=/usr/local/apache2/conf
...
-1
votes
1answer
106 views
LNK1168 and build error [closed]
I got this "LNK1168" while trying to execute the program that I've done. No compile error.
Linking...
LINK : fatal error LNK1168: cannot open Debug/Practice006.exe for writing
Error executing ...
1
vote
1answer
39 views
Compile primary services for performance gain
Greetings,
Is it worth it to compile primary services like Apache, MySql and on another note, the kernel to squeeze out more performance?
Ubuntu 10.04 64bit
// EDIT
I mean compile from source with ...