[ NetMaster @ 26.04.2002. 23:13 ] @
Instalirao sam sad na Win 98 Apache i PHP prema PHP Manual-u sa php.net
Nakon sto sam instaliorap apache zatim php u c:\PHP i dodao sledece linije:

Izabrao sam instalaciju PHP kao Modul:

u httpd.conf:

LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php .phtml

Zatim iskopirao datoteku "php4apache.dll" iz c:\PHP\sapi\ u Windows\system i restartovao apache.

Posto u PHP Manualu pise:

Note: You may find after using the windows installer for Apache that you need to define the AddModule directive for mod_php4.c in the configuration file (httpd.conf). This is done by adding AddModule mod_php4.c to the AddModule list, near the beginning of the configuration file. This is especially important if the ClearModuleList directive is defined. Failure to do this may mean PHP will not be registered as an Apache module.

i ovo sam odradio znaci dodao
AddModule mod_php4.c
u httpd.conf i opet restartovao apache.

Medjutim kada pokrenem apache na kraju dobijam sledecu poruku:

Syntax error on line 193 of c:/progran files/apache group/apache/conf/httpd.conf:
Cannot load c:/php/sapi/php4apache.dll into server: (1157) One of the library files needed to run this aplication cannot be found:

Note the errors or messages aboce, and press the <ESC> key to exit.
[ Zoran Rašković @ 26.04.2002. 23:39 ] @
Iskopiraj SVE dll-ove koje nadjes u php poddirovima u win/system(32) dir
[ NetMaster @ 26.04.2002. 23:44 ] @
Evo sad sam to uradio. Apsolutno svaki .dll iz c:/php sam prekopirao u c:/windows/system ali opet ista ona greska sto se prije javljala.

?
[ NetMaster @ 27.04.2002. 00:00 ] @
Evo rijesio sam problem:

Falio mi je Php4ts.dll
ne znam kako nije bio u zipu ?
No nema veze sad bar znam u cemu je problem svo vrijeme bio :)

Pozdrav i hvala Zoki