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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message