Re: Unable to load dynamic library '/usr/lib/php/20121212/tidy.dll'

2014-09-17 Thread Keith Christian
Yaakov, that fixed the problem. Thanks for the hint. On Sun, Aug 31, 2014 at 12:06 AM, Yaakov Selkowitz wrote: > On 2014-08-29 21:18, Keith Christian wrote: >> >> While test driving the new php-5.5.16-1, I checked the version and got >> the tidy.dll error: >> >> php -v >> PHP Warning: PHP Start

Re: Unable to load dynamic library '/usr/lib/php/20121212/tidy.dll'

2014-08-30 Thread Yaakov Selkowitz
On 2014-08-29 21:18, Keith Christian wrote: While test driving the new php-5.5.16-1, I checked the version and got the tidy.dll error: php -v PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20121212/tidy.dll' - No such process in Unknown on line This sounds like you are

Re: Unable to load dynamic library '/usr/lib/php/20121212/tidy.dll'

2014-08-30 Thread Keith Christian
File says this: file /usr/lib/php/20121212/tidy.dll /usr/lib/php/20121212/tidy.dll: PE32 executable (DLL) (console) Intel 80386, for MS Windows Keith On Fri, Aug 29, 2014 at 11:25 PM, Andrey Repin wrote: > Greetings, Keith Christian! > >> Forgot to mention that the error occurs even though the

Re: Unable to load dynamic library '/usr/lib/php/20121212/tidy.dll'

2014-08-29 Thread Andrey Repin
Greetings, Keith Christian! > Forgot to mention that the error occurs even though the file exists: > ls -dl /usr/lib/php/20121212/tidy.dll > -rwxr-xr-x 1 kchristian Domain Users 45095 Aug 24 13:31 > /usr/lib/php/20121212/tidy.dll What file /usr/lib/php/20121212/tidy.dll says about it? > On

Re: Unable to load dynamic library '/usr/lib/php/20121212/tidy.dll'

2014-08-29 Thread Keith Christian
Forgot to mention that the error occurs even though the file exists: ls -dl /usr/lib/php/20121212/tidy.dll -rwxr-xr-x 1 kchristian Domain Users 45095 Aug 24 13:31 /usr/lib/php/20121212/tidy.dll On Fri, Aug 29, 2014 at 8:18 PM, Keith Christian wrote: > While test driving the new php-5.5.16-1, I c