Re: [pgadmin-support] Installation on mandriva 2006

2006-10-06 Thread hugoksouza
-support] Installation on mandriva 2006 Hi, On Fri, 2006-10-06 at 00:42 -0400, [EMAIL PROTECTED] wrote: Is there a real solution ofr this issue? Sure. http://developer.postgresql.org/~devrim/rpms/compat/ Use the RPM which is suitable for your platform. This is Red Hat (so its clone) problem if

Re: [pgadmin-support] Installation on mandriva 2006

2006-10-06 Thread Devrim GUNDUZ
Hi, On Fri, 2006-10-06 at 00:42 -0400, [EMAIL PROTECTED] wrote: > Is there a real solution ofr this issue? Sure. http://developer.postgresql.org/~devrim/rpms/compat/ Use the RPM which is suitable for your platform. This is Red Hat (so its clone) problem if you install PGDG RPMs instead of Red

Re: [pgadmin-support] Installation on mandriva 2006

2006-10-06 Thread hugoksouza
Hi all, hi Hendrick, Just a note on this. I was trying to install pgadmin3-1.4.3-1.i686.rpm on CentOS 4.4 with PostgreSQL 8.1.4, but I could not install the PgAdmin3 1.4.3 because it requires the /usr/lib/libpq.so.3. I tried to do the symbolic link and for my surprise it did not work, it co

Re: [pgadmin-support] Installation on mandriva 2006

2005-12-20 Thread Hendrik-Jan Heins
libpq.so.3 is part of the libpq3 rpm. As i compiled it on Mandriva linux 2005LE, it can be that in 2006 libpq3 has become libpq4. The easiest solution: as root do: ln -s /usr/lib/libpq.so.4 /usr/lib/libpq.so.3 next, install the rpm. I'll see what I can do to change this dependency in the rpm pack