From owner-freebsd-questions Tue Oct 10 13:20:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from one.zutom.sk (one.zutom.sk [195.168.243.11]) by hub.freebsd.org (Postfix) with ESMTP id 8E8A237B503 for ; Tue, 10 Oct 2000 13:20:54 -0700 (PDT) Received: from localhost (roman@localhost) by one.zutom.sk (8.9.3/8.9.3) with ESMTP id WAA52283 for ; Tue, 10 Oct 2000 22:20:48 +0200 (CEST) (envelope-from roman@one.zutom.sk) Date: Tue, 10 Oct 2000 22:20:48 +0200 (CEST) From: Roman Mikus To: questions@freebsd.org Subject: apache + mod_php Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi all, I'm trying to install apache-1.3.12 with mod_php4 (or mod_php3) on 3.4-STABLE. I have build apache with make install without problems. The mod_php4 install fails with: /usr/local/sbin/apxs -i -a -n php4 libs/libphp4.so cp libs/libphp4.so /usr/local/libexec/apache/libphp4.so chmod 755 /usr/local/libexec/apache/libphp4.so [activating module `php4' in /usr/local/etc/apache/httpd.conf] ===> Generating temporary packing list Restarting Apache... /usr/local/sbin/apachectl restart: configuration broken, ignoring restart /usr/local/sbin/apachectl restart: (run 'apachectl configtest' for details) *** Error code 6 Stop. *** Error code 1 Stop. *** Error code 1 After apachectl configtest: Syntax error on line 222 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/libexec/apache/libphp4.so: Undefined symbol "rfc822_parse_msg" I thing that I have old libraries somewhere (because I have only 3.4-STABLE FreeBSD). What should I upgrade?? thanks for your help, Roman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message