Date: Fri, 12 Jul 2002 15:56:14 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Juriy Goloveshkin <j@gu.ru> Cc: freebsd-current@FreeBSD.org Subject: Re: CURRENT+PHP+Sablotron+__gxx_personality_v0 Message-ID: <3D2ED1EE.9D3FDCD4@FreeBSD.org> References: <20020712094830.GA52880@aviaport.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D2ED1EE.9D3FDCD4>