Re: Apache modules and Debian

1998-03-11 Thread Gergely Madarasz
On Wed, 11 Mar 1998, Robert Joyal wrote: > > >gcc -shared -I/usr/include/apache -I/usr/include/postgresql -o > >>mod_auth_pg95.so mod_auth_pg95.c -L/usr/lib/postgresql/lib -lpgsql > > but ld could not find lpgsql. I then tried compiling with -lpq and the > mod_auth_pg95.so file was created, S

Re: Apache modules and Debian

1998-03-06 Thread Robert Joyal
Thanks to any and all that replied, but I found the answer my own stupid self. it seems that I needed to get the apache-dev package (the Configuration file is located within the /usr/include/apache along with the other source files that I need to do a 'make' on. Still trying to work out the kinks,

Re: Apache modules and Debian

1998-03-05 Thread Gergely Madarasz
On Wed, 4 Mar 1998 [EMAIL PROTECTED] wrote: > Please have mercy on a poor, befuddled newbie. I'm having trouble figuring out > how to add the module mod_auth_pg95 to the Apache server. I installed both > Apache and PostgreSQL from Debian packages. > > I've read much documentation, including almos

Re: Apache modules and Debian

1998-03-05 Thread Adam Edwards
At 03:33 PM 3/4/98 -0600, [EMAIL PROTECTED] wrote: >The compilation process apparently involves making changes to a >"Configuration" file, but I've yet to discover what file this is. I could be WAY off but I beleive the prog to modify the configuration is simply apacheconfig. > >Please help!!!

Apache modules and Debian

1998-03-05 Thread joyal
Please have mercy on a poor, befuddled newbie. I'm having trouble figuring out how to add the module mod_auth_pg95 to the Apache server. I installed both Apache and PostgreSQL from Debian packages. I've read much documentation, including almost all of the docs from www.apache.org. None of the docs