From milan@ker.forthnet.gr  Sun Feb 21 17:17:15 1999
Return-Path: <milan@ker.forthnet.gr>
Received: from forthnet.gr (talos.forthnet.gr [193.92.150.21])
	by Mala.vet.bg.ac.yu (8.8.6/8.8.5) with ESMTP id RAA27938
	for <tony@Mala.vet.bg.ac.yu>; Sun, 21 Feb 1999 17:17:09 +0100
Received: from zeus (isdn1.ker.forthnet.gr [193.92.105.240])
	by forthnet.gr (8.8.8/8.8.5) with SMTP id SAA01666
	for <tony@Mala.vet.bg.ac.yu>; Sun, 21 Feb 1999 18:13:12 +0200
Message-ID: <006401be5db3$7a632680$f0695cc1@zeus.starsm.org>
From: "Milan Todorvovic" <milan@ker.forthnet.gr>
To: "Antonio Novakovic" <tony@Mala.vet.bg.ac.yu>
Subject: Re: milan HELP SREDIO!!
Date: Sun, 21 Feb 1999 18:01:40 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3110.1
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0
Status: RO
X-Status: A

Cao tony,
Hvala ti sredio sam to :))).

Naravno nije kao sto tamo pisu.
Evo kako ako ti radis

odes us sh
exportujes LIBS i INCLUDES za msql

mod_auth.msql.c stavis u /src/moduls/extra

onada ovde je trik:
./configure --prefix=/path gde hoces da instaliras appache \
    --AddModule=src/module/extra/mod_auth_msql.c

To je koliko vidis mnogo drukcije od onoga sto oni savetuju, i sto neradi.
Sto je u principu procedura za apache 1.2.X

Hvala ti u svakom slucaju.
Kako ste vi tamo, mogu da mislim pored svih ovih sranja sa nato i bombama,
Jel radis nesto!

pozdrav Milan

-----Original Message-----
From: Antonio Novakovic <tony@Mala.vet.bg.ac.yu>
To: Milan Todorvovic <milan@ker.forthnet.gr>
Date: Sunday, February 21, 1999 2:25 PM
Subject: Re: milan HELP


>
>Ako ti nije kasno pogledacu veceras ...
>Pa cu ti poslati source ako uspem .. a nadam se da hocu :)
>
>
> Tony
>
>
>On Sat, 20 Feb 1999, Milan Todorvovic wrote:
>> Zdravo Tony,
>>
>> Evo pokusavam ovde da kompajliram novi apache 1.3.4 sa sa msql modulima
ali
>> mi nikako neide,
>> Apache je izgleda odustao od msql modula, sve sto sam nasao na njihovom
situ
>> je :
>>
>> Mozes li da mi pomognes oko ovoga!
>>
>> Milan
>>
>>
>> How to add modules to Apache
>> ----------------------------
>>
>> To add a module to the Apache server, you need to edit the file
>> ``Configuration'' in the source directory.  There are two things to
>> consider:
>>
>> 1) Does the extension need any extra libraries to be linked in?
>>
>>    If yes, then add the name of these libraries to the EXTRA_LIBS
variable
>>    in the file.  For example, to link the mSQL authentication package,
>>    you need to add -lmsql to the list.  If your library is in a
>>    non-standard location, you will also need to specify the path using
>>    the -L/path/to/lib/dir option before the -l option.
>>
>>
>> 2) Does the extension need any extra include paths to find header files?
>>
>>    If the include files needed by the module are in a non-standard
>>    place, then chances are you will need to add the path to those
>>    files to the compile command.  For example, if the header files for
>>    the mSQL authorization package are in /usr/local/Minerva/include,
>>    then you will probably need to add -I/usr/local/Minerva/include to
>>    the CFLAGS variable in the ``Configuration'' file.
>>
>>
>>
>> Next, copy the source file for the module to the Apache src directory.
>> Now you must add the module to the list of modules.  This is as simple
>> as adding a line like this to the ``Configuration'' file:
>>
>>      Module module_name module_code.o
>>
>> where the tag ``Module'' tells the Configure program this is a line
>> describing a module, the ``module_name'' is as defined in the source
>> code.  Look for a line that is something like this:
>>
>>      module msql_auth_module = {
>>
>> followed by some definitions.  This is the name of that module.  The
>> ``module_code.o'' tells the build process the name of the object file
>> containing the code to implement the module.  This is the same as the
>> name of the source file with the ``.c'' replaced by ``.o''.
>>
>> Run ``Configure'' followed by a ``make'' and the new module will be
>> added into the httpd program.
>>
>>
>>
>

From milan@ker.forthnet.gr  Sat Feb 20 19:56:20 1999
Return-Path: <milan@ker.forthnet.gr>
Received: from forthnet.gr (talos.forthnet.gr [193.92.150.21])
	by Mala.vet.bg.ac.yu (8.8.6/8.8.5) with ESMTP id TAA22068
	for <tony@Mala.vet.bg.ac.yu>; Sat, 20 Feb 1999 19:56:13 +0100
Received: from zeus (isdn1.ker.forthnet.gr [193.92.105.240])
	by forthnet.gr (8.8.8/8.8.5) with SMTP id UAA15326
	for <tony@Mala.vet.bg.ac.yu>; Sat, 20 Feb 1999 20:52:31 +0200
Message-ID: <002701be5d01$f43de4c0$f0695cc1@zeus.starsm.org>
From: "Milan Todorvovic" <milan@ker.forthnet.gr>
To: "Antonio Novakovic" <tony@Mala.vet.bg.ac.yu>
Subject: Re: milan HELP
Date: Sat, 20 Feb 1999 20:50:54 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3110.1
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0
Status: RO
X-Status: A

Zdravo Tony,

Evo pokusavam ovde da kompajliram novi apache 1.3.4 sa sa msql modulima ali
mi nikako neide,
Apache je izgleda odustao od msql modula, sve sto sam nasao na njihovom situ
je :

Mozes li da mi pomognes oko ovoga!

Milan


How to add modules to Apache
----------------------------

To add a module to the Apache server, you need to edit the file
``Configuration'' in the source directory.  There are two things to
consider:

1) Does the extension need any extra libraries to be linked in?

   If yes, then add the name of these libraries to the EXTRA_LIBS variable
   in the file.  For example, to link the mSQL authentication package,
   you need to add -lmsql to the list.  If your library is in a
   non-standard location, you will also need to specify the path using
   the -L/path/to/lib/dir option before the -l option.


2) Does the extension need any extra include paths to find header files?

   If the include files needed by the module are in a non-standard
   place, then chances are you will need to add the path to those
   files to the compile command.  For example, if the header files for
   the mSQL authorization package are in /usr/local/Minerva/include,
   then you will probably need to add -I/usr/local/Minerva/include to
   the CFLAGS variable in the ``Configuration'' file.



Next, copy the source file for the module to the Apache src directory.
Now you must add the module to the list of modules.  This is as simple
as adding a line like this to the ``Configuration'' file:

     Module module_name module_code.o

where the tag ``Module'' tells the Configure program this is a line
describing a module, the ``module_name'' is as defined in the source
code.  Look for a line that is something like this:

     module msql_auth_module = {

followed by some definitions.  This is the name of that module.  The
``module_code.o'' tells the build process the name of the object file
containing the code to implement the module.  This is the same as the
name of the source file with the ``.c'' replaced by ``.o''.

Run ``Configure'' followed by a ``make'' and the new module will be
added into the httpd program.



