Re: [HACKERS] Module incompatibility detection between 8.0 and 8.1

2005-11-11 Thread Tom Lane
Martijn van Oosterhout writes: > On Thu, Nov 10, 2005 at 11:29:15PM +0100, Olivier Thauvin wrote: >> To fix the issue, I will add a provide into postgresql-server package, >> something like postgresql-ABI =3D 8.1, add equivalent requires into modules. > There is some discussion about this on -hac

Re: [HACKERS] Module incompatibility detection between 8.0 and 8.1

2005-11-11 Thread Martijn van Oosterhout
On Thu, Nov 10, 2005 at 11:29:15PM +0100, Olivier Thauvin wrote: > I just make postgresql 8.1 rpm for mandriva and I was making basic test. I > made in pgfoundry the module pgrpm (rpm function in postgres). > Well the problem here is the module was build with postgresql 8.0. I will > rebuild t

[HACKERS] Module incompatibility detection between 8.0 and 8.1

2005-11-10 Thread Olivier Thauvin
I just make postgresql 8.1 rpm for mandriva and I was making basic test. I made in pgfoundry the module pgrpm (rpm function in postgres). However after installing postgresql 8.1 I have: ERREUR: unable to load library «/usr/lib64/pgsql/pgrpm.so»: /usr/lib64/pgsql/pgrpm.so: undefined symbol: Me