The compile tag has no wiki summary.
0
votes
0answers
18 views
kernel compile error with make menuconfig [migrated]
# make menuconfig
HOSTLD scripts/kconfig/mconf
/usr/local/bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'acs_map'
/usr/local/bin/ld: note: 'acs_map' is defined in DSO ...
0
votes
1answer
30 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 ...
0
votes
1answer
52 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
29 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
51 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
37 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
18 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
294 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
223 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
43 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
93 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
178 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
36 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
279 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
31 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?
1
vote
2answers
141 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
76 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
29 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
74 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
58 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
0answers
57 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
62 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
86 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
166 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
107 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 ...
0
votes
0answers
43 views
debian make-kpkg taking ages and produces gb of output
I am trying to compile a custom kernel on Debian 6.0.1 and it is taking for ever and it fills up the drive and then fails.
I am running Debian 6.0.1 amd64 on a Virtual Box 4.0.8 VM under Mac OS ...
5
votes
4answers
186 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
0answers
68 views
How to compile php for litespeed web server?
I have been trying to recompile php for my lsws server for quiet a long time now.
Everytime I try to do ./configure [php configure option] I get an error because something is missing. I.E. zlib, ...
0
votes
1answer
435 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
197 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
61 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
117 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 ...
0
votes
1answer
777 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
210 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
111 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
465 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), ...
3
votes
1answer
852 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
48 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
74 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
80 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
32 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
332 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
95 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
38 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 ...
0
votes
1answer
110 views
Recompile Apache on Ubuntu Hardy
Does anyone have any idea how to do this. I installed build-essentials already but am totally lost. I am a linux compile newbie!
I need to change apache to Worker MPM mode, limited to a single ...
3
votes
3answers
72 views
Compiling and maintaining applications?
What configure format do you use for
compiling and why ?
Example (you don't have to reply as the example but do state your directory setup):
<Layout MyPersonalizedLayout>
prefix: ...
1
vote
1answer
530 views
Installing tmux on Ubuntu from source
I've download tmux and am trying to install it on Ubuntu 10.04.
$ ./configure
Configured for Linux
$ make
cc -DBUILD="\"1.3\"" -std=c99 -D_GNU_SOURCE -D_POSIX_SOURCE -iquote. -c -o attributes.o ...
0
votes
1answer
2k views
What are the kernel and cflags for AMD Phenom II x6 (K10 / Thuban)?
In the 2.6.35 kernel I have a choice of:
Operon/Athlon64/Hammer/K8
Generic-x86-64
The first option seems best but I'd like confirmation. I have no idea whether there is a specific -mcpu / -march ...
0
votes
2answers
615 views
Compiling PHP 5.3.3 on Ubuntu 8.04: Could not find libevent
When attempting to ./configure PHP 5.3.3 on Ubuntu 8.04, I get the error:
checking for libevent >= 1.4.11 install prefix...
configure: error: Could not find libevent >= 1.4.11 in /usr/local/
...
1
vote
1answer
2k views
How to compile PHP Version 5.2.13 with zip support on CentOS?
Hi i am having a big problem, i have a vps with centos installed on it.
But i have a script which needs php zip library i checked on php.net it says
"In order to use these functions you must compile ...