[Debian Lenny] Avoir ses logiciels en version finales

Répondre


Cette question est un moyen d’empêcher des soumissions automatisées de formulaires par des robots.
Smileys
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o =P~ :^o :non: :priere: 8-|
Voir plus de smileys
  Revue du sujet
 

  Étendre la vue Revue du sujet : [Debian Lenny] Avoir ses logiciels en version finales

par katagoto » 25 avr. 2009, 10:51

vous en avez marre de moi et/ou de mon problème ?

par katagoto » 22 avr. 2009, 19:16

J'ai pigé mano, c'est comme en italien ^^
mais j'ai suivit le tuto de stopher et c'est à la mano ;)

par katagoto » 21 avr. 2009, 15:49

j'ai fait un make clean

Voilà ./conf_install

Code : Tout sélectionner

#!/bin/sh #Optimisation pour la compilation #export CC="gcc" #export CFLAGS="-02" #Config des sources pour l'env ./configure --prefix=/usr/local/src \ --enable-dav \ --enable-rewrite \ --enable-so \ --enable-proxy \ --enable-proxy-http \ --enable-cache \ --enable-mem-cache \
Si je décommente les deux ça marche pas, bref, quand je
tape ./conf_install j'ai :
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 "i486-linux-gnu-gcc"
setting CPP to "i486-linux-gnu-gcc -E"
setting CFLAGS to " -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... i486-linux-gnu-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 i486-linux-gnu-gcc accepts -g... yes
checking for i486-linux-gnu-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... i486-linux-gnu-gcc -E
configure: Configuring PCRE regular expression library
configuring package in srclib/pcre now
checking for gcc... i486-linux-gnu-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 i486-linux-gnu-gcc accepts -g... yes
checking for i486-linux-gnu-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... i486-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
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 getpgid... 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... yes (default)
checking whether to enable mod_disk_cache... no
checking whether to enable mod_mem_cache... yes (default)
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_substitute... no
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... yes (default)
checking whether to enable mod_proxy_connect... yes (default)
checking whether to enable mod_proxy_ftp... yes (default)
checking whether to enable mod_proxy_http... yes (default)
checking whether to enable mod_proxy_ajp... yes (default)
checking whether to enable mod_proxy_balancer... yes (default)
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... none
checking whether to enable mod_dav... yes (default)
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... yes (default)
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... yes (default)
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 " -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/include/apr-1.0 -I/usr/include/postgresql -I/usr/include/mysql -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/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
Ensuite le make met 5 minutes et écrit plus de choses que
PuTTY n'en conserve... Make install :
...
reblochon:/usr/local/src/httpd-2.2.11# setting LDFLAGS to " "
-bash: setting: command not found
reblochon:/usr/local/src/httpd-2.2.11#
reblochon:/usr/local/src/httpd-2.2.11# Configuring Apache Portable Runtime Utility library...
-bash: Configuring: command not found
reblochon:/usr/local/src/httpd-2.2.11#
reblochon:/usr/local/src/httpd-2.2.11# checking for APR-util... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for gcc... i486-linux-gnu-gcc
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for C compiler default output file name... a.out
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking whether the C compiler works... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking whether we are cross compiling... no
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for suffix of executables...
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for suffix of object files... o
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking whether we are using the GNU C compiler... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking whether i486-linux-gnu-gcc accepts -g... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for i486-linux-gnu-gcc option to accept ISO C89... none needed
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking how to run the C preprocessor... i486-linux-gnu-gcc -E
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# configure: Configuring PCRE regular expression library
-bash: configure:: command not found
reblochon:/usr/local/src/httpd-2.2.11# configuring package in srclib/pcre now
-bash: configuring: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for gcc... i486-linux-gnu-gcc
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for C compiler default output file name... a.out
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking whether the C compiler works... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking whether we are cross compiling... no
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for suffix of executables...
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for suffix of object files... o
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking whether we are using the GNU C compiler... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking whether i486-linux-gnu-gcc accepts -g... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for i486-linux-gnu-gcc option to accept ISO C89... none needed
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking how to run the C preprocessor... i486-linux-gnu-gcc -E
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for grep that handles long lines and -e... /bin/grep
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for egrep... /bin/grep -E
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for ANSI C header files... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for sys/types.h... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for sys/stat.h... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for stdlib.h... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# checking for string.h... yes
-bash: checking: command not found
reblochon:/usr/local/src/httpd-2.2.11# apt-get install checking
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet checking
reblochon:/usr/local/src/httpd-2.2.11# make install
Making install in srclib
make[1]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/srclib »
Making install in pcre
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/srclib/pcre »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/srclib/pcre »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/srclib/pcre »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/srclib/pcre »
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/srclib »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/srclib »
make[1]: quittant le répertoire « /usr/local/src/httpd-2.2.11/srclib »
Making install in os
make[1]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/os »
Making install in unix
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/os/unix »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/os/unix »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/os/unix »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/os/unix »
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/os »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/os »
make[1]: quittant le répertoire « /usr/local/src/httpd-2.2.11/os »
Making install in server
make[1]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/server »
Making install in mpm
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/server/mpm »
Making install in prefork
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/server/mpm/prefork »
make[4]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/server/mpm/prefork »
make[4]: quittant le répertoire « /usr/local/src/httpd-2.2.11/server/mpm/prefork »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/server/mpm/prefork »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/server/mpm »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/server/mpm »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/server/mpm »
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/server »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/server »
make[1]: quittant le répertoire « /usr/local/src/httpd-2.2.11/server »
Making install in modules
make[1]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules »
Making install in aaa
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/aaa »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/aaa »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/aaa »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/aaa »
Making install in cache
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/cache »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/cache »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/cache »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/cache »
Making install in filters
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/filters »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/filters »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/filters »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/filters »
Making install in loggers
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/loggers »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/loggers »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/loggers »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/loggers »
Making install in metadata
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/metadata »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/metadata »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/metadata »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/metadata »
Making install in proxy
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/proxy »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/proxy »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/proxy »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/proxy »
Making install in http
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/http »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/http »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/http »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/http »
Making install in dav/main
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/dav/main »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/dav/main »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/dav/main »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/dav/main »
Making install in generators
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/generators »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/generators »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/generators »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/generators »
Making install in dav/fs
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/dav/fs »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/dav/fs »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/dav/fs »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/dav/fs »
Making install in mappers
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/mappers »
make[3]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules/mappers »
make[3]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/mappers »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules/mappers »
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/modules »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules »
make[1]: quittant le répertoire « /usr/local/src/httpd-2.2.11/modules »
Making install in support
make[1]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/support »
make[2]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11/support »
make[2]: quittant le répertoire « /usr/local/src/httpd-2.2.11/support »
make[1]: quittant le répertoire « /usr/local/src/httpd-2.2.11/support »
make[1]: entrant dans le répertoire « /usr/local/src/httpd-2.2.11 »
Installing configuration files
[PRESERVING EXISTING HTDOCS SUBDIR: /usr/local/src/htdocs]
[PRESERVING EXISTING ERROR SUBDIR: /usr/local/src/error]
[PRESERVING EXISTING ICONS SUBDIR: /usr/local/src/icons]
[PRESERVING EXISTING CGI SUBDIR: /usr/local/src/cgi-bin]
Installing header files
Installing build system files
Installing man pages and online manual
make[1]: quittant le répertoire « /usr/local/src/httpd-2.2.11 »
ça me dit pas que ça marche pas et pourtant ça marche pas...

