|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Issue with installing PostGIS on CentOS 64 bitWe are having an issue installing PostGIS on a CentOS 64-bit box.
We are doing PostGIS 1.3.6 GEOS 3.1.1 Proj 4.6.1 --- the ldd returns the below and running the lwpostgis.sql etc. doesn't work since its complaining about the undefined symbols. ldd -d /usr/lib64/pgsql/liblwgeom.so libgeos_c.so.1 => /usr/lib64/libgeos_c.so.1 (0x00002b40f6a94000) libproj.so.0 => /usr/lib64/libproj.so.0 (0x00002b40f6cb5000) libc.so.6 => /lib64/libc.so.6 (0x00002b40f6ef6000) libgeos-3.1.1.so => /usr/local/lib/libgeos-3.1.1.so (0x00002b40f724d000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002b40f7715000) libm.so.6 => /lib64/libm.so.6 (0x00002b40f7923000) /lib64/ld-linux-x86-64.so.2 (0x00002b40f6600000) undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: __cxa_pure_virtual (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTISt9exception (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv119__pointer_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv121__vmi_class_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVSt9exception (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZSt4cerr (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTIPv (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: __gxx_personality_v0 (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZTISt9exception (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZTVSt9exception (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZSt4cerr (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ (/usr/lib64/libgeos_c.so.1) undefined symbol: __gxx_personality_v0 (/usr/lib64/libgeos_c.so.1) undefined symbol: SPI_tuptable (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: CurrentMemoryContext (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: my_exec_path (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: textout (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: SPI_processed (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: default_statistics_target (/usr/lib64/pgsql/liblwgeom.so) Thanks, Regina _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
|
|
Re: Issue with installing PostGIS on CentOS 64 bitForgot to mention version of PostgreSQL is
PostgreSQL 8.4.1 -----Original Message----- From: postgis-users-bounces@... [mailto:postgis-users-bounces@...] On Behalf Of Paragon Corporation Sent: Friday, October 16, 2009 3:44 AM To: 'PostGIS Users Discussion' Subject: [postgis-users] Issue with installing PostGIS on CentOS 64 bit We are having an issue installing PostGIS on a CentOS 64-bit box. We are doing PostGIS 1.3.6 GEOS 3.1.1 Proj 4.6.1 --- the ldd returns the below and running the lwpostgis.sql etc. doesn't work since its complaining about the undefined symbols. ldd -d /usr/lib64/pgsql/liblwgeom.so libgeos_c.so.1 => /usr/lib64/libgeos_c.so.1 (0x00002b40f6a94000) libproj.so.0 => /usr/lib64/libproj.so.0 (0x00002b40f6cb5000) libc.so.6 => /lib64/libc.so.6 (0x00002b40f6ef6000) libgeos-3.1.1.so => /usr/local/lib/libgeos-3.1.1.so (0x00002b40f724d000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002b40f7715000) libm.so.6 => /lib64/libm.so.6 (0x00002b40f7923000) /lib64/ld-linux-x86-64.so.2 (0x00002b40f6600000) undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: __cxa_pure_virtual (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTISt9exception (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv119__pointer_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv121__vmi_class_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVSt9exception (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZSt4cerr (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTIPv (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: __gxx_personality_v0 (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZTISt9exception (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZTVSt9exception (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZSt4cerr (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ (/usr/lib64/libgeos_c.so.1) undefined symbol: __gxx_personality_v0 (/usr/lib64/libgeos_c.so.1) undefined symbol: SPI_tuptable (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: CurrentMemoryContext (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: my_exec_path (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: textout (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: SPI_processed (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: default_statistics_target (/usr/lib64/pgsql/liblwgeom.so) Thanks, Regina _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
|
|
Re: Issue with installing PostGIS on CentOS 64 bitWe are all set. Could have been something amiss in the GEOS 3.1.1 tar ball
we were installing from or the lack of the below additional things we ended up installing. We ended up just downloading from geos svn and installing the SVN version -- which required also to install subversion, libtool, aclocal etc. to even build the configure script. Thanks, Regina -----Original Message----- From: postgis-users-bounces@... [mailto:postgis-users-bounces@...] On Behalf Of Paragon Corporation Sent: Friday, October 16, 2009 3:48 AM To: 'PostGIS Users Discussion' Subject: Re: [postgis-users] Issue with installing PostGIS on CentOS 64 bit Forgot to mention version of PostgreSQL is PostgreSQL 8.4.1 -----Original Message----- From: postgis-users-bounces@... [mailto:postgis-users-bounces@...] On Behalf Of Paragon Corporation Sent: Friday, October 16, 2009 3:44 AM To: 'PostGIS Users Discussion' Subject: [postgis-users] Issue with installing PostGIS on CentOS 64 bit We are having an issue installing PostGIS on a CentOS 64-bit box. We are doing PostGIS 1.3.6 GEOS 3.1.1 Proj 4.6.1 --- the ldd returns the below and running the lwpostgis.sql etc. doesn't work since its complaining about the undefined symbols. ldd -d /usr/lib64/pgsql/liblwgeom.so libgeos_c.so.1 => /usr/lib64/libgeos_c.so.1 (0x00002b40f6a94000) libproj.so.0 => /usr/lib64/libproj.so.0 (0x00002b40f6cb5000) libc.so.6 => /lib64/libc.so.6 (0x00002b40f6ef6000) libgeos-3.1.1.so => /usr/local/lib/libgeos-3.1.1.so (0x00002b40f724d000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002b40f7715000) libm.so.6 => /lib64/libm.so.6 (0x00002b40f7923000) /lib64/ld-linux-x86-64.so.2 (0x00002b40f6600000) undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: __cxa_pure_virtual (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTISt9exception (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv119__pointer_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv121__vmi_class_type_infoE (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVSt9exception (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZSt4cerr (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTIPv (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: __gxx_personality_v0 (/usr/local/lib/libgeos-3.1.1.so) undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZTISt9exception (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZTVSt9exception (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZSt4cerr (/usr/lib64/libgeos_c.so.1) undefined symbol: _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ (/usr/lib64/libgeos_c.so.1) undefined symbol: __gxx_personality_v0 (/usr/lib64/libgeos_c.so.1) undefined symbol: SPI_tuptable (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: CurrentMemoryContext (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: my_exec_path (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: textout (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: SPI_processed (/usr/lib64/pgsql/liblwgeom.so) undefined symbol: default_statistics_target (/usr/lib64/pgsql/liblwgeom.so) Thanks, Regina _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
|
|
Re: Issue with installing PostGIS on CentOS 64 bitI had similar problems. After starting all over with PostGIS 1.4 it runs fine on CentOS 64Bit (2.6.18-128.7.1.el5 #1 SMP Mon Aug 24 08:21:56 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux)
lwpostgis seems to be renamed to postgis.sql on 1.4 but it runs without errors. Ge --- On Fri, 10/16/09, Paragon Corporation <lr@...> wrote: > From: Paragon Corporation <lr@...> > Subject: Re: [postgis-users] Issue with installing PostGIS on CentOS 64 bit > To: "'PostGIS Users Discussion'" <postgis-users@...> > Date: Friday, October 16, 2009, 12:47 AM > Forgot to mention version of > PostgreSQL is > > PostgreSQL 8.4.1 > > -----Original Message----- > From: postgis-users-bounces@... > [mailto:postgis-users-bounces@...] > On Behalf Of Paragon > Corporation > Sent: Friday, October 16, 2009 3:44 AM > To: 'PostGIS Users Discussion' > Subject: [postgis-users] Issue with installing PostGIS on > CentOS 64 bit > > We are having an issue installing PostGIS on a CentOS > 64-bit box. > > We are doing > > PostGIS 1.3.6 > GEOS 3.1.1 > Proj 4.6.1 > > --- the ldd returns the below and running the > lwpostgis.sql etc. doesn't > work since its complaining about the undefined symbols. > > > ldd -d /usr/lib64/pgsql/liblwgeom.so > libgeos_c.so.1 => > /usr/lib64/libgeos_c.so.1 (0x00002b40f6a94000) > libproj.so.0 => > /usr/lib64/libproj.so.0 (0x00002b40f6cb5000) > libc.so.6 => > /lib64/libc.so.6 (0x00002b40f6ef6000) > libgeos-3.1.1.so => > /usr/local/lib/libgeos-3.1.1.so > (0x00002b40f724d000) > libgcc_s.so.1 => > /lib64/libgcc_s.so.1 (0x00002b40f7715000) > libm.so.6 => > /lib64/libm.so.6 (0x00002b40f7923000) > /lib64/ld-linux-x86-64.so.2 > (0x00002b40f6600000) undefined symbol: > _ZTVN10__cxxabiv120__si_class_type_infoE > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: __cxa_pure_virtual > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTISt9exception > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTVN10__cxxabiv119__pointer_type_infoE > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: > _ZTVN10__cxxabiv121__vmi_class_type_infoE > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTVSt9exception > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZSt4cerr > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: > _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTIPv > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: __gxx_personality_v0 > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE > (/usr/lib64/libgeos_c.so.1) > undefined symbol: _ZTISt9exception > (/usr/lib64/libgeos_c.so.1) > undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE > (/usr/lib64/libgeos_c.so.1) > undefined symbol: _ZTVSt9exception > (/usr/lib64/libgeos_c.so.1) > undefined symbol: _ZSt4cerr > (/usr/lib64/libgeos_c.so.1) > undefined symbol: > _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ > (/usr/lib64/libgeos_c.so.1) > undefined symbol: __gxx_personality_v0 > (/usr/lib64/libgeos_c.so.1) > undefined symbol: SPI_tuptable > (/usr/lib64/pgsql/liblwgeom.so) undefined > symbol: CurrentMemoryContext > (/usr/lib64/pgsql/liblwgeom.so) undefined > symbol: my_exec_path (/usr/lib64/pgsql/liblwgeom.so) > undefined symbol: textout > (/usr/lib64/pgsql/liblwgeom.so) > undefined symbol: SPI_processed > (/usr/lib64/pgsql/liblwgeom.so) undefined > symbol: default_statistics_target > (/usr/lib64/pgsql/liblwgeom.so) > > Thanks, > Regina > > > _______________________________________________ > postgis-users mailing list > postgis-users@... > http://postgis.refractions.net/mailman/listinfo/postgis-users > > > > _______________________________________________ > postgis-users mailing list > postgis-users@... > http://postgis.refractions.net/mailman/listinfo/postgis-users > _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
|
|
Re: Issue with installing PostGIS on CentOS 64 bitGe,
The problem I was having was definitely a GEOS one. I eventually plan to move this database to 1.4 or 1.5, but was going to do that after a month or so. There are way too many stored procs in this particular (most I didn't write) here that I have to go thru with a fine tooth comb that may need some rewrite to work with 1.4. Mostly the extent box_extent change in 1.4 has bitten me on occassion. For this one I may just jump to 1.5. Thanks, Regina -----Original Message----- From: postgis-users-bounces@... [mailto:postgis-users-bounces@...] On Behalf Of G. van Es Sent: Friday, October 16, 2009 5:01 PM To: PostGIS Users Discussion Subject: Re: [postgis-users] Issue with installing PostGIS on CentOS 64 bit I had similar problems. After starting all over with PostGIS 1.4 it runs fine on CentOS 64Bit (2.6.18-128.7.1.el5 #1 SMP Mon Aug 24 08:21:56 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux) lwpostgis seems to be renamed to postgis.sql on 1.4 but it runs without errors. Ge --- On Fri, 10/16/09, Paragon Corporation <lr@...> wrote: > From: Paragon Corporation <lr@...> > Subject: Re: [postgis-users] Issue with installing PostGIS on CentOS > 64 bit > To: "'PostGIS Users Discussion'" > <postgis-users@...> > Date: Friday, October 16, 2009, 12:47 AM Forgot to mention version of > PostgreSQL is > > PostgreSQL 8.4.1 > > -----Original Message----- > From: postgis-users-bounces@... > [mailto:postgis-users-bounces@...] > On Behalf Of Paragon > Corporation > Sent: Friday, October 16, 2009 3:44 AM > To: 'PostGIS Users Discussion' > Subject: [postgis-users] Issue with installing PostGIS on CentOS 64 > bit > > We are having an issue installing PostGIS on a CentOS 64-bit box. > > We are doing > > PostGIS 1.3.6 > GEOS 3.1.1 > Proj 4.6.1 > > --- the ldd returns the below and running the lwpostgis.sql etc. > doesn't work since its complaining about the undefined symbols. > > > ldd -d /usr/lib64/pgsql/liblwgeom.so > libgeos_c.so.1 => > /usr/lib64/libgeos_c.so.1 (0x00002b40f6a94000) > libproj.so.0 => > /usr/lib64/libproj.so.0 (0x00002b40f6cb5000) > libc.so.6 => > /lib64/libc.so.6 (0x00002b40f6ef6000) > libgeos-3.1.1.so => > /usr/local/lib/libgeos-3.1.1.so > (0x00002b40f724d000) > libgcc_s.so.1 => > /lib64/libgcc_s.so.1 (0x00002b40f7715000) > libm.so.6 => > /lib64/libm.so.6 (0x00002b40f7923000) > /lib64/ld-linux-x86-64.so.2 > (0x00002b40f6600000) undefined symbol: > _ZTVN10__cxxabiv120__si_class_type_infoE > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: __cxa_pure_virtual > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTISt9exception > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTVN10__cxxabiv119__pointer_type_infoE > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: > _ZTVN10__cxxabiv121__vmi_class_type_infoE > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTVSt9exception > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZSt4cerr > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: > _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTIPv > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: __gxx_personality_v0 > (/usr/local/lib/libgeos-3.1.1.so) > undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE > (/usr/lib64/libgeos_c.so.1) > undefined symbol: _ZTISt9exception > (/usr/lib64/libgeos_c.so.1) > undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE > (/usr/lib64/libgeos_c.so.1) > undefined symbol: _ZTVSt9exception > (/usr/lib64/libgeos_c.so.1) > undefined symbol: _ZSt4cerr > (/usr/lib64/libgeos_c.so.1) > undefined symbol: > _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ > (/usr/lib64/libgeos_c.so.1) > undefined symbol: __gxx_personality_v0 > (/usr/lib64/libgeos_c.so.1) > undefined symbol: SPI_tuptable > (/usr/lib64/pgsql/liblwgeom.so) undefined > symbol: CurrentMemoryContext > (/usr/lib64/pgsql/liblwgeom.so) undefined > symbol: my_exec_path (/usr/lib64/pgsql/liblwgeom.so) undefined > symbol: textout > (/usr/lib64/pgsql/liblwgeom.so) > undefined symbol: SPI_processed > (/usr/lib64/pgsql/liblwgeom.so) undefined > symbol: default_statistics_target > (/usr/lib64/pgsql/liblwgeom.so) > > Thanks, > Regina > > > _______________________________________________ > postgis-users mailing list > postgis-users@... > http://postgis.refractions.net/mailman/listinfo/postgis-users > > > > _______________________________________________ > postgis-users mailing list > postgis-users@... > http://postgis.refractions.net/mailman/listinfo/postgis-users > _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
| Free embeddable forum powered by Nabble | Forum Help |