Mailinglisten-Archive |
Hallo, ich wollte gerade meinen Apache mit PHP auf den aktuellen Stand bringen, und bei der gelegenheit gleich mal IMAP aktivieren. So habe ich PHP configuriert: <<<<<<<<<<<<<<<<<<<< CFLAGS='-O2 -I/usr/local/openssl/include' ./configure --with-apache=/usr/local/src/lamp/apache_1.3.12 --with-mysql --with-ftp --wi h-imap --enable-versioning --enable-track-vars=yes --enable-url-includes --enable-sysvshm=yes --enable-sysvsem=yes --with-config-file-path=/etc --enable-trans-sid <<<<<<<<<<<<<<<<<<<< Dann wolte ich den Apache compilieren, der gab mir dann folgende Meldungen: <<<<<<<<<<<<<<<<<<<< marge:/usr/local/src/lamp/apache_1.3.12 # ./configure --datadir=/var/www --enable-module=ssl --activate-module=src/modules/php4/libphp4.a --enable-module=php4 Configuring for Apache, Version 1.3.12 + using installation path layout: Apache (config.layout) + activated php4 module (modules/php4/libphp4.a) Creating Makefile Creating Configuration.apaci in src cd ..; gcc -DLINUX=2 -DMOD_SSL=206105 -I/usr/local/src/lamp/php-4.0.3pl1 -I/usr/local/src/lamp/php-4.0.3pl1/main -I/usr/local/src/lamp/php-4.0.3pl1/main -I/usr/local/src/lamp/php-4.0.3pl1/Zend -I/usr/local/src/lamp/php-4.0.3pl1/Zend -I/usr/local/src/lamp/php-4.0.3pl1/TSRM -I/u r/local/src/lamp/php-4.0.3pl1/TSRM -I/usr/local/src/lamp/php-4.0.3pl1 -DEAPI -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED /apaci` -L/usr/lib -o helpers/dummy helpers/dummy.c -rdynamic -Lmodules/php4 -L../modules/php4 -L.. ../modules/php4 -lmodphp4 -lpam -lc-client -ldl -lttf -lpng -lz -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv -lm -lcrypt -lssl -lcrypto /usr/lib/libc-client.so: undefined reference to `mm_expunged' /usr/lib/libc-client.so: undefined reference to `mm_diskerror' /usr/lib/libc-client.so: undefined reference to `mm_lsub' /usr/lib/libc-client.so: undefined reference to `mm_flags' /usr/lib/libc-client.so: undefined reference to `mm_fatal' /usr/lib/libc-client.so: undefined reference to `mm_nocritical' /usr/lib/libc-client.so: undefined reference to `mm_notify' /usr/lib/libc-client.so: undefined reference to `mm_searched' /usr/lib/libc-client.so: undefined reference to `mm_status' /usr/lib/libc-client.so: undefined reference to `mm_login' /usr/lib/libc-client.so: undefined reference to `mm_list' /usr/lib/libc-client.so: undefined reference to `mm_critical' /usr/lib/libc-client.so: undefined reference to `mm_exists' /usr/lib/libc-client.so: undefined reference to `mm_log' /usr/lib/libc-client.so: undefined reference to `mm_dlog' collect2: ld returned 1 exit status make: *** [dummy] Error 1 Creating Makefile in src + configured for Linux platform + setting C compiler to gcc + setting C pre-processor to gcc -E + checking for system header files + adding selected modules o ssl_module uses ConfigStart/End + SSL interface: mod_ssl/2.6.5 + SSL interface build type: OBJ + SSL interface compatibility: enabled + SSL interface experimental code: disabled + SSL interface conservative code: disabled + SSL interface vendor extensions: disabled + SSL interface plugin: Built-in SDBM + SSL library path: [SYSTEM] + SSL library version: OpenSSL 0.9.6 24 Sep 2000 + SSL library type: installed package (system-wide) + SSL library plugin mode: none o php4_module uses ConfigStart/End + enabling Extended API (EAPI) + checking sizeof various data types + doing sanity check on compiler and options ** A test compilation with your Makefile configuration ** failed. The below error output from the compilation ** test will give you an idea what is failing. Note that ** Apache requires an ANSI C Compiler, such as gcc. ======== Error Output for sanity check ======== ============= End of Error Report ============= Aborting! <<<<<<<<<<<<<<<<<<<< Was war falsch? Man achte auf die Zeilen /usr/lib/libc-client.so: ... Ich hoffe mir kann jemand helfen. Danke Matthias
php::bar PHP Wiki - Listenarchive