From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | cliff(at)cliffmeyers(dot)com, pgsql-general(at)postgresql(dot)org |
Subject: | Re: compiling mod_auth_pgsql |
Date: | 2003-05-22 09:27:21 |
Message-ID: | 200305221027.21893.dev@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wednesday 21 May 2003 6:18 pm, cliff(at)cliffmeyers(dot)com wrote:
> Hello,
>
> I posted this message to pgsql-interfaces but I figured I'd post to the
> general list as well.
>
> I'm trying to install mod_auth_pgsql 0.9.12 with apache 1.3.27 on Red Hat
> Linux 8. I've followed the directions for installation to the letter, but
> the apache 'make' command dies on me, complaining that it can't find
> libpq.so.3 even though it exists in my /usr/local/pgsql/lib directory.
> What's strange is that it dies during part of the apache 'make' that seems
> to have nothing to do with the mod_auth_pgsql module.
Two things to check:
1. Have you made the relevant changes in /etc/ld.so.conf and run ldconfig?
or
2. Have you told ./configure where to find the pgsql directory?
Step 1 just requires you add the path to the ld.so.conf file and run ldconfig
(as root). That tells the linker where to look for libraries.
--
Richard Huxton
From | Date | Subject | |
---|---|---|---|
Next Message | Conxita Marín | 2003-05-22 10:27:38 | Is this a bug? : select '26/10/2003'::date + interval '1 day'; |
Previous Message | Martijn van Oosterhout | 2003-05-22 09:26:46 | Re: compiling mod_auth_pgsql |