Par avance merci de votre aide

par Nagol » 21 avr. 2009, 14:57

"stoi l'non plus"
roh... bien vu :)

par stopher » 21 avr. 2009, 13:36

Pour moi ,

La compilation d'apache ne s'est simplement pas bien passé ...

retourne dans ton rep ou se trouve les sources d'apache2

cd /usr/local/src/httpd-2.2.11/

Fais un nettoyage ( en root )

make clean

Puis reconfigure et re compile

./my_configure
make
make install

normalement , apxs doit être présent ..
Tant que ce n'est pas bon , ne t'occupe pas de PHP


Aller courage ..

Ch.

par katagoto » 21 avr. 2009, 13:20

J'ai déjà le paquet et j'ai pris note pour le dictionnaire latin,
en cherchant je suis tomber sur la (cross-)compilation des
noyaux dont celui de gentoo, en opposition à l'outil genkernel
si j'ai bien compris, il s'agit de compiler le noyau Debian ?
Si c'est pas ça pitiés, dites moi ce que c'est ^^ et je veux
pas un lien sur la mano negra venant de personne qui ne
savent pas non plus et je veux pas de "stoi l'non plus" :lol:
Ensuite non, je veux pas faire de sysadmin, et encore moins
sous Debian, même si c'est pas le pire, mais comme certaines
personne avec leur pseudo en vert, violet ou orange à fond
bleu me l'on si bien dit, dans le vie, on fait pas toujours ce que
l'on veut...

Je pense que mon problème vient de conf_install :

Code : Tout sélectionner

#!/bin/sh export OPTIM=-02 ./configure --prefix=/usr/local \ --with-apxs2=/usr/local/bin/apxs \ # ici --with-inifile=/usr/local/etc/php.ini \ --with-zlib --enable-pdo=shared --with-pdo-pgsql=shared --with-pgsql=shared
J'ai tenté /usr/local/bin/apxs2 car /usr/local/bin/apxs n'existe
pas, mais ça change rien :/

Par avance merci de votre aide

par @rthur » 21 avr. 2009, 08:46

Simple question : ça veut dire quoi mano (compiler à la) ?
C'est quand tu compiles en chantant : http://www.deezer.com/track/9841 ou http://www.deezer.com/track/907864

par Sékiltoyai » 21 avr. 2009, 00:06

