error when restarting apache eventhat apache restarts!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mefdo
Forum Newbie
Posts: 10
Joined: Mon Jul 29, 2002 10:06 am

error when restarting apache eventhat apache restarts!!

Post by mefdo »

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
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

if its not a corrupt dll file

2) unable to load dynamic library c:\php4.2.2-Win32/php_xslt.dll

it has a "/", thats not supposed to be in windows - do you think you messed up somewhere?
mefdo
Forum Newbie
Posts: 10
Joined: Mon Jul 29, 2002 10:06 am

apache restart errors but apache comes up

Post by mefdo »

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 ?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

you're mixing (at least) two versions of php?
not a good idea....
what is the error-message when you use all parts of php 4.2?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

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:

Code: Select all

; Directory in which the loadable extensions (modules) reside.
extension_dir = ./extensions
and make sure that the extensions you are trying to load are in that directory.

Mac
Post Reply