I was using PHP 4.2 before. That is when it worked. PHP 4.3 is what I
installed yesterday, and now I have issues.
Do you know of any reasons why a module might not be loaded? It seems like
that is the problem.
The errors I meant to write were:
PHP Warning: Unknown(): Unable to load dynamic library
'/usr/lib/php4/domxml.so' - /usr/lib/php4/domxml.so: undefined symbol:
xmlThrDefSetGenericErrorFunc in Unknown on line 0
PHP Warning: Unknown(): Unable to load dynamic library
'/usr/lib/php4/imap.so' - /usr/lib/libc-client.so.0: undefined symbol:
krb5_kt_close in Unknown on line 0
PHP 4.3.8 (cgi) (built: Jul 16 2004 09:23:33)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Thank you!
Aaron Bazar
http://www.ensenadaproperties.com
-----Original Message-----
From: David L Norris [mailto:dave@webaugur.com]
Sent: Tuesday, July 20, 2004 11:04 PM
To: Aaron Bazar
Cc: Multiple recipients of list
Subject: RE: [SWISH-E] Re: swish-e PHP problem after upgrade
On Wed, 2004-07-21 at 10:49 -0400, Aaron Bazar wrote:
> The C file is compiled, produces the .so file, my php script then loads
the
> module when I issue the dl() command. PHP then tries to read the module,
> looking for functions, etc. Is a module just a way to add a bunch of
> built-in functions?
Yes, basically that is all.
> And, if so, was there some change in the new version of
> PHP that you have to define variables differently?
Which new version of PHP? I'm running 4.3.6 and it does not work. I
will look into it when I have some time.
> What is an undefined function?
A function that doesn't exist in PHP or any loaded extensions. If you
see that for the swish-e functions then the module did not load. There
should be an error message in the server error log.
(e.g. /var/log/httpd/error_log)
> FYI, when I do php -v, I also get the following errors:
Don't see any errors. ;-)
--
David Norris
http://www.webaugur.com/dave/
ICQ - 412039
Received on Tue Jul 20 21:40:29 2004