From owner-freebsd-current Fri Jul 12 5:56:31 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F9CC37B400 for ; Fri, 12 Jul 2002 05:56:26 -0700 (PDT) Received: from rabbit.netstyle.com.ua (rabbit.netstyle.com.ua [193.193.194.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF6043E4A for ; Fri, 12 Jul 2002 05:56:24 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (root@[195.5.51.243]) by rabbit.netstyle.com.ua (8.12.5/8.12.5) with ESMTP id g6CCu3sl025737; Fri, 12 Jul 2002 15:56:11 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g6CCu3i01428; Fri, 12 Jul 2002 15:56:03 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D2ED1EE.9D3FDCD4@FreeBSD.org> Date: Fri, 12 Jul 2002 15:56:14 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Juriy Goloveshkin Cc: freebsd-current@FreeBSD.org Subject: Re: CURRENT+PHP+Sablotron+__gxx_personality_v0 References: <20020712094830.GA52880@aviaport.ru> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Juriy Goloveshkin wrote: > > Is there some strange things with Sablotron port or gcc? > > I built apache and php with Sablotron(FreeBSD - CURRENT): > > vaio@root[/<1>ports]# apachectl start > Syntax error on line 38 of /usr/local/etc/apache/httpd.conf: > Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/lib/lib > sablot.so.68: Undefined symbol "__gxx_personality_v0" > /usr/local/sbin/apachectl start: httpd could not be started > > grep&ar said that __gxx_personality_v0 have to be near static only libsupc++. > so, what may be wrong? > does anybody have problem like this? Looks like sablot.so.68 was linked with cc, not c++ as it should be. You need to fix port which installs that library. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message