Path: csiph.com!fu-berlin.de!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Date: Wed, 6 Jan 2016 21:54:22 +0100 From: Anders Wegge Keller Newsgroups: comp.lang.php Subject: Re: /usr/lib64/php/modules/mysqlnd_ms.so: undefined symbol: mysqlnd_globals in Unknown on line 0 Message-ID: <20160106215422.6a6367ae@geostat.dk> References: <39d725f6-1b37-46fc-bf68-148024ce68da@googlegroups.com> Organization: Disorganized X-Newsreader: Claws Mail 3.13.1 (GTK+ 2.24.29; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Lines: 23 NNTP-Posting-Host: 2.110.225.100 X-Trace: news.sunsite.dk DXC=eeVK81jSIOcHZJdbckJ wrote: > on Debian, > php -v > PHP 5.4.37-1+deb.sury.org~lucid+1 (cli) (built: Jan 26 2015 11:45:32) > Copyright (c) 1997-2014 The PHP Group > Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies > > I had: > /usr/lib/php5/20100525/mysqlnd_ms.so: undefined symbol: > mysqlnd_global_stats in Unknown on line 0 What output do you get when you run the command ldd usr/lib/php5/20100525/mysqlnd_ms.so It will list all the dynamic libraries that mysqlnd_ms depends on, and my guess is that one of theose are missing. -- //Wegge