Any problem with extension under Win? libasl.dll...

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
lordzoster
Forum Newbie
Posts: 7
Joined: Mon May 27, 2002 3:29 am

Any problem with extension under Win? libasl.dll...

Post by lordzoster »

todd.fincannon@acotec.com
07-Feb-2001 08:39
I foun this post by todd.fincannon@acotec.com on the 07-Feb-2001 08:39, at the URL http://www.php.net/manual/fi/install.windows.php.


"Installing PHP 4 with extensions on Windows

If you are getting bogus message boxes that say, "unable to load
dynamic library" followed by the correct pathname to the extension
DLL,
the real problem is that libsasl.dll is not being found.

To load extensions,
* set extension_dir in php.ini with the full pathname of the
directory where extensions are located
* uncomment the extension line in php.ini for each extension
* move libsasl.dll to the same directory as php.exe."

Have you heard of this dll?
I don't find it, either in my win2k server (PHP4.2.0 manual installation) nor in my win2k (installshield).
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

must be a special feature in the version for finland ;)
but since when do they have vocals in their language (libsAsl.dll) ? :D

ok ok, it's a library from openssl/cyrus-sal
lordzoster
Forum Newbie
Posts: 7
Joined: Mon May 27, 2002 3:29 am

extensions not found

Post by lordzoster »

right.
But i still can't get extension running on my php.
Tried E_V_E_R_Y_T_H_I_N_G i'm aware of (i red install.txt, manual, documentation, last minute issue, etc.).
What am i expected to do?
Is it possible that nobody ever heard of such behaviours, except me and those dozen unlucky php'ers out there?
Sad...
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

do you mean 'can not run php with any extentions at all"?
Or which extention do you want to load?
Until a few days ago I ran php 4.2 on a w2k professional and had no errors at all.
Post Reply