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

Re: Modules and Debian

1998-01-21 Thread David Z. Maze
John Spence <[EMAIL PROTECTED]> writes: JS> Here's what I think I understand so far. JS> JS> /etc/init.d/modutils JS> JS> says it "loads the appropriate modules in 'boot'". I suppose this JS> means /etc/init.d/boot which seems to load modules in JS> /etc/init.d/modutils. W

Re: Modules and Debian

1998-01-21 Thread Scott Ellis
On Thu, 22 Jan 1998, John Spence wrote: > /etc/init.d/modules (which is a symlink to /etc/init.d/modutils) The package to manage kernel modules used to be called modules. It was renamed upstream to modutils and we followed the naming convention. The modules symlink is to make sure that incomple

Modules and Debian

1998-01-21 Thread John Spence
Sorry for the elementary nature of the question but I am not happy with my current understanding of module configuration under Debian. I'm not very good at understanding Linux documentation yet. /usr/doc/modules == contains a group of stubs that tell me they are there for backwards compatibility.