[PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
Guys,

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 Everyone
access to it.

I'm in WinXP using apache 2.2.


Thanks,
-- 
Thiago Henrique Pojda


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  
Everyone

access to it.


Which extension? This message usually indicates that it can't find a  
DLL the extension depends upon.


-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 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
 Everyone
 access to it.


 Which extension? This message usually indicates that it can't find a DLL
 the extension depends upon.
  http://stut.net/


 I removed all of them and let only php_mysql.dll and still get this error.

 Does this extension depend on anything?

 --
 Thiago Henrique Pojda


CC'ing php-general...


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 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
Everyone
access to it.



Which extension? This message usually indicates that it can't find  
a DLL

the extension depends upon.
http://stut.net/



I removed all of them and let only php_mysql.dll and still get this  
error.


Does this extension depend on anything?




It's pretty useless without libmysql.dll.

-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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
 the
 message.

 Any ideas?

 My extension_dir is okay (it has spaces, but has ) and I gave
 Everyone
 access to it.


 Which extension? This message usually indicates that it can't find a DLL
 the extension depends upon.
 http://stut.net/


 I removed all of them and let only php_mysql.dll and still get this
 error.

 Does this extension depend on anything?



 It's pretty useless without libmysql.dll.

 -Stut

 --
 http://stut.net/


Yeah, I just found this out.

Strange the win32 installer didn't add this.


The error message could be clearer :)

Thanks Stut!
-- 
Thiago Henrique Pojda


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
message.

Any ideas?

My extension_dir is okay (it has spaces, but has ) and I gave
Everyone
access to it.




Which extension? This message usually indicates that it can't find a DLL
the extension depends upon.
http://stut.net/


  

I removed all of them and let only php_mysql.dll and still get this
error.

Does this extension depend on anything?




It's pretty useless without libmysql.dll.

-Stut

--
http://stut.net/




Yeah, I just found this out.

Strange the win32 installer didn't add this.


The error message could be clearer :)

Thanks Stut!
  
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 might make things easier for you.


--
Thodoris



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
 might make things easier for you.

 --
 Thodoris


Thodoris,

I don't like developing on windows either, but I find it to be worse when
using WAMP. When I first started developing PHP I used to use WAMP and also
tried EasyPHP. Although things were easier at first, IMO they add too much
stuff in conf files that make things confuse when you need to make some
specific changes.

Thanks for your suggestion :)
-- 
Thiago Henrique Pojda


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 might find very useful and it
 might make things easier for you.

 --
 Thodoris


 
 Thodoris,

 I don't like developing on windows either, but I find it to be worse when
 using WAMP. When I first started developing PHP I used to use WAMP and also
 tried EasyPHP. Although things were easier at first, IMO they add too much
 stuff in conf files that make things confuse when you need to make some
 specific changes.

 Thanks for your suggestion :)
   

You should try Xampp then.  http://apachefriends.org
They've segregated the apache config files to make things easier.

Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 package
manager to ask for them separately when you installed.

On Sat, February 17, 2007 7:53 pm, Noah wrote:

 Hi,

 I am running apache-2.2.4 and php5-5.2.1-2
 and I am find some php related errors accumulating in
 /var/log/messages  - look below.

 I've rebuilt php5 and apache2.2.4 and still the same issues.  what
 else
 could be going on here.

 also 'apache restart' is fine but 'apache graceful' core dumps.

 any clues,

 Noah


 here they are:

 Feb 17 17:07:03 typhoon httpd: PHP Warning:  PHP Startup: Unable to
 load
 dynamic library '/usr/local/lib/php/20060613-debug/ftp.so' - Cannot
 open
 quot;/usr/local/lib/php/20060613-debug/ftp.soquot; in Unknown on
 line 0
 Feb 17 17:07:03 typhoon httpd: PHP Warning:  PHP Startup: Unable to
 load
 dynamic library '/usr/local/lib/php/20060613-debug/ldap.so' - Cannot
 open quot;/usr/local/lib/php/20060613-debug/ldap.soquot; in Unknown
 on
 line 0

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP Startup: Unable to load dynamic library

2007-02-17 Thread Noah


Hi,

I am running apache-2.2.4 and php5-5.2.1-2
and I am find some php related errors accumulating in  
/var/log/messages  - look below.


I've rebuilt php5 and apache2.2.4 and still the same issues.  what else 
could be going on here.


also 'apache restart' is fine but 'apache graceful' core dumps.

any clues,

Noah


here they are:

Feb 17 17:07:03 typhoon httpd: PHP Warning:  PHP Startup: Unable to load 
dynamic library '/usr/local/lib/php/20060613-debug/ftp.so' - Cannot open 
quot;/usr/local/lib/php/20060613-debug/ftp.soquot; in Unknown on line 0
Feb 17 17:07:03 typhoon httpd: PHP Warning:  PHP Startup: Unable to load 
dynamic library '/usr/local/lib/php/20060613-debug/ldap.so' - Cannot 
open quot;/usr/local/lib/php/20060613-debug/ldap.soquot; in Unknown on 
line 0


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php