From owner-freebsd-questions@FreeBSD.ORG Mon Jan 9 07:09:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C34B416A41F for ; Mon, 9 Jan 2006 07:09:49 +0000 (GMT) (envelope-from mikejs@mbay.net) Received: from ms-smtp-01-eri0.socal.rr.com (ms-smtp-01-qfe0.socal.rr.com [66.75.162.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82CFD43D48 for ; Mon, 9 Jan 2006 07:09:49 +0000 (GMT) (envelope-from mikejs@mbay.net) Received: from [127.0.0.1] (cpe-70-95-218-173.san.res.rr.com [70.95.218.173]) by ms-smtp-01-eri0.socal.rr.com (8.12.10/8.12.7) with ESMTP id k0979j7v005388 for ; Sun, 8 Jan 2006 23:09:47 -0800 (PST) Message-ID: <43C20C3D.9040106@mbay.net> Date: Sun, 08 Jan 2006 23:09:49 -0800 From: Mike Sacauskis User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: php_XML_ParserCreate error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mikejs@mbay.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 07:09:49 -0000 Hi I'm trying to install mambo on a 5.4 release. I'm running into a problem with the mambo editor. I've traced it to an error in the apache log: /libexec/ld-elf.so.1: /usr/local/lib/php/20020429/xml.so: Undefined symbol "php_XML_ParserCreate" I did an nm on the xml.so library and the symblols for php_XML_ParserCreate are undefined. 00006940 t parserInit U php_XML_ErrorString U php_XML_ExpatVersion U php_XML_GetCurrentByteIndex U php_XML_GetCurrentColumnNumber U php_XML_GetCurrentLineNumber U php_XML_GetErrorCode U php_XML_Parse U php_XML_ParserCreate U php_XML_ParserCreateNS U php_XML_ParserFree U php_XML_SetCharacterDataHandler U php_XML_SetDefaultHandler U php_XML_SetElementHandler U php_XML_SetEndNamespaceDeclHandler U php_XML_SetExternalEntityRefHandler U php_XML_SetNotationDeclHandler U php_XML_SetProcessingInstructionHandler U php_XML_SetStartNamespaceDeclHandler U php_XML_SetUnparsedEntityDeclHandler U php_XML_SetUserData U php_error_docref0 There are macros in /usr/ports/lang/php4/work/php-4.4.1/main that map the php_XML routines to XML_ routines. Is this how these symbols are supposed to be resolved? If so is there something that needs to be configured to allow this? These are the ports I have installed: apache-1.3.34_3 The extremely popular Apache http server. Very fast, very php4-4.4.1_3 PHP Scripting Language (Apache Module and CLI) php4-gd-4.4.1_3 The gd shared extension for php php4-mysql-4.4.1_3 The mysql shared extension for php php4-pcre-4.4.1_3 The pcre shared extension for php php4-session-4.4.1_3 The session shared extension for php php4-xml-4.4.1_3 The xml shared extension for php php4-zlib-4.4.1_3 The zlib shared extension for php Any help would be greatly appreciated. Mike Sacauskis