Je parle de apxs(1/2) car il est mentionné et parce que l'on
m'en parle, moi je croyait que c'était un site de jeux au début :lol:
Tu es sûr de vouloir faire du sysadmin ? :shock:
Il est dans le paquet apache2-threaded-dev. Je viens de vérifier (je me suis fais chier à retrouver la commande pour lister les fichiers d'un paquet…).
Simple question : ça veut dire quoi mano (compiler à la) ?
Procure toi un dictionnaire de latin…

par Nagol » 20 avr. 2009, 20:26

j'ai déjà compiler et installer apache2.2.11 d'après le tutoriel
de stopher, je dit pas que ça s'est passé comme sur
des roulettes, mais ça s'est passé...
Je parle de apxs(1/2) car il est mentionné et parce que l'on
m'en parle, moi je croyait que c'était un site de jeux au début :lol:
et apt-get ne connait pas ces paquets :/

Simple question : ça veut dire quoi mano (compiler à la) ?

Par avance merci de votre aide
apxs fait parti de apache, tu as compilé apache, tu as apxs, maintenant il faut explicitement donner le path d'apxs au configure de php.

par katagoto » 20 avr. 2009, 20:18

j'ai déjà compiler et installer apache2.2.11 d'après le tutoriel
de stopher, je dit pas que ça s'est passé comme sur
des roulettes, mais ça s'est passé...
Je parle de apxs(1/2) car il est mentionné et parce que l'on
m'en parle, moi je croyait que c'était un site de jeux au début :lol:
et apt-get ne connait pas ces paquets :/

Simple question : ça veut dire quoi mano (compiler à la) ?

Par avance merci de votre aide

par Nagol » 20 avr. 2009, 19:54

je vois pas pourquoi tu parles de apachectl, c'est apxs/apxs2 qui sont nécessaire pour compiler le sapi apache de php, et c'est ca qui te manque. compiles donc apache.

par katagoto » 20 avr. 2009, 19:43

Alors, dans /usr/local/bin/ il y a rien...
Le find m'a donné :
/usr/local/src/httpd-2.2.11/support/apachectl
/usr/local/src/bin/apachectl

les paquets apxs et apxs2 n'existent pas et apache2-dev est
déjà à sa version la plus récente...

Mon fichier conf_install :

Code : Tout sélectionner

#!/bin/sh export OPTIM=-02 ./configure --prefix=/usr/local \ --with-apxs2=/usr/local/bin/apxs \ --with-inifile=/usr/local/etc/php.ini \ --with-zlib --enable-pdo=shared --with-pdo-pgsql=shared --with-pgsql=shared
ça bloque quand je tape ./conf_install :
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for icc... no
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: warning: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 (found: none).
checking for flex... lex
checking for yywrap in -ll... no
checking for working const... yes
configure: warning: flex versions supported for regeneration of the Zend/PHP parsers: 2.5.4 (found: none)
checking for re2c... no
configure: warning: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to force non-PIC code in shared modules... yes
checking whether /dev/urandom exists... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking whether to enable Apache charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS...

Sorry, I cannot run apxs. Possible reasons follow:

1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)

The output of /usr/local/bin/apxs follows:
./configure: line 6699: /usr/local/bin/apxs: No such file or directory
configure: error: Aborting
Bien sûr, make et make install plantent derrière ^^,
les fichiers sont dans /usr/local/src/ et sont apparut après
make (install) :
bin
cgi-bin
error
include
man
modules
build
conf
htdocs
icons
logs
manual

Voilà :roll:

Par avance merci de votre aide

PS : comment on redémare apache, pour que la MAJ soit
prise en compte

PPS : stopher, si tu fait un tutoriel qui marche pour moi, il
marchera pour tout le monde :lol:

par Nagol » 20 avr. 2009, 19:21

apxs2
probablement dans /usr/local/bin

te faut apache2-dev ou alors tu compiles apache à la mano

par stopher » 20 avr. 2009, 19:15

Tu n'as pas apachectl ? étonnant !!

tu as bien mis ./configure --prefix=/usr/local \ ?

que donne :

Code : Tout sélectionner

ls -l /usr/local/bin/
S'il n'y est vraiment pas , ba on va le chercher ...

Code : Tout sélectionner

find / -name apachectl 2>/dev/null
le resultat peut être assez long .. :-)



Pour PHP , ca bloque ou ? tu as suivi aussi mon tuto ?
En revanche, c'est normal que ça ait créé un tas de
dossier je dois peut les supprimer ?
De quels dossiers parles tu ?

par katagoto » 20 avr. 2009, 17:58

Réponse d'automake :
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
BUG.am: `install.sh' is an anachronism; use `install-sh' instead
automake: no `Makefile.am' found for any configure output
Avec le commentage ça marche, en revanche PHP bloque toujours
et /usr/local/bin/apachectl start ne fonctionne pas car la direction
n'existe pas... En revanche, c'est normal que ça ait créé un tas de
dossier je dois peut les supprimer ?

Par avance merci de votre aide