I am on win NT4.0
I am running Apache 2.0, Php 4.2 and MYSQL 3.23.49...
I did install XSL_PHP_4.1 downloaded from shanx.com/php/getXsl.htm
Followed the same instructions in php.ini file
extension=php_xslt.dll
I used old version of php4ts.dll since I couldn't restart apache with php4.2 php4ts.dll..... Do you think it is a problem ?
I am getting 2 error messages at apache restart twice.
1) point_ecalloc could not be located in php4ts.dll not located
2) unable to load dynamic library c:\php4.2.2-Win32/php_xslt.dll
Still apache comes up but my PHP-XSL pages cannot be hosted. Only PHP pages canbe hosted!!
I have php4ts.dll, php4apache2.dll, expat.dll,sablot.dll,xmlparse.dll and xmltok.dll in c:\winnt\system32 dir.
Also I added expat.dll, sablot.dll to the path.
Do I need to register anything ??
Could someone please let me know whats wrong here?
This is really urgent !!
my email is mefdo@hotmail.com
error when restarting apache eventhat apache restarts!!
Moderator: General Moderators
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
apache restart errors but apache comes up
Hi Hob Goblin
error 2) -All what I did was remove ; from extention=php_xsl line in php.ini...
error 1) - I am using php4.1.3 php4ts.dll... b'cos 4.2 dll did gave me another set of errors which I couldn't restart apache at all...
Could you tell me what more I can do to debug this ?
error 2) -All what I did was remove ; from extention=php_xsl line in php.ini...
error 1) - I am using php4.1.3 php4ts.dll... b'cos 4.2 dll did gave me another set of errors which I couldn't restart apache at all...
Could you tell me what more I can do to debug this ?
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Have you moved the extension dll's out of the extensions folder (C:/php4.2.2-Win32/extensions) out of the main PHP installation folder (C:/php4.2.2-Win32)? If you haven't you may want to consider leaving them in the extensions folder and changing the extension_dir directive in your php.ini to:
and make sure that the extensions you are trying to load are in that directory.
Mac
Code: Select all
; Directory in which the loadable extensions (modules) reside.
extension_dir = ./extensionsMac