Ubuntu 12.0.4
httpd-2.2.22.tar
Having following error when building.
Error 1 (when compiling):
#./configure --prefix=/usr/local/apacheHttpServer3 --enable-modules=proxy
#make install
ibapr-1.la -lrt -lcrypt -lpthread -ldl
libtool: link: cannot find the library `/root/Downloads/httpd-2.2.22/srclib/apr-util/xml/expat/libexpat.la' or unhandled argument `/root/Downloads/httpd-2.2.22/srclib/apr-util
Complete novice here.
I'm trying to compile php 5.4.7 on mac osx 10.6.8.
I could install it using the default procedure:
./configure \
--prefix=/usr/local \
--with-config-file-path=/usr/local/etc \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysql
sudo make clean
sudo make
sudo make install
But now if I try to install to compile php with the curl module it fails:
./configure \
--prefix=/usr/local \
--with-co
Why I cant install APR-util.
root@ubuntu:/apr-util-1.4.1# ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr/
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for working mkdir -p...
I have a clean, fresh OS of Ubuntu 12.04 on my VPS. My goal is to install WordPress. I want to install the latest version of Apache (2.4.3) but I'm encountering two problems.
I'm following instructions like this & this. Both produced the same errors.
Hi; I'm triying to configure Apache , however I have some problems..
linux-top:~/appli/httpd-2.2.14 # ./configure --prefix=/root/appli/
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
in the source directory:
./configure --prefix=/home/ashkan/Development/php/bin/php-5.2 --with-mysql --with-apxs2=/usr/bin/apxs2
make works fine but makes install says:
Installing PHP SAPI module: apache2handler
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/apr-1.0/build/libtool' libphp5.la /usr/lib/apache2/modules
/usr/share/apr-1.0/build/libtool --mode=install cp libphp5.l
I'm trying to compile PHP 5.3.21 on Ubuntu 11.04. I keep getting the following error:
configure: error: libXpm.(a|so) not found.
I searched for the location for libXpm.a and libXpm.so and both of them are in /usr/lib. So I then update --with-xpm-dir to --with-xpm-dir=/usr/lib in my configure script, but I still get the same error.
Hi,
I have just finished installing apache2-4.2 (latest stable version of apache) from scratch on my Ubuntu Server 12.04 32bit. After running the commands "./configure" and "make install" with no errors, my apache2 looked set to start.