[Mapserver-users] undefined symbol:__gxx_personality_v0
Vincent Schut
schut at sarvision.com
Thu Apr 24 00:44:13 PDT 2003
Richard,
just some ideas, because your error sounds kind of weird to me...:
Have you ever before done a 'make install' in mapserver's directory, e.g. on a
previous compile attempt? If so, then a library file named 'libmap.a' has
been copied to /usr/lib/ or /usr/local/lib, which you should remove before
running make again. Mapservers 'make install' procedure is broken, so you
should not use it and in fact don't have to as installing mapserver simply
means copying only 2 files: mapserv and (eventually) php_mapscript.so.
If not, it might help to do 'make clean' and/or 'make distclean' in your
mapserver source directory before trying to recompile, which might hopefully
solve the problem.
If not, you could do a 'ldd php_mapscript.so' to check it's dynamic links, and
eventually send ldd's output to this mailing list. It might give us some
hints for solving your problem.
Regards,
Vincent Schut.
On Tuesday 22 April 2003 18:41, Richard Wang wrote:
> Hi, All
>
> I am setting up mapserver on a RedHat 8.0 box. Apache
> version is 1.3.27 and PHP is 4.3.1. I am getting a
> compile error when I make MapScript 3.6.5:
> undefined reference to:__gxx_personality_v0.
>
> So, I changed makefile like this:
> STATIC_LIBS= $(GD_STATIC) $(OGR_STATIC) -lstdc++
>
> This time I can run makefile and got php_mapscript.so.
> However, after I copy php_mapscript.so to php
> extensions and try testing phpinfo_mapscirpt.phtml, I
> got following error message:
> Warning: dl() [function.dl]: Unable to load dynamic
> libary
> '/usr/local/lib/php/extensions/php_mapscript.so'-
> /usr/local/lib/php/extensions/php_mapscript.so:
> undefined symbol: __gxx_personality_v0 in
> /usr/local/apache/htdocs/phpinfo_mapscript.phtml on
> line 21.
>
> Does anyone have any solutions for this problem?
>
> By the way, what are the best combinations of RedHat,
> Apache, Mapscript and PHP versions?
>
> Thanks in Advanec!
>
> Richard
>
>
>
>
>
>
> __________________________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo
> http://search.yahoo.com
> _______________________________________________
> Mapserver-users mailing list
> Mapserver-users at lists.gis.umn.edu
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
--
______________________________________
Vincent Schut (schut at sarvision.com)
Sarvision B.V.
Wageningen, The Netherlands
www.sarvision.com
More information about the MapServer-users
mailing list