Re: [GENERAL] Solaris 10, mod_auth_pgsql2

2007-11-01 Thread Jeff MacDonald
Yup, this was in thanks ! Jeff. On 1-Nov-07, at 2:27 PM, Tom Lane wrote: Jeff MacDonald <[EMAIL PROTECTED]> writes: sandbox# /opt/csw/apache2/sbin/apxs -i -a -c -l /opt/csw/postgresql/ I think you want -I not -l in front of that include path ... regards, tom lane

Re: [GENERAL] Solaris 10, mod_auth_pgsql2

2007-11-01 Thread Tom Lane
Jeff MacDonald <[EMAIL PROTECTED]> writes: > sandbox# /opt/csw/apache2/sbin/apxs -i -a -c -l /opt/csw/postgresql/ I think you want -I not -l in front of that include path ... regards, tom lane ---(end of broadcast)--- TIP 5

[GENERAL] Solaris 10, mod_auth_pgsql2

2007-11-01 Thread Jeff MacDonald
Greetings. I'm trying to compile mod_auth_pgsql2 for Solaris 10, I have the blastwave packages installed for libpq, apache2 and apache2_devel I'm following this how to http://archives.postgresql.org/pgsql-performance/2007-10/msg00076.php However, when I run it i get this sandbox# /opt/csw/