Re: [GENERAL] Errors while installing PostGIS by an unusual method

2016-10-24 Thread Asif Naeem
nst/lib:/opt/gdal-1.9.1/inst/lib:/opt/geos-3.3.5/inst/lib:$LD_LIBRARY_PATH ./configure --prefix=$PWD/inst --with-projdir=/opt/proj-4.7.0/inst &> > configure.log > make &> make.log Regards, Muhammad Asif Naeem On Mon, Oct 24, 2016 at 11:15 AM, Ankit Sablok <ankit...@buffalo.ed

Re: [GENERAL] postgresql-9.5.3 compilation on Solaris SPARC

2016-05-20 Thread Asif Naeem
); > } > > /opt/SUNWspro/bin/cc -m64 atomic_cas_64-test.c -o atomic_cas_64-test try ldd to check which library it is resolving atomic_cas_64 symbol i.e. ldd atomic_cas_64-test Regards, Muhammad Asif Naeem > I tried adding an option CFLAGS_SSE42='-msse4.2'. No luck. > > *Ope

Re: [GENERAL] GCC error and libmpfr.so.4 not found

2015-06-11 Thread Asif Naeem
On Fri, Jun 12, 2015 at 12:29 AM, Tom Lane t...@sss.pgh.pa.us wrote: Asma Riyaz asmariya...@gmail.com writes: in bashrc:- LD_LIBRARY_PATH=/seq/annotation/bio_tools/BOOST/boost_1_46_1/lib LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/seq/regev_genome_portal/lib If you didn't have an export

Re: [GENERAL] Where the core files are generated in running postgres server

2014-08-04 Thread Asif Naeem
Hi Tarkeshwar, If you are using Unix/Linux following link might be useful to you i.e. https://wiki.postgresql.org/wiki/Getting_a_stack_trace_of_a_running_PostgreSQL_backend_on_Linux/BSD#Enabling_core_dumps Regards, Muhammad Asif Naeem On Mon, Aug 4, 2014 at 3:19 PM, M Tarkeshwar Rao

Re: [GENERAL] unable to build postgres-9.4 in os x 10.9 with python

2014-05-30 Thread Asif Naeem
x86_64 Can you please share config.log and complete make log with failure ?. Regards, Muhammad Asif Naeem On Fri, May 30, 2014 at 9:49 PM, reiner peterke zedaa...@drizzle.com wrote: Hi, has anyone else had this issue and does any one know the solution? Since upgrading my mac from os x

Re: [GENERAL] Trouble finding libpq on Centos 6.5

2014-05-08 Thread Asif Naeem
is required. Regards, Muhammad Asif Naeem On Thu, May 8, 2014 at 1:06 PM, Alberto Cabello Sánchez albe...@unex.es wrote: On Thu, 8 May 2014 08:54:44 +0200 Aqz poc...@aquaz.eu wrote: Hi. I'm not sure if I should write here, or on a Centos mailing list... I have fresh, vanilla Centos

Re: [GENERAL] Trouble finding libpq on Centos 6.5

2014-05-08 Thread Asif Naeem
suggest to use -L or add directory /usr/pgsql-9.3/lib to linker (ld) default library search path. you can check current search path via ld --verbose | grep SEARCH_DIR. 2014-05-08 13:14 GMT+02:00 Asif Naeem anaeem...@gmail.com: Hi, Yes. It seems that /usr/pgsql-9.3/lib is not in linker default