Warning php startup invalid library

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation not work with php7 #5799

Installation not work with php7 #5799

Comments

when i install composer with exe it shows this message.
C:\xampp\php\php.exe

The php.ini used by your command-line PHP is: C:\xampp\php\php.ini

A setting in your php.ini could be causing the problem: Either the ‘extension_dir’ value is incorrect or the dll does not exist.

Program Output:
Warning: PHP Startup: Unable to load dynamic library ‘C:\xampp\php\ext\php_mysql.dll’ — The specified module could not be found.
in Unknown on line 0

Читайте также:  Java lang nullpointerexception at java io reader

Warning: PHP Startup: Invalid library (maybe not a PHP library) ‘libmysql.dll’ in Unknown on line 0

When i try to download with command this same as before.

C:\xampp\php>php -r «copy(‘https://getcomposer.org/installer’, ‘composer-setup.p
hp’);»
PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\xampp\php\ext\php_
mysql.dll’ — The specified module could not be found.
in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library ‘C:\xampp\php\ext\php_mysql
.dll’ — The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\xampp\php\ext\libm
ysql.dll’ — The specified module could not be found.
in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library ‘C:\xampp\php\ext\libmysql.
dll’ — The specified module could not be found.
in Unknown on line 0

The text was updated successfully, but these errors were encountered:

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: PHP Startup: Invalid library (maybe not a PHP library) ‘intl.so’ in Unknown on line 0 #300

Warning: PHP Startup: Invalid library (maybe not a PHP library) ‘intl.so’ in Unknown on line 0 #300

Comments

PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'intl.so' in Unknown on line 0 Warning: PHP Startup: Invalid library (maybe not a PHP library) 'intl.so' in Unknown on line 0 PHP 5.4.31 (cli) (built: Aug 24 2014 22:24:11) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans 

The text was updated successfully, but these errors were encountered:

Читайте также:  Javascript convert to float to int

Ok. I’ll do some research and see if intl.so requires full path.

I guess you might need to compile intl as a static-linked extension.

Because some extensions can not be loaded dynamically.

@c9s AFAIK it’s true that some extensions can not be statically linked (aka xdebug), but I can’t remember any case of extensions that cannot be loaded dynamically.

Also the intl extension can be installed through pecl, so it may be installable through the ext management too. Got an idea 🙂

@c9s I couldn’t figure out why yet, but install only fails with bundled ext/intl source.

When fetching source from http://pecl.php.net/package/intl, the install is successful and extension is loaded appropriately. Package information from http://pecl.php.net/package/intl says bundled source and pecl source are in sync, but it seems to do not be 100% true.

This extension has been bundled with PHP since version 5.3 [. ] Version 3.0 is in sync with PHP 5.5

Workaround for now is phpbrew ext install —pecl intl . Notice the recently added —pecl option which will force pecl source download even if bundled intl source is available locally.

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Читайте также:  Найти минимальный элемент матрицы python

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid library ‘curl.so’ #256

Invalid library ‘curl.so’ #256

Comments

I try to run my project with my new php installation from phpbrew, but I have a curious message

Notice: Use of undefined constant CURLOPT_HEADER 

Yet I installed curl extension with this command :

And it finished with success, then I retry to switch the version of php and I saw this :

PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'curl.so' in Unknown on line 0 bash: /home/mbayou/.phpbrew/init: ligne 3: Erreur de syntaxe près du symbole inattendu « ( » bash: /home/mbayou/.phpbrew/init: ligne 3: `Warning: PHP Startup: Invalid library (maybe not a PHP library) 'curl.so' in Unknown on line 0' 

I don’t understand why . Do you have an idea ?

I am on Ubuntu 14.04 x64 with all requirements for phpbrew

The text was updated successfully, but these errors were encountered:

Источник

Оцените статью