View Full Version : PCRE_UTF8 no longer installed after update
rjd22
04-13-2010, 06:32 AM
UTF8 support is no longer installed after the update from PHP Apache and PCRE
when I run "pcretest -C" it tells me:
PCRE version 8.02 2010-03-19
Compiled with
UTF-8 support
Unicode properties support
So most likely it is using the standard version on PCRE bundeled with apache.
Did someone else run into this problem?
What O/S are you running? I'm running Debian Lenny.
I think mine might be a little outdated - and potentially not configured either:
pcretest -C
PCRE version 8.00 2009-10-19
Compiled with
No UTF-8 support
No Unicode properties support
Newline sequence is LF
\R matches all Unicode newlines
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack
rjd22
04-13-2010, 07:32 AM
I'm running fedora
Sweet ... I'm big fan of Fedora/RH/Centos too! (Red Hat was where my Linux days started).
when you did the "update" - what method did you use? via DirectAdmin or via the Software Vendor?
rjd22
04-13-2010, 07:37 AM
trough directadmin itself.
hmm that's strange - I've also just (in the last 24 hrs) done a DirectAdmin update - and it didn't change mine (as you can see by the cmd output).
--ETA--
I didn't do a ./build update_versions (just a ./build update) - and when I run "./build versions" I get this:
./build versions
Latest version of DirectAdmin: 1.35.1
Installed version of DirectAdmin: 1.35.1
Latest version of Apache: 2.2.15
Installed version of Apache: 2.2.14
Apache 2.2.14 to 2.2.15 update is available.
Latest version of PCRE: 8.02
Installed version of PCRE: 8.00
PCRE 8.00 to 8.02 update is available.
Latest version of curl: 7.20.0
Installed version of curl: 7.19.7
cURL 7.19.7 to 7.20.0 update is available.
Latest version of FreeType: 2.3.12
Installed version of FreeType: 2.3.11
FreeType 2.3.11 to 2.3.12 update is available.
Latest version of dovecot: 1.2.11
Installed version of dovecot: 1.2.9
Dovecot 1.2.9 to 1.2.11 update is available.
Latest version of PHP (CLI): 5.2.13
Installed version of PHP (CLI): 5.2.12
PHP5 (CLI) 5.2.12 to 5.2.13 update is available.
Latest version of RoundCube webmail: 0.3.1
Installed version of RoundCube webmail: 0.3.1
Latest version of phpMyAdmin: 3.3.1-all-languages
Installed version of phpMyAdmin: 3.2.5-all-languages
phpMyAdmin 3.2.5-all-languages to 3.3.1-all-languages update is available.
Latest version of SquirrelMail: 1.4.20
Installed version of SquirrelMail: 1.4.20-RC2
SquirrelMail webmail 1.4.20-RC2 to 1.4.20 update is available.
so my PCRE is slightly out of date - perhaps I'll wait now until this is resolved. Hopefully not long, because I like to keep my dovecot up-to-date.
rjd22
04-15-2010, 03:36 AM
its resolved itself for some reason. It is working now.
wtfbrb
04-21-2010, 12:42 PM
I have the same problem, I updated now I have no UTF8, it is making all my DB's CRAWL!!! After I repaired a database that was running slow it showed almost all the tables as having no Collation (almost all were UTF-8) I too updated via directadmin ./build update
rjd22
04-22-2010, 03:32 AM
I think restarting the server after update might help
aurigus
05-14-2010, 07:58 AM
Had this same issue on my server after updating MySQL to 5.1 and running ./build php n afterwards. Was able to fix it by running:
./build pcre
This downloads and installs the new version of pcre. I restarted apache for good measure. My site was still showing the error, but it was just Drupal caching. You can clear out any caching on your sites, or wait for the max-cache timeout to occur.
Dixiesys
05-19-2010, 06:14 AM
Ah thanks for this, ./build pcre also fixed my issue after upgrading to 5.2.13!
daveyw
05-19-2010, 05:28 PM
NOTE: When you update DirectAdmin it doesn't change anything with Apache, since DirectAdmin has his own service.
CheeSie
06-14-2010, 12:17 AM
Had this same issue on my server after updating MySQL to 5.1 and running ./build php n afterwards. Was able to fix it by running:
./build pcre
This downloads and installs the new version of pcre. I restarted apache for good measure. My site was still showing the error, but it was just Drupal caching. You can clear out any caching on your sites, or wait for the max-cache timeout to occur.
This also worked for me!
Thanks a ton :)
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.