Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Micah Gersten
Thiago H. Pojda wrote: > On Wed, Nov 12, 2008 at 2:21 PM, Thodoris <[EMAIL PROTECTED]> wrote: > > >> Although I don't develop under windows and I should say that this OS has >> been "developing" my allergies I would suggest to use WAMP. Which is >> Windows-Apache-MySQL-PHP enviroment that you m

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
On Wed, Nov 12, 2008 at 2:21 PM, Thodoris <[EMAIL PROTECTED]> wrote: > > Although I don't develop under windows and I should say that this OS has > been "developing" my allergies I would suggest to use WAMP. Which is > Windows-Apache-MySQL-PHP enviroment that you might find very useful and it > m

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thodoris
On Wed, Nov 12, 2008 at 2:03 PM, Stut <[EMAIL PROTECTED]> wrote: On 12 Nov 2008, at 16:58, Thiago H. Pojda wrote: I switched PCs and now when I load PHP I get this weird error. It claims it can't find the specified library, but in the lib is in the path given by the messag

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
On Wed, Nov 12, 2008 at 2:03 PM, Stut <[EMAIL PROTECTED]> wrote: > On 12 Nov 2008, at 16:58, Thiago H. Pojda wrote: > >> >>> I switched PCs and now when I load PHP I get this weird error. It claims > it > can't find the specified library, but in the lib is in the path given > by >

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Stut
On 12 Nov 2008, at 16:58, Thiago H. Pojda wrote: On Wed, Nov 12, 2008 at 1:56 PM, Thiago H. Pojda <[EMAIL PROTECTED] >wrote: On Wed, Nov 12, 2008 at 1:54 PM, Stut <[EMAIL PROTECTED]> wrote: On 12 Nov 2008, at 16:53, Thiago H. Pojda wrote: I switched PCs and now when I load PHP I get this weird

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
On Wed, Nov 12, 2008 at 1:56 PM, Thiago H. Pojda <[EMAIL PROTECTED]>wrote: > On Wed, Nov 12, 2008 at 1:54 PM, Stut <[EMAIL PROTECTED]> wrote: > >> On 12 Nov 2008, at 16:53, Thiago H. Pojda wrote: >> >>> I switched PCs and now when I load PHP I get this weird error. It claims >>> it >>> can't find

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Stut
On 12 Nov 2008, at 16:53, Thiago H. Pojda wrote: I switched PCs and now when I load PHP I get this weird error. It claims it can't find the specified library, but in the lib is in the path given by the message. Any ideas? My extension_dir is okay (it has spaces, but has "") and I gave "Ev

Re: [PHP] PHP Startup: Unable to load dynamic library

2007-02-20 Thread Richard Lynch
If those files exist, you have probably managed to mix-n-match extension versions with your PHP install. You can't do that. Extension versions and PHP version have to match. If those files don't exist at all, you forgot to ask for these extensions when you re-compiled PHP, or forgot to use your