check out these two links could be of help
http://usalug.org/phpBB2/viewtopic.php?p=58916&sid=dda77696155839ada042ed6702d786f8
http://dan.drydog.com/apache2php.html



On Tue, 30 May 2006 12:38:02 +0300 (EAT), Evelyn Namara wrote
> Hi guys,
> 
> am trying to compile PHP but i have a problem with this since,
> am new to PHP,
> 
> Am compiling php version 5.0.0 to work with Apache2 (httpd-2.2.2)
> ,and gd, i succeeded in making gd work on the system, but i have a 
> problem with making php work with apache,
> 
> i installed apache2 first, then i installed php-5.0.0, but i have a
> problem in compiling php,
> 
> this is how i did the compilation,
> 
> cd php-5.0.0/
> ./configure --with-apache2=/usr/local/src/httpd-2.2.2 --with-mysql
> --enable-track-cars --with-gd=/usr/local/src/gd-2.0.28
> 
> this works out fine,
> then, i run the make and make install scripts which also worked out 
> fine,
> 
> then, i had to remake apache2 to use the new php,
> cd ../httpd-2.2.2
> however the readme states that inorder to automatically build Apache 
> with PHP support, i had to run configure with the following options,
> 
> ./configure --prefix=/usr/local/apache2/
> --with-module=/src/modules/php5/libphp5.a
> 
> i run the above command and this is what it output;
> 
> modules/php5/libphp5.a
> 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
> checking target system type... i686-pc-linux-gnu
> 
> Configuring Apache Portable Runtime library ...
> 
> checking for APR... yes
>   setting CC to "gcc"
>   setting CPP to "gcc -E"
>   setting CFLAGS to " -g -O2 -pthread"
>   setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
> -D_LARGEFILE64_SOURCE"
>   setting LDFLAGS to " "
> 
> Configuring Apache Portable Runtime Utility library...
> 
> checking for APR-util... yes
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> configure: Configuring PCRE regular expression library
> configuring package in srclib/pcre now
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking for an ANSI C-conforming const... yes
> checking for size_t... yes
> checking for bcopy... yes
> checking for memmove... yes
> checking for strerror... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating pcre.h
> config.status: creating pcre-config
> config.status: creating config.h
> config.status: config.h is unchanged
> config.status: executing default commands
> srclib/pcre configured properly
>   setting AP_LIBS to "/usr/local/src/httpd-2.2.2/srclib/pcre/libpcre.la"
>   setting INCLUDES to "-I$(top_builddir)/srclib/pcre"
> 
> Configuring Apache httpd ...
> 
>   adding "-I." to INCLUDES
>   adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
>   adding "-I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)" to INCLUDES
>   adding "-I$(top_srcdir)/modules/http" to INCLUDES
>   adding "-I$(top_srcdir)/modules/filters" to INCLUDES
>   adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
>   adding "-I$(top_srcdir)/include" to INCLUDES
>   adding "-I$(top_srcdir)/modules/generators" to INCLUDES
>   adding "-I$(top_srcdir)/modules/mappers" to INCLUDES
>   adding "-I$(top_srcdir)/modules/database" to INCLUDES
>   adding "-I/usr/local/apache2/include" to INCLUDES
> 
> Applying OS-specific hints for httpd ...
> 
>   forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
>   forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"
> checking for rm... /bin/rm
> checking for pkg-config... /usr/bin/pkg-config
> checking for rsync... /usr/bin/rsync
> checking for gawk... gawk
> checking whether ln -s works... yes
> checking for ranlib... ranlib
> checking for lynx... lynx
> checking for egrep... grep -E
> checking for AIX... no
> checking for library containing strerror... none required
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking for APR version 1.2.0 or later... yes
> checking for APR-util version 1.2.0 or later... yes
> checking for ANSI C header files... (cached) yes
> checking for string.h... (cached) yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking for unistd.h... (cached) yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking grp.h usability... yes
> checking grp.h presence... yes
> checking for grp.h... yes
> checking for strings.h... (cached) yes
> checking sys/prctl.h usability... yes
> checking sys/prctl.h presence... yes
> checking for sys/prctl.h... yes
> checking sys/processor.h usability... no
> checking sys/processor.h presence... no
> checking for sys/processor.h... no
> checking sys/sem.h usability... yes
> checking sys/sem.h presence... yes
> checking for sys/sem.h... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking for an ANSI C-conforming const... yes
> checking for library containing sqrt... -lm
> checking for getpwnam... yes
> checking for getgrnam... yes
> checking for initgroups... yes
> checking for bindprocessor... no
> checking for prctl... yes
> checking for timegm... yes
> checking for void pointer length... no
> checking for tm_gmtoff in struct tm... yes
> checking whether to enable mod_authn_file... yes (default)
> checking whether to enable mod_authn_dbm... no
> checking whether to enable mod_authn_anon... no
> checking whether to enable mod_authn_dbd... no
> checking whether to enable mod_authn_default... yes (default)
> checking whether to enable mod_authn_alias... no
> checking whether to enable mod_authz_host... yes (default)
> checking whether to enable mod_authz_groupfile... yes (default)
> checking whether to enable mod_authz_user... yes (default)
> checking whether to enable mod_authz_dbm... no
> checking whether to enable mod_authz_owner... no
> checking whether to enable mod_authnz_ldap... no
> checking whether to enable mod_authz_default... yes (default)
> checking whether to enable mod_auth_basic... yes (default)
> checking whether to enable mod_auth_digest... no
> checking whether to enable mod_isapi... no
> checking whether to enable mod_file_cache... no
> checking whether to enable mod_cache... no
> checking whether to enable mod_disk_cache... no
> checking whether to enable mod_mem_cache... no
> checking whether to enable mod_dbd... no
> checking whether to enable mod_bucketeer... no
> checking whether to enable mod_dumpio... no
> checking whether to enable mod_echo... no
> checking whether to enable mod_example... no
> checking whether to enable mod_case_filter... no
> checking whether to enable mod_case_filter_in... no
> checking whether to enable mod_ext_filter... no
> checking whether to enable mod_include... yes (default)
> checking whether to enable mod_filter... yes (default)
> checking whether to enable mod_charset_lite... no
> checking whether to enable mod_deflate... no
> checking whether to enable mod_ldap... no
> checking whether to enable mod_log_config... yes (default)
> checking whether to enable mod_log_forensic... no
> checking whether to enable mod_logio... no
> checking whether to enable mod_env... yes (default)
> checking whether to enable mod_mime_magic... no
> checking whether to enable mod_cern_meta... no
> checking whether to enable mod_expires... no
> checking whether to enable mod_headers... no
> checking whether to enable mod_ident... no
> checking whether to enable mod_usertrack... no
> checking whether to enable mod_unique_id... no
> checking whether to enable mod_setenvif... yes (default)
> checking whether to enable mod_version... no
> checking whether to enable mod_proxy... no
> checking whether to enable mod_proxy_connect... no
> checking whether to enable mod_proxy_ftp... no
> checking whether to enable mod_proxy_http... no
> checking whether to enable mod_proxy_ajp... no
> checking whether to enable mod_proxy_balancer... no
>   adding "-I$(top_srcdir)/modules/proxy/../generators" to INCLUDES
> checking whether to enable mod_ssl... no
>   adding "-I$(top_srcdir)/modules/ssl" to INCLUDES
> checking whether to enable mod_optional_hook_export... no
> checking whether to enable mod_optional_hook_import... no
> checking whether to enable mod_optional_fn_import... no
> checking whether to enable mod_optional_fn_export... no
> checking for target platform... unix
> checking for rlim_t... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking for sys/sem.h... (cached) yes
> checking sys/ipc.h usability... yes
> checking sys/ipc.h presence... yes
> checking for sys/ipc.h... yes
> checking for setsid... yes
> checking for killpg... yes
> checking bstring.h usability... no
> checking bstring.h presence... no
> checking for bstring.h... no
> checking for unistd.h... (cached) yes
> checking for syslog... yes
> checking sys/times.h usability... yes
> checking sys/times.h presence... yes
> checking for sys/times.h... yes
> checking for times... yes
> checking which MPM to use... prefork
> checking whether to enable mod_http... yes
> checking whether to enable mod_mime... yes (default)
> checking for extra modules... cp: cannot stat
> `/src/modules/php5/libphp5.a': No such file or directory
> sed: -e expression #1, char 29: unknown option to `s'
> added: /src/modules/php5/libphp5.a:libphp5.a
> checking whether to enable mod_dav... no
>   adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
> checking whether to enable mod_status... yes (default)
> checking whether to enable mod_autoindex... yes (default)
> checking whether to enable mod_asis... yes (default)
> checking whether to enable mod_info... no
> checking whether to enable mod_suexec... no
> checking whether to enable mod_cgi... yes (default)
> checking whether to enable mod_cgid... no
> checking whether to enable mod_dav_fs... no
> checking whether to enable mod_dav_lock... no
> checking whether to enable mod_vhost_alias... no
> checking whether to enable mod_negotiation... yes (default)
> checking whether to enable mod_dir... yes (default)
> checking whether to enable mod_imagemap... no
> checking whether to enable mod_actions... yes (default)
> checking whether to enable mod_speling... no
> checking whether to enable mod_userdir... yes (default)
> checking whether to enable mod_alias... yes (default)
> checking whether to enable mod_rewrite... no
>   setting HTTPD_LDFLAGS to "-export-dynamic"
> checking whether to enable mod_so... yes
> 
> Restore user-defined environment settings...
> 
>   restoring CPPFLAGS to ""
>   setting EXTRA_CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
> -D_LARGEFILE64_SOURCE"
>   restoring CFLAGS to ""
>   setting EXTRA_CFLAGS to " -g -O2 -pthread"
>   restoring CXXFLAGS to ""
>   setting EXTRA_CXXFLAGS to ""
>   restoring LDFLAGS to ""
>   setting EXTRA_LDFLAGS to " "
>   restoring LIBS to ""
>   setting EXTRA_LIBS to "-lm "
>   restoring INCLUDES to ""
>   setting EXTRA_INCLUDES to "-I$(top_builddir)/srclib/pcre -I.
> -I$(top_srcdir)/os/$(OS_DIR)
> -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)
> -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters
> -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include
> -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers
> -I$(top_srcdir)/modules/database -I/usr/local/apache2/include
> -I$(top_srcdir)/modules/proxy/../generators -I$(top_srcdir)/modules/ssl
> -I$(top_srcdir)/modules/dav/main"
> 
> Construct makefiles and header files...
> 
> creating config_vars.mk
> configure: creating ./config.status
> creating modules/aaa/Makefile
> creating modules/arch/win32/Makefile
> creating modules/cache/Makefile
> creating modules/database/Makefile
> creating modules/debug/Makefile
> creating modules/echo/Makefile
> creating modules/experimental/Makefile
> creating modules/filters/Makefile
> creating modules/ldap/Makefile
> creating modules/loggers/Makefile
> creating modules/metadata/Makefile
> creating modules/proxy/Makefile
> creating modules/ssl/Makefile
> creating modules/test/Makefile
> creating os/unix/Makefile
> creating server/mpm/Makefile
> creating server/mpm/prefork/Makefile
> creating modules/http/Makefile
> creating modules//src/modules/php5/libphp5.a/Makefile
> cat:
> /usr/local/src/httpd-2.2.2/modules//src/modules/php5/libphp5.a/Makefile.in:
> No such file or directory
> creating modules/dav/main/Makefile
> creating modules/generators/Makefile
> creating modules/dav/fs/Makefile
> creating modules/dav/lock/Makefile
> creating modules/mappers/Makefile
> creating Makefile
> creating modules/Makefile
> creating srclib/Makefile
> creating os/Makefile
> creating server/Makefile
> creating support/Makefile
> creating srclib/pcre/Makefile
> creating test/Makefile
> config.status: creating docs/conf/httpd.conf
> config.status: creating docs/conf/extra/httpd-autoindex.conf
> config.status: creating docs/conf/extra/httpd-dav.conf
> config.status: creating docs/conf/extra/httpd-default.conf
> config.status: creating docs/conf/extra/httpd-info.conf
> config.status: creating docs/conf/extra/httpd-languages.conf
> config.status: creating docs/conf/extra/httpd-manual.conf
> config.status: creating docs/conf/extra/httpd-mpm.conf
> config.status: creating docs/conf/extra/httpd-multilang-errordoc.conf
> config.status: creating docs/conf/extra/httpd-ssl.conf
> config.status: creating docs/conf/extra/httpd-userdir.conf
> config.status: creating docs/conf/extra/httpd-vhosts.conf
> config.status: creating include/ap_config_layout.h
> config.status: creating support/apxs
> config.status: creating support/apachectl
> config.status: creating support/dbmmanage
> config.status: creating support/envvars-std
> config.status: creating support/log_server_status
> config.status: creating support/logresolve.pl
> config.status: creating support/phf_abuse_log.cgi
> config.status: creating support/split-logfile
> config.status: creating build/rules.mk
> config.status: creating build/pkg/pkginfo
> config.status: creating build/config_vars.sh
> config.status: creating include/ap_config_auto.h
> config.status: include/ap_config_auto.h is unchanged
> config.status: executing default commands
> 
> this ended with no errors, but when i run the make command, i get an 
> error, look at this;
> 
> Making all in srclib
> make[1]: Entering directory `/usr/local/src/httpd-2.2.2/srclib'
> Making all in pcre
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/srclib/pcre'
> make[3]: Entering directory `/usr/local/src/httpd-2.2.2/srclib/pcre'
> make[3]: Nothing to be done for `local-all'.
> make[3]: Leaving directory `/usr/local/src/httpd-2.2.2/srclib/pcre'
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/srclib/pcre'
> make[1]: Leaving directory `/usr/local/src/httpd-2.2.2/srclib'
> Making all in os
> make[1]: Entering directory `/usr/local/src/httpd-2.2.2/os'
> Making all in unix
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/os/unix'
> make[3]: Entering directory `/usr/local/src/httpd-2.2.2/os/unix'
> make[3]: Nothing to be done for `local-all'.
> make[3]: Leaving directory `/usr/local/src/httpd-2.2.2/os/unix'
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/os/unix'
> make[1]: Leaving directory `/usr/local/src/httpd-2.2.2/os'
> Making all in server
> make[1]: Entering directory `/usr/local/src/httpd-2.2.2/server'
> Making all in mpm
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/server/mpm'
> Making all in prefork
> make[3]: Entering directory `/usr/local/src/httpd-2.2.2/server/mpm/prefork'
> make[4]: Entering directory `/usr/local/src/httpd-2.2.2/server/mpm/prefork'
> make[4]: Nothing to be done for `local-all'.
> make[4]: Leaving directory `/usr/local/src/httpd-2.2.2/server/mpm/prefork'
> make[3]: Leaving directory `/usr/local/src/httpd-2.2.2/server/mpm/prefork'
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/server/mpm'
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/server'
> Found newer headers. Will rebuild exports.c.
> rm -f exports.c export_files
> tmp=export_files_unsorted.txt; \
> rm -f $tmp && touch $tmp; \
> for dir in /usr/local/src/httpd-2.2.2/include
> /usr/local/src/httpd-2.2.2/os/unix
> /usr/local/src/httpd-2.2.2/modules/http; do \
>     ls $dir/*.h >> $tmp; \
> done; \
> for dir in /usr/local/apache2/include /usr/local/apache2/include; do \
>     (ls $dir/ap[ru].h $dir/ap[ru]_*.h >> $tmp 2>/dev/null); \ done; 
> \ sort -u $tmp > export_files; \ rm -f $tmp gawk -f 
> /usr/local/src/httpd-2.2.2/build/make_exports.awk `cat export_files` 
> > exports.c /usr/local/apache2/build/libtool --silent --mode=compile 
> gcc -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -
> D_LARGEFILE64_SOURCE   -I/usr/local/src/httpd-2.2.2/srclib/pcre -I. -
> I/usr/local/src/httpd-2.2.2/os/unix
-I/usr/local/src/httpd-2.2.2/server/mpm/prefork
> -I/usr/local/src/httpd-2.2.2/modules/http
> -I/usr/local/src/httpd-2.2.2/modules/filters
> -I/usr/local/src/httpd-2.2.2/modules/proxy
> -I/usr/local/src/httpd-2.2.2/include
> -I/usr/local/src/httpd-2.2.2/modules/generators
> -I/usr/local/src/httpd-2.2.2/modules/mappers
> -I/usr/local/src/httpd-2.2.2/modules/database -I/usr/local/apache2/include
> -I/usr/local/src/httpd-2.2.2/modules/proxy/../generators
> -I/usr/local/src/httpd-2.2.2/modules/ssl
> -I/usr/local/src/httpd-2.2.2/modules/dav/main  -prefer-non-pic 
> -static -c exports.c && touch exports.lo 
> /usr/local/apache2/build/libtool --silent --mode=link gcc -g -O2 
> -pthread       -o libmain.la -static  test_char.h config.lo log.lo 
> main.lo vhost.lo util.lo util_script.lo util_md5.lo util_cfgtree.lo
util_ebcdic.lo
> util_time.lo connection.lo listen.lo mpm_common.lo util_charset.lo
> util_debug.lo util_xml.lo util_filter.lo util_pcre.lo exports.lo
> scoreboard.lo error_bucket.lo protocol.lo core.lo request.lo provider.lo
> eoc_bucket.lo core_filters.lo
> gawk -f /usr/local/src/httpd-2.2.2/build/make_var_export.awk `cat
> export_files` > export_vars.h
> gcc -E  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE   
> -I/usr/local/src/httpd-2.2.2/srclib/pcre -I.
> -I/usr/local/src/httpd-2.2.2/os/unix
> -I/usr/local/src/httpd-2.2.2/server/mpm/prefork
> -I/usr/local/src/httpd-2.2.2/modules/http
> -I/usr/local/src/httpd-2.2.2/modules/filters
> -I/usr/local/src/httpd-2.2.2/modules/proxy
> -I/usr/local/src/httpd-2.2.2/include
> -I/usr/local/src/httpd-2.2.2/modules/generators
> -I/usr/local/src/httpd-2.2.2/modules/mappers
> -I/usr/local/src/httpd-2.2.2/modules/database -I/usr/local/apache2/include
> -I/usr/local/src/httpd-2.2.2/modules/proxy/../generators
> -I/usr/local/src/httpd-2.2.2/modules/ssl
> -I/usr/local/src/httpd-2.2.2/modules/dav/main exports.c | grep "ap_hack_"
> | grep -v apr_ | sed -e 's/^.*[)]\(.*\);$/\1/' >> httpd.exp
> gcc -E  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE   
> -I/usr/local/src/httpd-2.2.2/srclib/pcre -I.
> -I/usr/local/src/httpd-2.2.2/os/unix
> -I/usr/local/src/httpd-2.2.2/server/mpm/prefork
> -I/usr/local/src/httpd-2.2.2/modules/http
> -I/usr/local/src/httpd-2.2.2/modules/filters
> -I/usr/local/src/httpd-2.2.2/modules/proxy
> -I/usr/local/src/httpd-2.2.2/include
> -I/usr/local/src/httpd-2.2.2/modules/generators
> -I/usr/local/src/httpd-2.2.2/modules/mappers
> -I/usr/local/src/httpd-2.2.2/modules/database -I/usr/local/apache2/include
> -I/usr/local/src/httpd-2.2.2/modules/proxy/../generators
> -I/usr/local/src/httpd-2.2.2/modules/ssl
> -I/usr/local/src/httpd-2.2.2/modules/dav/main export_vars.h | grep 
> -v apr_ | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> httpd.exp 
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/server' 
> make[1]: Leaving directory `/usr/local/src/httpd-2.2.2/server' 
> Making all in modules make[1]: Entering directory 
> `/usr/local/src/httpd-2.2.2/modules' Making all in aaa make[2]: 
> Entering directory `/usr/local/src/httpd-2.2.2/modules/aaa' make[3]: 
> Entering directory `/usr/local/src/httpd-2.2.2/modules/aaa' make[3]: 
> Nothing to be done for `local-all'. make[3]: Leaving directory 
> `/usr/local/src/httpd-2.2.2/modules/aaa' make[2]: Leaving directory 
> `/usr/local/src/httpd-2.2.2/modules/aaa' Making all in filters 
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/modules/filters'
> make[3]: Entering directory `/usr/local/src/httpd-2.2.2/modules/filters'
> make[3]: Nothing to be done for `local-all'.
> make[3]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/filters'
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/filters'
> Making all in loggers
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/modules/loggers'
> make[3]: Entering directory `/usr/local/src/httpd-2.2.2/modules/loggers'
> make[3]: Nothing to be done for `local-all'.
> make[3]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/loggers'
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/loggers'
> Making all in metadata
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/modules/metadata'
> make[3]: Entering directory `/usr/local/src/httpd-2.2.2/modules/metadata'
> make[3]: Nothing to be done for `local-all'.
> make[3]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/metadata'
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/metadata'
> Making all in http
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/modules/http'
> make[3]: Entering directory `/usr/local/src/httpd-2.2.2/modules/http'
> make[3]: Nothing to be done for `local-all'.
> make[3]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/http'
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/http'
> Making all in generators
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/modules/generators'
> make[3]: Entering directory `/usr/local/src/httpd-2.2.2/modules/generators'
> make[3]: Nothing to be done for `local-all'.
> make[3]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/generators'
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/generators'
> Making all in mappers
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/modules/mappers'
> make[3]: Entering directory `/usr/local/src/httpd-2.2.2/modules/mappers'
> make[3]: Nothing to be done for `local-all'.
> make[3]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/mappers'
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/modules/mappers'
> make[1]: Leaving directory `/usr/local/src/httpd-2.2.2/modules'
> Making all in support
> make[1]: Entering directory `/usr/local/src/httpd-2.2.2/support'
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/support'
> make[2]: Nothing to be done for `local-all'.
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/support'
> make[1]: Leaving directory `/usr/local/src/httpd-2.2.2/support'
> make[1]: Entering directory `/usr/local/src/httpd-2.2.2'
> make[1]: *** No rule to make target
> `modules//src/modules/php5/libphp5.a/libmod_/src/modules/php5/libphp5.a.la',
needed by `httpd'.  Stop. make[1]: Leaving directory
`/usr/local/src/httpd-2.2.2' make: *** [all-recursive] Error 1
> 
> can any one help me out on this,
> i need to properly configure apache2 to work with php, and be able 
> to test php with a sample test page and see it work.
> 
> i will be grateful for any help.
> 
> Evelyn Namara
> Technical Support Engineer,
> Linux Solutions, Uganda
> Kagga House, Bugolobi
> P.O.BOX 26192,
> Kampala, Uganda.
> +256782795320
> 
> "Having little is not bad, and having big dreams is very good, 
> because even the richest guys today, started it all with a DREAM".
> 
> _______________________________________________
> LUG mailing list
> [email protected]
> http://kym.net/mailman/listinfo/lug
> %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/
> 
> The above comments and data are owned by whoever posted them 
> (including attachments if any). The List's Host is not responsible 
> for them in any way.
> ---------------------------------------


-------------------------
Uganda Martyrs University
P.O. Box 5498
Kampala, Uganda
Tel: +256-(0)38-410611
Fax: +256-(0)38-410100
Web: http://www.umu.ac.ug
--------------------------

_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug
%LUG is generously hosted by INFOCOM http://www.infocom.co.ug/

The above comments and data are owned by whoever posted them (including 
attachments if any). The List's Host is not responsible for them in any way.
---------------------------------------

Reply via email to